Fixed formatting in EarClipping. #156
Annotations
12 warnings
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
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/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/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/scene/impl/SceneObjectImpl.cs#L56
Nullability of reference types in return type of 'OnTick? SceneObjectImpl.TickHandler.get' doesn't match implicitly implemented member 'OnTick ISceneObject.TickHandler.get' (possibly because of nullability attributes).
|
build:
FinModelUtility/Fin/Fin/src/scene/impl/SceneObjectImpl.cs#L56
Nullability of reference types in return type of 'OnTick? SceneObjectImpl.TickHandler.get' doesn't match implicitly implemented member 'OnTick IReadOnlySceneObject.TickHandler.get' (possibly because of nullability attributes).
|
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
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
|