Skip to content

Bump Bogus from 35.5.1 to 35.6.1 #46

Bump Bogus from 35.5.1 to 35.6.1

Bump Bogus from 35.5.1 to 35.6.1 #46

Triggered via pull request September 9, 2024 04:35
Status Success
Total duration 1m 3s
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: tests/Simple.IntegrationTests/Fixtures/ServiceFixture.cs#L29
Dereference of a possibly null reference.
build: src/Simple.Web/Pages/Shared/_ValidationSummary.cshtml#L10
Dereference of a possibly null reference.
build: src/Simple.Web/Pages/Auth/AuthenticationService.cs#L63
Possible null reference argument for parameter 'context' in 'Task AuthenticationHttpContextExtensions.SignInAsync(HttpContext context, string? scheme, ClaimsPrincipal principal)'.
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/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.
build: src/Simple.Web/Pages/Auth/RegisterModel.cs#L18
Non-nullable property 'LastName' 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#L24
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.