Bump MyCSharp.HttpUserAgentParser from 3.0.3 to 3.0.4 #48
dotnet.yml
on: pull_request
build-project
3m 25s
deploy-production
0s
deploy-staging
0s
Annotations
1 error and 10 warnings
build-project
Process completed with exit code 1.
|
build-project:
src/AzureNamer.Shared/Extensions/StringExtensions.cs#L97
Cannot convert null literal to non-nullable reference type.
|
build-project:
src/AzureNamer.Shared/Extensions/StringExtensions.cs#L127
Cannot convert null literal to non-nullable reference type.
|
build-project:
src/AzureNamer.Shared/Extensions/EnumerableExtensions.cs#L9
Possible null reference return.
|
build-project:
src/AzureNamer.Shared/Extensions/TypeExtensions.cs#L18
Possible null reference return.
|
build-project:
src/AzureNamer.Shared/Extensions/EnumerableExtensions.cs#L22
Dereference of a possibly null reference.
|
build-project:
src/AzureNamer.Client/Pages/Organizations/Create.razor.cs#L38
Possible null reference argument for parameter 'model' in 'EditContext.EditContext(object model)'.
|
build-project:
src/AzureNamer.Client/Pages/Organizations/Create.razor.cs#L39
Nullability of reference types in type of parameter 'sender' of 'void Create.HandleFormChange(object sender, FieldChangedEventArgs args)' doesn't match the target delegate 'EventHandler<FieldChangedEventArgs>' (possibly because of nullability attributes).
|
build-project:
src/AzureNamer.Client/Pages/Organizations/Create.razor.cs#L48
Dereference of a possibly null reference.
|
build-project:
src/AzureNamer.Client/Pages/Organizations/Create.razor.cs#L70
Nullability of reference types in type of parameter 'sender' of 'void Create.HandleFormChange(object sender, FieldChangedEventArgs args)' doesn't match the target delegate 'EventHandler<FieldChangedEventArgs>' (possibly because of nullability attributes).
|
build-project:
src/AzureNamer.Client/Pages/Administrative/Useres/Index.razor#L121
Dereference of a possibly null reference.
|