feat(runtime): upgrade to latest .NET version #16
Annotations
1 error and 11 warnings
|
publish
Error: Command failed: npm install @semantic-release/changelog @semantic-release/github @semantic-release/git --silent
|
|
publish
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
publish:
src/NetDevPack.Fido2.EntityFramework.Store/Model/StoredCredentialDetail.cs#L31
Non-nullable property 'UserHandle' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
publish:
src/NetDevPack.Fido2.EntityFramework.Store/Model/StoredCredentialDetail.cs#L28
Non-nullable property 'PublicKeyId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
publish:
src/NetDevPack.Fido2.EntityFramework.Store/Model/StoredCredentialDetail.cs#L25
Non-nullable property 'PublicKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
publish:
src/NetDevPack.Fido2.EntityFramework.Store/Model/StoredCredentialDetail.cs#L13
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
publish:
src/NetDevPack.Fido2.EntityFramework.Store/Store/Fido2Store.cs#L44
Possible null reference return.
|
|
publish:
src/NetDevPack.Fido2.EntityFramework.Store/Mappers/StoredCredentialMapper.cs#L9
Converting null literal or possible null value to non-nullable type.
|
|
publish:
src/NetDevPack.Fido2.EntityFramework.Store/Model/StoredCredentialDetail.cs#L31
Non-nullable property 'UserHandle' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
publish:
src/NetDevPack.Fido2.EntityFramework.Store/Model/StoredCredentialDetail.cs#L28
Non-nullable property 'PublicKeyId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
publish:
src/NetDevPack.Fido2.EntityFramework.Store/Model/StoredCredentialDetail.cs#L25
Non-nullable property 'PublicKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
publish:
src/NetDevPack.Fido2.EntityFramework.Store/Model/StoredCredentialDetail.cs#L13
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|