Skip to content

Update to PhoneEdit 1.0.2 #18

Update to PhoneEdit 1.0.2

Update to PhoneEdit 1.0.2 #18

Triggered via pull request July 8, 2024 17:45
Status Success
Total duration 38s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: Areas/Identity/Pages/Account/Login.cshtml.cs#L52
Cannot convert null literal to non-nullable reference type.
build: Areas/Identity/Pages/Account/Login.cshtml.cs#L69
Cannot convert null literal to non-nullable reference type.
build: Areas/Identity/Pages/Account/Logout.cshtml.cs#L29
Cannot convert null literal to non-nullable reference type.
build: Areas/Identity/Pages/Account/Register.cshtml.cs#L65
Cannot convert null literal to non-nullable reference type.
build: Models/BookEntry.cs#L16
Non-nullable property 'PersonnelNumber' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Models/BookEntry.cs#L20
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Models/BookEntry.cs#L24
Non-nullable property 'Position' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Models/BookEntry.cs#L28
Non-nullable property 'Department' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Data/SampleData.cs#L39
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Data/SampleData.cs#L40
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.