Switched over to readonly in a bunch of places for lighting. #1266
Annotations
1 error and 12 warnings
build
Process completed with exit code 1.
|
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
|
build:
FinModelUtility/SceneGate/Yarhl/src/Yarhl/AssemblyUtils.cs#L39
Opening square brackets should not be preceded by a space. (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1010.md)
|
build:
FinModelUtility/Fin/Fin/src/data/counters/CounterSet.cs#L5
The type 'T' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'T' doesn't match 'notnull' constraint.
|
build:
FinModelUtility/SceneGate/Yarhl/src/Yarhl/FileSystem/Node.cs#L24
Using directive for namespace 'Yarhl.FileFormat' should be qualified (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1135.md)
|
build:
FinModelUtility/Fin/Fin/src/data/dictionaries/IFinDictionary.cs#L9
'IFinDictionary<TKey, TValue>.Keys' hides inherited member 'IReadOnlyFinDictionary<TKey, TValue>.Keys'. Use the new keyword if hiding was intended.
|
build:
FinModelUtility/SceneGate/Yarhl/src/Yarhl/FileSystem/Node.cs#L25
Using directive for namespace 'Yarhl.IO' should be qualified (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1135.md)
|
build:
FinModelUtility/Fin/Fin/src/data/dictionaries/IFinDictionary.cs#L10
'IFinDictionary<TKey, TValue>.Values' hides inherited member 'IReadOnlyFinDictionary<TKey, TValue>.Values'. Use the new keyword if hiding was intended.
|
build:
FinModelUtility/SceneGate/Yarhl/src/Yarhl/FileFormat/ConverterMetadata.cs#L75
Opening square brackets should not be preceded by a space. (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1010.md)
|
build:
FinModelUtility/Fin/Fin/src/data/dictionaries/IFinDictionary.cs#L13
'IFinDictionary<TKey, TValue>.ContainsKey(TKey)' hides inherited member 'IReadOnlyFinDictionary<TKey, TValue>.ContainsKey(TKey)'. Use the new keyword if hiding was intended.
|
build:
FinModelUtility/SceneGate/Yarhl/src/Yarhl/FileFormat/ConverterMetadata.cs#L88
Opening square brackets should not be preceded by a space. (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1010.md)
|
build:
FinModelUtility/Fin/Fin/src/data/dictionaries/IFinDictionary.cs#L16
'IFinDictionary<TKey, TValue>.TryGetValue(TKey, out TValue)' hides inherited member 'IReadOnlyFinDictionary<TKey, TValue>.TryGetValue(TKey, out TValue)'. Use the new keyword if hiding was intended.
|