Skip to content

Bump Microsoft.AspNetCore.Identity.EntityFrameworkCore and Microsoft.EntityFrameworkCore #405

Bump Microsoft.AspNetCore.Identity.EntityFrameworkCore and Microsoft.EntityFrameworkCore

Bump Microsoft.AspNetCore.Identity.EntityFrameworkCore and Microsoft.EntityFrameworkCore #405

Triggered via pull request February 18, 2025 08:55
Status Success
Total duration 44s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: POSTerminal/Models/FileOnFileSystem.cs#L5
Non-nullable property 'FilePath' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: POSTerminal/Data/SampleData.cs#L48
Non-nullable property 'AdminUser' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: POSTerminal/Data/SampleData.cs#L49
Non-nullable property 'TerminalUser' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: POSTerminal/Data/SampleData.cs#L53
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: POSTerminal/Data/SampleData.cs#L54
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: POSTerminal/ViewModels/RegisterViewModel.cs#L11
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: POSTerminal/ViewModels/RegisterViewModel.cs#L16
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: POSTerminal/ViewModels/RegisterViewModel.cs#L22
Non-nullable property 'PasswordConfirm' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: POSTerminal/Services/MuseumService.cs#L29
Dereference of a possibly null reference.
build: POSTerminal/Models/FileOnDatabaseModel.cs#L5
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.