Bump the net group with 4 updates #4019
Merged
Annotations
20 warnings
|
Verify publish:
src/JoinRpg.Portal/Areas/Admin/Controllers/UsersController.cs#L29
Possible null reference argument for parameter 'user' in 'Task<string> UserManager<JoinIdentityUser>.GenerateChangeEmailTokenAsync(JoinIdentityUser user, string newEmail)'.
|
|
Verify publish:
src/JoinRpg.Portal/Startup.cs#L109
Possible null reference argument for parameter 'connectionString' in 'IHealthChecksBuilder SqlServerHealthCheckBuilderExtensions.AddSqlServer(IHealthChecksBuilder builder, string connectionString, string healthQuery = "SELECT 1;", Action<SqlConnection>? configure = null, string? name = null, HealthStatus? failureStatus = null, IEnumerable<string>? tags = null, TimeSpan? timeout = null)'.
|
|
Verify publish:
src/JoinRpg.Portal/Startup.cs#L102
Possible null reference argument for parameter 'jwtSecretOptions' in 'IServiceCollection AuthenticationConfigurator.AddJoinAuth(IServiceCollection services, JwtSecretOptions jwtSecretOptions, IWebHostEnvironment environment, IConfigurationSection authSection)'.
|
|
Verify publish:
src/JoinRpg.Portal/Startup.cs#L117
'Services.AddUserServicesOnly(IServiceCollection)' is obsolete: 'После того, как IdPortal заработает, убрать отсюда UserService в отдельную сборку в принципе'
|
|
Verify publish:
src/JoinRpg.Portal/Views/User/Details.cshtml#L104
Dereference of a possibly null reference.
|
|
Verify publish:
src/JoinRpg.Portal/TagHelpers/MyClaimTagHelper.cs#L23
Non-nullable property 'For' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Verify publish:
src/JoinRpg.Portal/TagHelpers/NavigationItemTagHelper.cs#L73
Dereference of a possibly null reference.
|
|
Verify publish:
src/JoinRpg.Portal/TagHelpers/SearchableDropdownTagHelper.cs#L11
Non-nullable property 'For' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Verify publish:
src/JoinRpg.Portal/Areas/Admin/Models/ChangeEmailModel.cs#L10
Non-nullable property 'NewEmail' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Verify publish
The IncludeOpenAPIAnalyzers property and its associated MVC API analyzers are deprecated and will be removed in a future release.
|
|
Build portal:
src/JoinRpg.Common.WebInfrastructure/Logging/Formatting/DefaultJsonFormatter.cs#L372
Possible null reference argument for parameter 'value' in 'void DefaultJsonFormatter.WriteString(string value, TextWriter output)'.
|
|
Build portal:
src/JoinRpg.Common.WebInfrastructure/Logging/Formatting/DefaultJsonFormatter.cs#L209
Possible null reference argument for parameter 'value' in 'void DefaultJsonFormatter.WriteJsonProperty(string name, object value, ref string precedingDelimiter, TextWriter output)'.
|
|
Build portal:
src/JoinRpg.Common.WebInfrastructure/Logging/Formatting/DefaultJsonFormatter.cs#L75
Possible null reference argument for parameter 'typeTag' in 'void DefaultJsonFormatter.WriteStructure(string typeTag, IEnumerable<LogEventProperty> properties, TextWriter output)'.
|
|
Build portal:
src/JoinRpg.Common.WebInfrastructure/Logging/Formatting/DefaultJsonFormatter.cs#L72
Possible null reference argument for parameter 'value' in 'void DefaultJsonFormatter.WriteLiteral(object value, TextWriter output, bool forceQuotation = false)'.
|
|
Build portal:
src/JoinRpg.Common.WebInfrastructure/Logging/Formatting/ElasticsearchJsonFormatter.cs#L236
Dereference of a possibly null reference.
|
|
Build portal:
src/JoinRpg.Common.WebInfrastructure/Logging/Formatting/ElasticsearchJsonFormatter.cs#L168
'Exception.GetObjectData(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|
|
Build portal:
src/JoinRpg.Common.WebInfrastructure/Logging/Formatting/ElasticsearchJsonFormatter.cs#L166
'SerializationInfo.SerializationInfo(Type, IFormatterConverter)' is obsolete: 'Formatter-based serialization is obsolete and should not be used.' (https://aka.ms/dotnet-warnings/SYSLIB0050)
|
|
Build portal:
src/JoinRpg.Common.WebInfrastructure/Logging/Formatting/ElasticsearchJsonFormatter.cs#L166
'FormatterConverter' is obsolete: 'Formatter-based serialization is obsolete and should not be used.' (https://aka.ms/dotnet-warnings/SYSLIB0050)
|
|
Build portal:
src/JoinRpg.Common.WebInfrastructure/Logging/Formatting/DefaultJsonFormatter.cs#L45
Cannot convert null literal to non-nullable reference type.
|
|
Build portal:
src/JoinRpg.Common.WebInfrastructure/Logging/Formatting/DefaultJsonFormatter.cs#L43
Cannot convert null literal to non-nullable reference type.
|
Loading