Nightly build #99
Annotations
1 error and 11 warnings
Build
Process completed with exit code 1.
|
Setup .NET
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/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
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/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:
FinModelUtility/Fin/Fin/src/data/lists/IFinList.cs#L7
'IFinList<T>.this[int]' hides inherited member 'IReadOnlyFinList<T>.this[int]'. Use the new keyword if hiding was intended.
|
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/Grid.cs#L14
'IGrid<T>.Width' hides inherited member 'IReadOnlyGrid<T>.Width'. Use the new keyword if hiding was intended.
|
Build:
FinModelUtility/Fin/Fin/src/data/Grid.cs#L15
'IGrid<T>.Height' hides inherited member 'IReadOnlyGrid<T>.Height'. Use the new keyword if hiding was intended.
|
Loading