feat: added migration application and fixed a couple of bugs #2
publish-nuget.yaml
on: pull_request
build
/
...
/
version
2s
build
/
build-and-publish
32s
Annotations
9 warnings
build / discover / version
The following actions use a deprecated Node.js version and will be forced to run on node20: Paulhatch/semantic-version@v5.0.3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build / build-and-publish:
School.Shared.Core.Authentication/Claims/ServiceClaim.cs#L15
Non-nullable property 'Claim' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build / build-and-publish:
School.Shared.Core.Authentication/Claims/ServiceClaim.cs#L16
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build / build-and-publish:
School.Shared.Core.Authentication/Claims/ServiceClaim.cs#L17
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build / build-and-publish:
School.Shared.Core.Authentication/Claims/ServiceClaim.cs#L18
Non-nullable property 'Policy' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build / build-and-publish:
School.Shared.Core.Authentication/Claims/ServiceClaim.cs#L15
Non-nullable property 'Claim' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build / build-and-publish:
School.Shared.Core.Authentication/Claims/ServiceClaim.cs#L16
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build / build-and-publish:
School.Shared.Core.Authentication/Claims/ServiceClaim.cs#L17
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build / build-and-publish:
School.Shared.Core.Authentication/Claims/ServiceClaim.cs#L18
Non-nullable property 'Policy' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|