Skip to content

Blazor Server Template with all Identity Scaffolded items creates warnings in 6.0.0-rc.1 #36734

@vsfeedback

Description

@vsfeedback

This issue has been moved from a ticket on Developer Community.


[severity:It's more difficult to complete my work]
Steps to reproduce:

  1. Visual Studio 2022 preview 4.0
  2. Create new project with Blazor Server template for net6.0 (nullable feature is active now!)
  3. Add "New Scaffolded item.." and select all items from "Identity"
  4. Build

This results in the warnings below. I summarize the following problem:

  1. The "Identity package" is not "nullable compatible".
  2. The package dependencies of Microsoft.DotNet.Scaffolding.Shared and Microsoft.VisualStudio.Web.CodeGeneration are invalid
  3. The file LogOut.cshtml was overwritten from Blazor Template with the "latest" Scaffolded item. The template should be updated.

I tried to identify the correct github project to report this issue/ these issues. I failed.
Please help on forwarding. It would be great to have this fixed in the RTM.

Build started...
1>------ Build started: Project: BlazorTemplate, Configuration: Debug Any CPU ------
1>You are using a preview version of .NET. See: https://aka.ms/dotnet-core-preview
1>***\BlazorTemplate.net6\BlazorTemplate.csproj : warning NU1603: Microsoft.DotNet.Scaffolding.Shared 6.0.0-rc.1.21464.1 depends on System.Collections.Immutable (>= 6.0.0-preview.7.21377.12) but System.Collections.Immutable 6.0.0-preview.7.21377.12 was not found. An approximate best match of System.Collections.Immutable 6.0.0-preview.7.21377.19 was resolved.
1>***\BlazorTemplate.net6\BlazorTemplate.csproj : warning NU1603: Microsoft.VisualStudio.Web.CodeGeneration 6.0.0-rc.1.21464.1 depends on System.Collections.Immutable (>= 6.0.0-preview.7.21377.12) but System.Collections.Immutable 6.0.0-preview.7.21377.12 was not found. An approximate best match of System.Collections.Immutable 6.0.0-preview.7.21377.19 was resolved.
1>***\BlazorTemplate.net6\Areas\Identity\Pages\Account\LoginWith2fa.cshtml.cs(11,7,11,31): warning CS0105: The using directive for 'Microsoft.AspNetCore.Mvc' appeared previously in this namespace
1>***\BlazorTemplate.net6\Areas\Identity\Pages\Account\LoginWith2fa.cshtml.cs(12,7,12,42): warning CS0105: The using directive for 'Microsoft.AspNetCore.Mvc.RazorPages' appeared previously in this namespace
1>***\BlazorTemplate.net6\Areas\Identity\Pages\Account\Logout.cshtml.cs(24,68,24,72): warning CS8625: Cannot convert null literal to non-nullable reference type.
1>***\BlazorTemplate.net6\Areas\Identity\Pages\Account\Login.cshtml.cs(85,57,85,61): warning CS8625: Cannot convert null literal to non-nullable reference type.
1>***\BlazorTemplate.net6\Areas\Identity\Pages\Account\Login.cshtml.cs(102,73,102,77): warning CS8625: Cannot convert null literal to non-nullable reference type.
1>***\BlazorTemplate.net6\Areas\Identity\Pages\Account\LoginWith2fa.cshtml.cs(76,89,76,93): warning CS8625: Cannot convert null literal to non-nullable reference type.
1>***\BlazorTemplate.net6\Areas\Identity\Pages\Account\LoginWith2fa.cshtml.cs(92,90,92,94): warning CS8625: Cannot convert null literal to non-nullable reference type.
1>***\BlazorTemplate.net6\Areas\Identity\Pages\Account\RegisterConfirmation.cshtml.cs(45,86,45,90): warning CS8625: Cannot convert null literal to non-nullable reference type.
1>***\BlazorTemplate.net6\Areas\Identity\Pages\Account\Register.cshtml.cs(101,57,101,61): warning CS8625: Cannot convert null literal to non-nullable reference type.
1>***\BlazorTemplate.net6\Areas\Identity\Pages\Account\Register.cshtml.cs(107,73,107,77): warning CS8625: Cannot convert null literal to non-nullable reference type.
1>***\BlazorTemplate.net6\Areas\Identity\Pages\Account\ResetPassword.cshtml.cs(72,50,72,54): warning CS8625: Cannot convert null literal to non-nullable reference type.
1>***\BlazorTemplate.net6\Areas\Identity\Pages\Account\ExternalLogin.cshtml.cs(89,73,89,77): warning CS8625: Cannot convert null literal to non-nullable reference type.
1>***\BlazorTemplate.net6\Areas\Identity\Pages\Account\ExternalLogin.cshtml.cs(97,80,97,84): warning CS8625: Cannot convert null literal to non-nullable reference type.
1>***\BlazorTemplate.net6\Areas\Identity\Pages\Account\ExternalLogin.cshtml.cs(97,107,97,111): warning CS8625: Cannot convert null literal to non-nullable reference type.
1>***\BlazorTemplate.net6\Areas\Identity\Pages\Account\ExternalLogin.cshtml.cs(139,85,139,89): warning CS8625: Cannot convert null literal to non-nullable reference type.
1>***\BlazorTemplate.net6\Areas\Identity\Pages\Account\LoginWithRecoveryCode.cshtml.cs(59,72,59,76): warning CS8625: Cannot convert null literal to non-nullable reference type.
1>***\BlazorTemplate.net6\Areas\Identity\Pages\Account\LoginWithRecoveryCode.cshtml.cs(73,73,73,77): warning CS8625: Cannot convert null literal to non-nullable reference type.
1>***\BlazorTemplate.net6\Areas\Identity\Pages\Error.cshtml.cs(22,23,22,32): warning CS8618: Non-nullable property 'RequestId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
1>***\BlazorTemplate.net6\Areas\Identity\Pages\Account\ResetPassword.cshtml.cs(19,16,19,34): warning CS8618: Non-nullable property 'Input' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
1>***\BlazorTemplate.net6\Areas\Identity\Pages\Account\ResetPassword.cshtml.cs(43,27,43,32): warning CS8618: Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
1>***\BlazorTemplate.net6\Areas\Identity\Pages\Account\ResetPassword.cshtml.cs(52,27,52,35): warning CS8618: Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
1>***\BlazorTemplate.net6\Areas\Identity\Pages\Account\ResetPassword.cshtml.cs(61,27,61,42): warning CS8618: Non-nullable property 'ConfirmPassword' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
1>***\BlazorTemplate.net6\Areas\Identity\Pages\Account\ResetPassword.cshtml.cs(68,27,68,31): warning CS8618: Non-nullable property 'Code' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
1>***\BlazorTemplate.net6\Areas\Identity\Pages\Account\ResendEmailConfirmation.cshtml.cs(23,16,23,44): warning CS8618: Non-nullable property 'Input' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
1>***\BlazorTemplate.net6\Areas\Identity\Pages\Account\ResendEmailConfirmation.cshtml.cs(80,87,80,98): warning CS8604: Possible null reference argument for parameter 'value' in 'string TextEncoder.Encode(string value)'.
1>***\BlazorTemplate.net6\Areas\Identity\Pages\Account\ResendEmailConfirmation.cshtml.cs(48,27,48,32): warning CS8618: Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
1>***\BlazorTemplate.net6\Areas\Identity\Pages\Account\RegisterConfirmation.cshtml.cs(21,16,21,41): warning CS8618: Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
1>***\BlazorTemplate.net6\Areas\Identity\Pages\Account\RegisterConfirmation.cshtml.cs(21,16,21,41): warning CS8618: Non-nullable property 'EmailConfirmationUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
1>***\BlazorTemplate.net6\Areas\Identity\Pages\Account\RegisterConfirmation.cshtml.cs(67,40,71,46): warning CS8601: Possible null reference assignment.
1>***\BlazorTemplate.net6\Areas\Identity\Pages\Account\Register.cshtml.cs(31,16,31,29): warning CS8618: Non-nullable property 'Input' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
1>***\BlazorTemplate.net6\Areas\Identity\Pages\Account\Register.cshtml.cs(31,16,31,29): warning CS8618: Non-nullable property 'ReturnUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
1>***\BlazorTemplate.net6\Areas\Identity\Pages\Account\Register.cshtml.cs(31,16,31,29): warning CS8618: Non-nullable property 'ExternalLogins' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
1>***\BlazorTemplate.net6\Areas\Identity\Pages\Account\Register.cshtml.cs(133,95,133,106): warning CS8604: Possible null reference argument for parameter 'value' in 'string TextEncoder.Encode(string value)'.
1>***\BlazorTemplate.net6\Areas\Identity\Pages\Account\Register.cshtml.cs(78,27,78,32): warning CS8618: Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
1>***\BlazorTemplate.net6\Areas\Identity\Pages\Account\Register.cshtml.cs(88,27,88,35): warning CS8618: Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
1>***\BlazorTemplate.net6\Areas\Identity\Pages\Account\Register.cshtml.cs(97,27,97,42): warning CS8618: Non-nullable property 'ConfirmPassword' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
1>***\BlazorTemplate.net6\Areas\Identity\Pages\Account\Manage\TwoFactorAuthentication.cshtml.cs(18,16,18,44): warning CS8618: Non-nullable property 'StatusMessage' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
1>***\BlazorTemplate.net6\Areas\Identity\Pages\Account\Manage\ShowRecoveryCodes.cshtml.cs(21,25,21,38): warning CS8618: Non-nullable property 'RecoveryCodes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
1>***\BlazorTemplate.net6\Areas\Identity\Pages\Account\Manage\ShowRecoveryCodes.cshtml.cs(28,23,28,36): warning CS8618: Non-nullable property 'StatusMessage' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
1>***\BlazorTemplate.net6\Areas\Identity\Pages\Account\Manage\SetPassword.cshtml.cs(17,16,17,32): warning CS8618: Non-nullable property 'Input' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
1>***\BlazorTemplate.net6\Areas\Identity\Pages\Account\Manage\SetPassword.cshtml.cs(17,16,17,32): warning CS8618: Non-nullable property 'StatusMessage' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
1>***\BlazorTemplate.net6\Areas\Identity\Pages\Account\Manage\SetPassword.cshtml.cs(53,27,53,38): warning CS8618: Non-nullable property 'NewPassword' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
1>***\BlazorTemplate.net6\Areas\Identity\Pages\Account\Manage\SetPassword.cshtml.cs(62,27,62,42): warning CS8618: Non-nullable property 'ConfirmPassword' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
1>***\BlazorTemplate.net6\Areas\Identity\Pages\Account\Manage\ResetAuthenticator.cshtml.cs(18,16,18,39): warning CS8618: Non-nullable property 'StatusMessage' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
1>***\BlazorTemplate.net6\Areas\Identity\Pages\Account\LogOut.cshtml(10,13,10,26): warning CS8602: Dereference of a possibly null reference.
1>***\BlazorTemplate.net6\Areas\Identity\Pages\Account\Manage\ManageNavPages.cs(118,20,118,105): warning CS8603: Possible null reference return.
1>***\BlazorTemplate.net6\Areas\Identity\Pages\Account\Manage\Index.cshtml.cs(18,16,18,26): warning CS8618: Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
1>***\BlazorTemplate.net6\Areas\Identity\Pages\Account\Manage\Index.cshtml.cs(18,16,18,26): warning CS8618: Non-nullable property 'StatusMessage' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
1>***\BlazorTemplate.net6\Areas\Identity\Pages\Account\Manage\Index.cshtml.cs(18,16,18,26): warning CS8618: Non-nullable property 'Input' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
1>***\BlazorTemplate.net6\Areas\Identity\Pages\Account\Manage\Index.cshtml.cs(58,27,58,38): warning CS8618: Non-nullable property 'PhoneNumber' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
1>***\BlazorTemplate.net6\Areas\Identity\Pages\Account\Manage\GenerateRecoveryCodes.cshtml.cs(18,16,18,42): warning CS8618: Non-nullable property 'RecoveryCodes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
1>***\BlazorTemplate.net6\Areas\Identity\Pages\Account\Manage\GenerateRecoveryCodes.cshtml.cs(18,16,18,42): warning CS8618: Non-nullable property 'StatusMessage' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
1>***\BlazorTemplate.net6\Areas\Identity\Pages\Account\Manage\ExternalLogins.cshtml.cs(21,16,21,35): warning CS8618: Non-nullable property 'CurrentLogins' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
1>***\BlazorTemplate.net6\Areas\Identity\Pages\Account\Manage\ExternalLogins.cshtml.cs(21,16,21,35): warning CS8618: Non-nullable property 'OtherLogins' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
1>***\BlazorTemplate.net6\Areas\Identity\Pages\Account\Manage\ExternalLogins.cshtml.cs(21,16,21,35): warning CS8618: Non-nullable property 'StatusMessage' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
1>***\BlazorTemplate.net6\Areas\Identity\Pages\Account\Manage\ExternalLogins.cshtml.cs(69,35,69,39): warning CS8600: Converting null literal or possible null value to non-nullable type.
1>***\BlazorTemplate.net6\Areas\Identity\Pages\Account\Login.cshtml(70,59,70,79): warning CS8602: Dereference of a possibly null reference.
1>***\BlazorTemplate.net6\Areas\Identity\Pages\Account\Manage\EnableAuthenticator.cshtml.cs(25,16,25,40): warning CS8618: Non-nullable property 'SharedKey' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
1>***\BlazorTemplate.net6\Areas\Identity\Pages\Account\Manage\EnableAuthenticator.cshtml.cs(25,16,25,40): warning CS8618: Non-nullable property 'AuthenticatorUri' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
1>***\BlazorTemplate.net6\Areas\Identity\Pages\Account\Manage\EnableAuthenticator.cshtml.cs(25,16,25,40): warning CS8618: Non-nullable property 'RecoveryCodes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
1>***\BlazorTemplate.net6\Areas\Identity\Pages\Account\Manage\EnableAuthenticator.cshtml.cs(25,16,25,40): warning CS8618: Non-nullable property 'StatusMessage' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
1>***\BlazorTemplate.net6\Areas\Identity\Pages\Account\Manage\EnableAuthenticator.cshtml.cs(25,16,25,40): warning CS8618: Non-nullable property 'Input' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
1>***\BlazorTemplate.net6\Areas\Identity\Pages\Account\Manage\EnableAuthenticator.cshtml.cs(93,50,93,54): warning CS8604: Possible null reference argument for parameter 'user' in 'Task EnableAuthenticatorModel.LoadSharedKeyAndQrCodeUriAsync(IdentityUser user)'.
1>***\BlazorTemplate.net6\Areas\Identity\Pages\Account\ConfirmEmail.cshtml.cs(19,16,19,33): warning CS8618: Non-nullable property 'StatusMessage' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
1>***\BlazorTemplate.net6\Areas\Identity\Pages\Account\Manage\EnableAuthenticator.cshtml.cs(82,27,82,31): warning CS8618: Non-nullable property 'Code' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
1>***\BlazorTemplate.net6\Areas\Identity\Pages\Account\Manage\Email.cshtml.cs(22,16,22,26): warning CS8618: Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
1>***\BlazorTemplate.net6\Areas\Identity\Pages\Account\Manage\Email.cshtml.cs(22,16,22,26): warning CS8618: Non-nullable property 'StatusMessage' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
1>***\BlazorTemplate.net6\Areas\Identity\Pages\Account\Manage\Email.cshtml.cs(22,16,22,26): warning CS8618: Non-nullable property 'Input' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
1>***\BlazorTemplate.net6\Areas\Identity\Pages\Account\Manage\Email.cshtml.cs(127,91,127,102): warning CS8604: Possible null reference argument for parameter 'value' in 'string TextEncoder.Encode(string value)'.
1>***\BlazorTemplate.net6\Areas\Identity\Pages\Account\ConfirmEmailChange.cshtml.cs(19,16,19,39): warning CS8618: Non-nullable property 'StatusMessage' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
1>***\BlazorTemplate.net6\Areas\Identity\Pages\Account\Manage\Email.cshtml.cs(163,87,163,98): warning CS8604: Possible null reference argument for parameter 'value' in 'string TextEncoder.Encode(string value)'.
1>***\BlazorTemplate.net6\Areas\Identity\Pages\Account\Manage\Email.cshtml.cs(71,27,71,35): warning CS8618: Non-nullable property 'NewEmail' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
1>***\BlazorTemplate.net6\Areas\Identity\Pages\Account\Manage\Disable2fa.cshtml.cs(17,16,17,31): warning CS8618: Non-nullable property 'StatusMessage' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
1>***\BlazorTemplate.net6\Areas\Identity\Pages\Account\ExternalLogin.cshtml.cs(31,16,31,34): warning CS8618: Non-nullable property 'Input' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
1>***\BlazorTemplate.net6\Areas\Identity\Pages\Account\ExternalLogin.cshtml.cs(31,16,31,34): warning CS8618: Non-nullable property 'ProviderDisplayName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
1>***\BlazorTemplate.net6\Areas\Identity\Pages\Account\ExternalLogin.cshtml.cs(31,16,31,34): warning CS8618: Non-nullable property 'ReturnUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
1>***\BlazorTemplate.net6\Areas\Identity\Pages\Account\ExternalLogin.cshtml.cs(31,16,31,34): warning CS8618: Non-nullable property 'ErrorMessage' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
1>***\BlazorTemplate.net6\Areas\Identity\Pages\Account\Manage\DeletePersonalData.cshtml.cs(19,16,19,39): warning CS8618: Non-nullable property 'Input' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
1>***\BlazorTemplate.net6\Areas\Identity\Pages\Account\ExternalLogin.cshtml.cs(116,91,116,114): warning CS8602: Dereference of a possibly null reference.
1>***\BlazorTemplate.net6\Areas\Identity\Pages\Account\Manage\DeletePersonalData.cshtml.cs(48,27,48,35): warning CS8618: Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
1>***\BlazorTemplate.net6\Areas\Identity\Pages\Account\Manage\ChangePassword.cshtml.cs(19,16,19,35): warning CS8618: Non-nullable property 'Input' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
1>***\BlazorTemplate.net6\Areas\Identity\Pages\Account\Manage\ChangePassword.cshtml.cs(19,16,19,35): warning CS8618: Non-nullable property 'StatusMessage' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
1>***\BlazorTemplate.net6\Areas\Identity\Pages\Account\ForgotPassword.cshtml.cs(22,16,22,35): warning CS8618: Non-nullable property 'Input' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
1>***\BlazorTemplate.net6\Areas\Identity\Pages\Account\ForgotPassword.cshtml.cs(74,90,74,101): warning CS8604: Possible null reference argument for parameter 'value' in 'string TextEncoder.Encode(string value)'.
1>***\BlazorTemplate.net6\Areas\Identity\Pages\Account\ExternalLogin.cshtml.cs(175,99,175,110): warning CS8604: Possible null reference argument for parameter 'value' in 'string TextEncoder.Encode(string value)'.
1>***\BlazorTemplate.net6\Areas\Identity\Pages\Account\ForgotPassword.cshtml.cs(47,27,47,32): warning CS8618: Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
1>***\BlazorTemplate.net6\Areas\Identity\Pages\Account\ExternalLogin.cshtml.cs(84,27,84,32): warning CS8618: Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
1>***\BlazorTemplate.net6\Areas\Identity\Pages\Account\Manage\ChangePassword.cshtml.cs(56,27,56,38): warning CS8618: Non-nullable property 'OldPassword' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
1>***\BlazorTemplate.net6\Areas\Identity\Pages\Account\Manage\ChangePassword.cshtml.cs(66,27,66,38): warning CS8618: Non-nullable property 'NewPassword' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
1>***\BlazorTemplate.net6\Areas\Identity\Pages\Account\Manage\ChangePassword.cshtml.cs(75,27,75,42): warning CS8618: Non-nullable property 'ConfirmPassword' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
1>***\BlazorTemplate.net6\Areas\Identity\Pages\Account\LoginWithRecoveryCode.cshtml.cs(19,16,19,42): warning CS8618: Non-nullable property 'Input' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
1>***\BlazorTemplate.net6\Areas\Identity\Pages\Account\LoginWithRecoveryCode.cshtml.cs(19,16,19,42): warning CS8618: Non-nullable property 'ReturnUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
1>***\BlazorTemplate.net6\Areas\Identity\Pages\Account\Manage\_Layout.cshtml(4,18,4,38): warning CS8600: Converting null literal or possible null value to non-nullable type.
1>***\BlazorTemplate.net6\Areas\Identity\Pages\Account\LoginWithRecoveryCode.cshtml.cs(56,27,56,39): warning CS8618: Non-nullable property 'RecoveryCode' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
1>***\BlazorTemplate.net6\Areas\Identity\Pages\Account\LoginWith2fa.cshtml.cs(23,16,23,33): warning CS8618: Non-nullable property 'Input' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
1>***\BlazorTemplate.net6\Areas\Identity\Pages\Account\LoginWith2fa.cshtml.cs(23,16,23,33): warning CS8618: Non-nullable property 'ReturnUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
1>***\BlazorTemplate.net6\Areas\Identity\Pages\Account\LoginWith2fa.cshtml.cs(66,27,66,40): warning CS8618: Non-nullable property 'TwoFactorCode' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
1>***\BlazorTemplate.net6\Areas\Identity\Pages\Account\Login.cshtml.cs(23,16,23,26): warning CS8618: Non-nullable property 'Input' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
1>***\BlazorTemplate.net6\Areas\Identity\Pages\Account\Login.cshtml.cs(23,16,23,26): warning CS8618: Non-nullable property 'ExternalLogins' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
1>***\BlazorTemplate.net6\Areas\Identity\Pages\Account\Login.cshtml.cs(23,16,23,26): warning CS8618: Non-nullable property 'ReturnUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
1>***\BlazorTemplate.net6\Areas\Identity\Pages\Account\Login.cshtml.cs(23,16,23,26): warning CS8618: Non-nullable property 'ErrorMessage' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
1>***\BlazorTemplate.net6\Areas\Identity\Pages\Account\Login.cshtml.cs(67,27,67,32): warning CS8618: Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
1>***\BlazorTemplate.net6\Areas\Identity\Pages\Account\Login.cshtml.cs(75,27,75,35): warning CS8618: Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
1>***\BlazorTemplate.net6\Areas\Identity\Pages\Account\Register.cshtml(52,59,52,79): warning CS8602: Dereference of a possibly null reference.
1>BlazorTemplate -> ***\BlazorTemplate.net6\bin\Debug\net6.0\BlazorTemplate.dll
1>Done building project "BlazorTemplate.csproj".
========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========

Original Comments

Feedback Bot on 9/16/2021, 00:38 AM:

We have directed your feedback to the appropriate engineering team for further evaluation. The team will review the feedback and notify you about the next steps.


Original Solutions

(no solutions)

Metadata

Metadata

Assignees

Labels

Author: Migration Bot 🤖The issue was created by a issue mover bot. The author may not be the actual author.area-identityIncludes: Identity and providers

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions