Skip to content

Bump Microsoft.NET.Test.Sdk from 17.6.0 to 17.10.0 #25

Bump Microsoft.NET.Test.Sdk from 17.6.0 to 17.10.0

Bump Microsoft.NET.Test.Sdk from 17.6.0 to 17.10.0 #25

Triggered via pull request July 1, 2024 00:21
Status Success
Total duration 1m 11s
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 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 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 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 declaring the property as nullable.
build: src/Simple.Web/Pages/Shared/_ValidationSummary.cshtml#L10
Dereference of a possibly null reference.
build: src/Simple.Web/Pages/Tenant/Profile/UpdateNameModel.cs#L9
Non-nullable property 'FirstName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Simple.Web/Pages/Tenant/Profile/UpdateNameModel.cs#L15
Non-nullable property 'LastName' must contain a non-null value when exiting constructor. Consider 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 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 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 declaring the property as nullable.