Slightly optimized how ETC1s are read by reading all longs in a block… #42
Annotations
14 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3, actions/setup-node@v2, coverallsapp/github-action@master. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
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
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
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
|
build:
FinModelUtility/Fin/Fin/src/io/FileIdDictionary.cs#L12
'IFileIdDictionary.this[uint]' hides inherited member 'IReadOnlyFileIdDictionary.this[uint]'. Use the new keyword if hiding was intended.
|
build:
FinModelUtility/Fin/Fin/src/io/FileIdDictionary.cs#L15
'IFileIdDictionary.Save(IGenericFile)' hides inherited member 'IReadOnlyFileIdDictionary.Save(IGenericFile)'. Use the new keyword if hiding was intended.
|
build:
FinModelUtility/Fin/Fin/src/util/enumerables/NumberEnumerableExtensions.cs#L14
Possible null reference assignment.
|
build:
FinModelUtility/Fin/Fin/src/util/enumerables/NumberEnumerableExtensions.cs#L20
Possible null reference assignment.
|
build:
FinModelUtility/Fin/Fin/src/util/enumerables/NumberEnumerableExtensions.cs#L34
Possible null reference assignment.
|
build:
FinModelUtility/Fin/Fin/src/util/enumerables/NumberEnumerableExtensions.cs#L40
Possible null reference assignment.
|
build:
FinModelUtility/Fin/Fin/src/io/FileIdsDictionary.cs#L14
'IFileIdsDictionary.this[uint]' hides inherited member 'IReadOnlyFileIdsDictionary.this[uint]'. Use the new keyword if hiding was intended.
|
build:
FinModelUtility/Fin/Fin/src/io/FileIdsDictionary.cs#L20
'IFileIdsDictionary.Save(IGenericFile)' hides inherited member 'IReadOnlyFileIdsDictionary.Save(IGenericFile)'. Use the new keyword if hiding was intended.
|
build:
FinModelUtility/Fin/Fin/src/image/Interfaces.cs#L36
'IImage.PixelFormat' hides inherited member 'IReadOnlyImage.PixelFormat'. Use the new keyword if hiding was intended.
|