Skip to content

Bump Microsoft.Extensions.Http.Polly from 8.0.6 to 8.0.8 #42

Bump Microsoft.Extensions.Http.Polly from 8.0.6 to 8.0.8

Bump Microsoft.Extensions.Http.Polly from 8.0.6 to 8.0.8 #42

Triggered via pull request August 19, 2024 04:58
Status Success
Total duration 1m 17s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/Simple.App/Tenants/IntegrationEvents/TenantCreatedIntegrationEvent.cs#L8
Non-nullable property 'TenantName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Simple.App/Tenants/IntegrationEvents/TenantCreatedIntegrationEvent.cs#L10
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Simple.Web/Pages/Auth/Login.cshtml.cs#L3
Non-nullable property 'Model' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Simple.Web/Pages/Tenant/Profile/Index.cshtml.cs#L5
Non-nullable property 'Model' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Simple.Web/Pages/Auth/LoginModel.cs#L10
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Simple.Web/Pages/Auth/LoginModel.cs#L18
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Simple.Web/Pages/Tenant/Profile/UpdateName.cshtml.cs#L6
Non-nullable property 'Model' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Simple.Web/Pages/Auth/Register.cshtml.cs#L6
Non-nullable property 'Model' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Simple.Web/Pages/Auth/RegisterModel.cs#L8
Non-nullable property 'TenantName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Simple.Web/Pages/Auth/RegisterModel.cs#L13
Non-nullable property 'FirstName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.