Skip to content

.NET 8 Upgrade (1.3.0.0 Release) #157

.NET 8 Upgrade (1.3.0.0 Release)

.NET 8 Upgrade (1.3.0.0 Release) #157

Triggered via pull request December 22, 2023 17:53
@fumiichanfumiichan
synchronize #126
net8
Status Success
Total duration 29s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build: Api/Responses/GalleryTitleResponse.cs#L8
Non-nullable property 'Japanese' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Api/Responses/GalleryTitleResponse.cs#L11
Non-nullable property 'English' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Api/Responses/GalleryTitleResponse.cs#L14
Non-nullable property 'Pretty' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Api/Responses/GalleryTagResponse.cs#L11
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Api/Responses/GalleryTagResponse.cs#L14
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Api/Responses/GalleryTagResponse.cs#L17
Non-nullable property 'Url' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Api/Responses/GalleryResponse.cs#L17
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Api/Responses/GalleryResponse.cs#L20
Non-nullable property 'Images' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Api/Responses/GalleryResponse.cs#L23
Non-nullable property 'Tags' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Api/Responses/GalleryListResponse.cs#L9
Non-nullable property 'Result' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.