Skip to content

Merge pull request #57 from behdad088/add-webstatus #2

Merge pull request #57 from behdad088/add-webstatus

Merge pull request #57 from behdad088/add-webstatus #2

Triggered via push August 4, 2023 10:17
Status Success
Total duration 1m 41s
Artifacts

webstatus.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build: src/WebApps/WebStatus/Models/Config.cs#L5
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/WebApps/WebStatus/Models/Config.cs#L6
Non-nullable property 'Uri' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/WebApps/WebStatus/Models/Config.cs#L5
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/WebApps/WebStatus/Models/Config.cs#L6
Non-nullable property 'Uri' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build
Non-nullable property 'Uri' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build
Non-nullable property 'Uri' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/