Remove unused EndianBitConverter helper #155
Annotations
20 warnings
|
Publish PasskeyUI (win-x64):
Src/PasskeyUI/Views/AttestationOptions/AttestationOptionsViewModel.cs#L15
Non-nullable property 'UserDisplayName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier, or declaring the property as nullable, or safely handling the case where 'field' is null in the 'get' accessor.
|
|
Publish PasskeyUI (win-x64):
Src/PasskeyUI/Views/AttestationOptions/AttestationOptionsViewModel.cs#L15
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier, or declaring the property as nullable, or safely handling the case where 'field' is null in the 'get' accessor.
|
|
Publish PasskeyUI (win-x64):
Src/PasskeyUI/Views/AttestationOptions/AttestationOptionsViewModel.cs#L15
Non-nullable property 'RpName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier, or declaring the property as nullable, or safely handling the case where 'field' is null in the 'get' accessor.
|
|
Publish PasskeyUI (win-x64):
Src/PasskeyUI/Views/AttestationOptions/AttestationOptionsViewModel.cs#L15
Non-nullable property 'RpId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier, or declaring the property as nullable, or safely handling the case where 'field' is null in the 'get' accessor.
|
|
Publish PasskeyUI (win-x64):
Src/PasskeyUI/Views/AssertionOptions/AssertionOptionsViewModel.cs#L41
Cannot convert null literal to non-nullable reference type.
|
|
Publish PasskeyUI (win-x64):
Src/PasskeyUI/Views/AssertionOptions/AssertionOptionsViewModel.cs#L39
Cannot convert null literal to non-nullable reference type.
|
|
Publish PasskeyUI (win-x64):
Src/PasskeyUI/Views/AssertionOptions/AssertionOptionsViewModel.cs#L13
Non-nullable field '_hmacSecretSalt1' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Publish PasskeyUI (win-x64):
Src/PasskeyUI/Views/AssertionOptions/AssertionOptionsViewModel.cs#L13
Non-nullable property 'AppId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier, or declaring the property as nullable, or safely handling the case where 'field' is null in the 'get' accessor.
|
|
Publish PasskeyUI (win-x64):
Src/PasskeyUI/Views/AssertionOptions/AssertionOptionsViewModel.cs#L13
Non-nullable property 'RelyingPartyId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier, or declaring the property as nullable, or safely handling the case where 'field' is null in the 'get' accessor.
|
|
Publish PasskeyUI (win-x64):
Src/PasskeyUI/Helpers/EnumAdapter.cs#L24
Possible null reference argument for parameter 'value' in 'KeyValuePair<T?, string>.KeyValuePair(T? key, string value)'.
|
|
Build Binaries:
Src/DSInternals.Win32.WebAuthn/WebAuthnApi.cs#L924
Possible null reference assignment.
|
|
Build Binaries:
Src/DSInternals.Win32.WebAuthn/AuthenticatorAttestationResponse.cs#L18
Non-nullable property 'AttestationObject' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build Binaries:
Src/DSInternals.Win32.WebAuthn/WebAuthnApi.cs#L887
Possible null reference assignment.
|
|
Build Binaries:
Src/DSInternals.Win32.WebAuthn/WebAuthnApi.cs#L863
Dereference of a possibly null reference.
|
|
Build Binaries:
Src/DSInternals.Win32.WebAuthn/WebAuthnApi.cs#L575
Possible null reference assignment.
|
|
Build Binaries:
Src/DSInternals.Win32.WebAuthn/WebAuthnApi.cs#L569
Possible null reference assignment.
|
|
Build Binaries:
Src/DSInternals.Win32.WebAuthn/WebAuthnApi.cs#L547
Possible null reference assignment.
|
|
Build Binaries:
Src/DSInternals.Win32.WebAuthn/WebAuthnApi.cs#L520
Dereference of a possibly null reference.
|
|
Build Binaries:
Src/DSInternals.Win32.WebAuthn/Entra/MicrosoftGraphWebauthnCredentialCreationOptions.cs#L23
Non-nullable property 'PublicKeyOptions' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build Binaries:
Src/DSInternals.Win32.WebAuthn/AuthenticatorAttestationResponse.cs#L18
Non-nullable property 'AttestationObject' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
background
wait
wait-all
cancel
parallel
Loading