API Diff between 2.9.0 and 2.12.0
0 Additions
73 Removals
DotNext
-
public abstract class Disposable : IDisposable
-
public struct Enum<TEnum> : IEquatable<TEnum>, IComparable<TEnum>, IFormattable, IEquatable<Enum<TEnum>>, ISerializable, IConvertible<TEnum> where TEnum : struct, Enum
-
public static class Func
-
public static class Optional
-
public struct Optional<T> : IEquatable<Optional<T>>, IEquatable<T>, IStructuralEquatable, ISerializable
-
public struct Result<T> : ISerializable
-
public static class ServiceProviderFactory
-
public static class Span
-
public static class ValueTypeExtensions
- public static IntPtr LeftShift(this IntPtr value, IntPtr bits)
- public static IntPtr LeftShift(this IntPtr value, int bits)
- public static UIntPtr LeftShift(this UIntPtr value, IntPtr bits)
- public static UIntPtr LeftShift(this UIntPtr value, int bits)
- public static IntPtr RightShift(this IntPtr value, IntPtr bits)
- public static IntPtr RightShift(this IntPtr value, int bits)
- public static UIntPtr RightShift(this UIntPtr value, IntPtr bits)
- public static UIntPtr RightShift(this UIntPtr value, int bits)
- public static IntPtr ToIntPtrChecked(this UIntPtr value)
- public static UIntPtr ToUIntPtrChecked(this IntPtr value)
DotNext.Buffers
-
public static class BufferHelpers
-
public static class BufferWriterSlim
-
public struct BufferWriterSlim<T>
-
public static class ChunkSequence
-
public interface IGrowableBuffer<T> : IDisposable
-
public sealed class PooledArrayBufferWriter<T> : MemoryWriter<T>, IConvertible<ArraySegment<T>>, IList<T>, ICollection<T>, IEnumerable<T>, IEnumerable
-
public static class SpanReader
-
public struct SpanReader<T>
-
public static class SpanWriter
-
public struct SpanWriter<T>
-
public class SparseBufferWriter<T> : Disposable, IEnumerable<ReadOnlyMemory<T>>, IEnumerable, IGrowableBuffer<T>, IDisposable, IConvertible<ReadOnlySequence<T>>, IBufferWriter<T>
DotNext.Collections.Generic
DotNext.IO
DotNext.Reflection
DotNext.Resources
DotNext.Runtime
DotNext.Runtime.CompilerServices
DotNext.Threading.Tasks