Update Cimpress.Cimbol.nuspec #15
Annotations
11 warnings
buildAndTest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
buildAndTest:
src/Cimpress.Cimbol/Compiler/Emit/CodeGen.cs#L149
Cannot convert null literal to non-nullable reference type.
|
buildAndTest:
src/Cimpress.Cimbol/Compiler/Parse/Parser.cs#L83
Cannot convert null literal to non-nullable reference type.
|
buildAndTest:
src/Cimpress.Cimbol/Compiler/Parse/Parser.cs#L127
Cannot convert null literal to non-nullable reference type.
|
buildAndTest:
src/Cimpress.Cimbol/Utilities/Graph.cs#L22
The type 'T' cannot be used as type parameter 'TKey' in the generic type or method 'ImmutableDictionary<TKey, TValue>'. Nullability of type argument 'T' doesn't match 'notnull' constraint.
|
buildAndTest:
src/Cimpress.Cimbol/Utilities/Graph.cs#L24
The type 'T' cannot be used as type parameter 'TKey' in the generic type or method 'ImmutableDictionary<TKey, TValue>'. Nullability of type argument 'T' doesn't match 'notnull' constraint.
|
buildAndTest:
src/Cimpress.Cimbol/Utilities/Graph.cs#L91
The type 'T' cannot be used as type parameter 'TKey' in the generic type or method 'ImmutableDictionary<TKey, TValue>'. Nullability of type argument 'T' doesn't match 'notnull' constraint.
|
buildAndTest:
src/Cimpress.Cimbol/Utilities/Graph.cs#L92
The type 'T' cannot be used as type parameter 'TKey' in the generic type or method 'ImmutableDictionary<TKey, TValue>'. Nullability of type argument 'T' doesn't match 'notnull' constraint.
|
buildAndTest:
src/Cimpress.Cimbol/Compiler/Emit/DeclarationHierarchy.cs#L35
Possible null reference return.
|
buildAndTest:
src/Cimpress.Cimbol/Compiler/Emit/SymbolTable.cs#L78
Possible null reference return.
|
buildAndTest:
src/Cimpress.Cimbol/Compiler/Emit/CodeGen.cs#L197
Cannot convert null literal to non-nullable reference type.
|