Bump MudBlazor from 8.14.0 to 9.0.0 #41
Annotations
5 errors and 10 warnings
|
build
Process completed with exit code 1.
|
|
build:
Iris.Components/Messaging/ProviderSelector.razor#L40
'MudSelect<Provider>' does not contain a definition for 'Validate' and no accessible extension method 'Validate' accepting a first argument of type 'MudSelect<Provider>' could be found (are you missing a using directive or an assembly reference?)
|
|
build:
Iris.Components/Brokers/AddConnectionDialog.razor#L78
'MudSelect<SupportedProvider>' does not contain a definition for 'Validate' and no accessible extension method 'Validate' accepting a first argument of type 'MudSelect<SupportedProvider>' could be found (are you missing a using directive or an assembly reference?)
|
|
build:
Iris.Components/Messaging/ProviderSelector.razor#L40
'MudSelect<Provider>' does not contain a definition for 'Validate' and no accessible extension method 'Validate' accepting a first argument of type 'MudSelect<Provider>' could be found (are you missing a using directive or an assembly reference?)
|
|
build:
Iris.Components/Brokers/AddConnectionDialog.razor#L78
'MudSelect<SupportedProvider>' does not contain a definition for 'Validate' and no accessible extension method 'Validate' accepting a first argument of type 'MudSelect<SupportedProvider>' could be found (are you missing a using directive or an assembly reference?)
|
|
build:
Services/Assemblies/Iris.Assemblies.Test/AssemblyMapperTests.cs#L20
Possible null reference argument for parameter 'source' in 'int Enumerable.Count<TypeData>(IEnumerable<TypeData> source)'.
|
|
build:
Services/Assemblies/Iris.Assemblies.Test/TypeMapperTests.cs#L22
Dereference of a possibly null reference.
|
|
build:
Services/Assemblies/Iris.Assemblies/AssemblyMapper.cs#L16
Dereference of a possibly null reference.
|
|
build:
Services/Assemblies/Iris.Assemblies/AssemblyMapper.cs#L15
Possible null reference assignment.
|
|
build:
Services/Assemblies/Iris.Assemblies/AssemblyMapper.cs#L12
Possible null reference assignment.
|
|
build:
Iris.Brokers/Models/MessageRequest.cs#L22
Possible null reference argument for parameter 'framework' in 'void MessageRequest.WrapMessage(IFramework framework)'.
|
|
build:
Iris.Brokers/Models/MessageRequest.cs#L21
Possible null reference argument for parameter 'framework' in 'IFramework? IFrameworkProvider.GetFramework(string framework)'.
|
|
build:
Services/History/Iris.History/HistoryRecord.cs#L48
Possible null reference argument for parameter 'target' in 'HistoryRecord.HistoryRecord(string action, string source, string target)'.
|
|
build:
Services/History/Iris.History/HistoryRecord.cs#L48
Possible null reference argument for parameter 'source' in 'HistoryRecord.HistoryRecord(string action, string source, string target)'.
|
|
build:
Iris.Contracts/Audit/Models/HistoryRecord.cs#L5
Non-nullable property 'Action' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|