Updated to .NET 8 #42
Annotations
11 warnings
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. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build:
BuddySave/System/ProcessProvider.cs#L9
Possible null reference return.
|
build:
BuddySave/Configuration/BuddySaveConfiguration.cs#L7
Non-nullable property 'CloudPath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
BuddySave/Configuration/BuddySaveConfiguration.cs#L9
Non-nullable property 'Session' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
BuddySave/Configuration/BuddySaveConfiguration.cs#L11
Non-nullable property 'ServerParameters' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
BuddySave/Configuration/BuddySaveConfiguration.cs#L13
Non-nullable property 'GameSave' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
BuddySave/Core/Models/Session.cs#L5
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
BuddySave/Core/Models/ServerParameters.cs#L5
Non-nullable property 'Path' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
BuddySave/Core/Models/ServerParameters.cs#L7
Non-nullable property 'Arguments' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
BuddySave/Core/Models/GameSave.cs#L5
Non-nullable property 'GameName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
BuddySave/Core/Models/GameSave.cs#L7
Non-nullable property 'SaveName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|