Bug dynamic class throwing on hasattr #181
Annotations
1 error and 10 warnings
Embedding tests
Process completed with exit code 1.
|
Embedding tests
For projects targeting .NET 8.0 and higher, specifying a RuntimeIdentifier will no longer produce a self contained app by default. To continue building self-contained apps, set the SelfContained property to true or use the --self-contained argument.
|
Embedding tests:
src/runtime/AssemblyManager.cs#L146
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Embedding tests:
src/runtime/AssemblyManager.cs#L159
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Embedding tests:
src/runtime/AssemblyManager.cs#L300
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Embedding tests:
src/runtime/AssemblyManager.cs#L312
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Embedding tests:
src/runtime/AssemblyManager.cs#L327
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Embedding tests:
src/runtime/ClassManager.cs#L676
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Embedding tests:
src/runtime/Codecs/DecoderGroup.cs#L33
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Embedding tests:
src/runtime/Codecs/IPyObjectDecoder.cs#L21
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Embedding tests:
src/runtime/Codecs/DecoderGroup.cs#L68
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Loading