This repository has been archived by the owner on May 30, 2024. It is now read-only.
Merge pull request #39 from xpouyat/dev #88
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run dotnet build MK.IO\MK.IO.csproj --configuration Release:
MK.IO/Asset/PagedResult.cs#L8
Non-nullable property 'Results' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Run dotnet build MK.IO\MK.IO.csproj --configuration Release:
MK.IO/Account/Models/AccountProfile.cs#L23
Non-nullable property 'Metadata' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Run dotnet build MK.IO\MK.IO.csproj --configuration Release:
MK.IO/Account/Models/AccountProfile.cs#L26
Non-nullable property 'Spec' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Run dotnet build MK.IO\MK.IO.csproj --configuration Release:
MK.IO/Account/Models/AccountProfile.cs#L29
Non-nullable property 'Kind' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Run dotnet build MK.IO\MK.IO.csproj --configuration Release:
MK.IO/Asset/AssetsOperations.cs#L72
Converting null literal or possible null value to non-nullable type.
|
Run dotnet build MK.IO\MK.IO.csproj --configuration Release:
MK.IO/Asset/AssetsOperations.cs#L73
Dereference of a possibly null reference.
|
Run dotnet build MK.IO\MK.IO.csproj --configuration Release:
MK.IO/Asset/AssetsOperations.cs#L103
Converting null literal or possible null value to non-nullable type.
|
Run dotnet build MK.IO\MK.IO.csproj --configuration Release:
MK.IO/Asset/AssetsOperations.cs#L105
Dereference of a possibly null reference.
|
Run dotnet build MK.IO\MK.IO.csproj --configuration Release:
MK.IO/Account/Models/AccountProfile.cs#L36
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Run dotnet build MK.IO\MK.IO.csproj --configuration Release:
MK.IO/Account/Models/AccountProfile.cs#L39
Non-nullable property 'Admin' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Loading