.NET #34
Annotations
14 warnings
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/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
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']
|
Post 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
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
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/scene/SceneInstanceInterfaces.cs#L21
'ISceneInstance.Definition' hides inherited member 'IReadOnlySceneInstance.Definition'. Use the new keyword if hiding was intended.
|
Build:
FinModelUtility/Fin/Fin/src/scene/SceneInstanceInterfaces.cs#L23
'ISceneInstance.Areas' hides inherited member 'IReadOnlySceneInstance.Areas'. Use the new keyword if hiding was intended.
|
Build:
FinModelUtility/Fin/Fin/src/scene/SceneInstanceInterfaces.cs#L25
'ISceneInstance.Lighting' hides inherited member 'IReadOnlySceneInstance.Lighting'. Use the new keyword if hiding was intended.
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "fin_model_utility".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Loading