Handle null python traceback on clr bubbled exception #112
Annotations
1 error and 11 warnings
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
|
|
src/runtime/AssemblyManager.cs#L146
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
src/runtime/AssemblyManager.cs#L159
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
src/runtime/AssemblyManager.cs#L300
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
src/runtime/AssemblyManager.cs#L312
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
src/runtime/AssemblyManager.cs#L327
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
src/runtime/ClassManager.cs#L585
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
src/runtime/Codecs/DecoderGroup.cs#L33
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
src/runtime/Codecs/IPyObjectDecoder.cs#L21
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
The logs for this run have expired and are no longer available.
Loading