Change builders back to classes. Unsure on whether we can fit this lo… #12
Annotations
5 warnings
src/IKVM.ByteCode/Buffers/BlobBuilder.cs#L331
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
src/IKVM.ByteCode/Buffers/BlobBuilder.cs#L331
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
src/IKVM.ByteCode/Buffers/BlobBuilder.cs#L331
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
src/IKVM.ByteCode/ByteCodeException.cs#L58
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|
src/IKVM.ByteCode/Buffers/BlobBuilder.cs#L331
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
This job succeeded
Loading