PEP8 compliant names binding #134
Annotations
1 error and 12 warnings
Embedding tests
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1, actions/setup-python@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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/
|
Embedding tests
One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used.
|
Embedding tests
One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used.
|
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/Types/ExceptionClassObject.cs#L16
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Embedding tests:
src/runtime/ClassManager.cs#L633
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.
|
Loading