Skip to content

Update allowed CORS domains. #136

Update allowed CORS domains.

Update allowed CORS domains. #136

Triggered via push February 20, 2024 23:02
Status Success
Total duration 55s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build: MyApp.Client/ServiceModel/AllTypes.cs#L61
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
build: MyApp.Client/Components/Shared/Sidebar.razor#L120
'Sidebar.OnAfterRenderAsync(bool)' hides inherited member 'ComponentBase.OnAfterRenderAsync(bool)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
build: MyApp.Client/ServiceModel/WeatherForecast.cs#L11
Non-nullable property 'Summary' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: MyApp.Client/ServiceModel/Todos.cs#L51
Non-nullable property 'Text' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: MyApp.Client/ServiceModel/Todos.cs#L45
Non-nullable property 'Ids' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: MyApp.Client/ServiceModel/Todos.cs#L30
Non-nullable property 'Text' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: MyApp.Client/ServiceModel/Todos.cs#L21
Non-nullable property 'Text' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: MyApp.Client/ServiceModel/Talent.cs#L530
Non-nullable property 'Currency' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: MyApp.Client/ServiceModel/Talent.cs#L509
Non-nullable property 'Currency' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: MyApp.Client/ServiceModel/Talent.cs#L518
Non-nullable property 'Notes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.