Skip to content

Fixed a space in shaders that was breaking shader compilation now for… #1205

Fixed a space in shaders that was breaking shader compilation now for…

Fixed a space in shaders that was breaking shader compilation now for… #1205

Triggered via push January 11, 2024 07:46
Status Failure
Total duration 3m 51s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
build
Process completed with exit code 1.
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/Fin/Fin/src/data/counters/CounterSet.cs#L7
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/Fin/Fin/src/data/dictionaries/NullFriendlyDictionary.cs#L28
Nullability of reference types in return type of 'IEnumerable<TKey?> NullFriendlyDictionary<TKey, TValue>.Keys.get' doesn't match implicitly implemented member 'IEnumerable<TKey> IReadOnlyFinDictionary<TKey, TValue>.Keys.get'.
build: FinModelUtility/Fin/Fin/src/data/dictionaries/NullFriendlyDictionary.cs#L15
The type 'TKey' cannot be used as type parameter 'TKey' in the generic type or method 'ConcurrentDictionary<TKey, TValue>'. Nullability of type argument 'TKey' doesn't match 'notnull' constraint.
build: FinModelUtility/Fin/Fin/src/util/strings/StringNumberSuffixComparer.cs#L8
Nullability of reference types in type of parameter 'lhs' of 'int StringNumberSuffixComparer.Compare(string lhs, string rhs)' doesn't match implicitly implemented member 'int IComparer<string>.Compare(string? x, string? y)' (possibly because of nullability attributes).