restore workload first #4
Annotations
1 error and 10 warnings
|
build
Process completed with exit code 1.
|
|
build:
src/FxExpert.Blazor/FxExpert.Blazor.Client/Pages/PartnerHome.razor#L490
Possible null reference return.
|
|
build:
src/FxExpert.Blazor/FxExpert.Blazor.Client/Pages/PartnerHome.razor#L340
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
|
build:
src/FxExpert.Blazor/FxExpert.Blazor.Client/Pages/PartnerHome.razor#L322
Possible null reference argument for parameter 'source' in 'IEnumerable<CalendarEvent> Enumerable.Where<CalendarEvent>(IEnumerable<CalendarEvent> source, Func<CalendarEvent, bool> predicate)'.
|
|
build:
src/FxExpert.Blazor/FxExpert.Blazor.Client/Pages/PartnerHome.razor#L320
Possible null reference assignment.
|
|
build:
src/FxExpert.Blazor/FxExpert.Blazor.Client/Pages/PartnerHome.razor#L300
Possible null reference assignment.
|
|
build:
src/FxExpert.Blazor/FxExpert.Blazor.Client/Pages/PartnerHome.razor#L288
Possible null reference argument for parameter 'email' in 'Task PartnerHome.LoadPartnerData(string email)'.
|
|
build:
src/FxExpert.Blazor/FxExpert.Blazor.Client/Pages/PartnerHome.razor#L253
Cannot convert null literal to non-nullable reference type.
|
|
build:
src/FxExpert.Blazor/FxExpert.Blazor.Client/Pages/PartnerInfo.razor#L301
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
|
build:
src/FxExpert.Blazor/FxExpert.Blazor.Client/Layout/MainLayout.razor#L147
Non-nullable field 'context' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build:
src/FxExpert.Blazor/FxExpert.Blazor.Client/Program.cs#L19
The local function 'RegisterHttpClient' is declared but never used
|