Skip to content

Remove named tuples where not needed #452

Remove named tuples where not needed

Remove named tuples where not needed #452

Triggered via pull request May 28, 2024 16:42
Status Success
Total duration 1m 57s
Artifacts

dotnet-build-validation.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build
Found version-specific or distribution-specific runtime identifier(s): win10-x64, win10-x86, win7-x64, win7-x86, win8-x64, win8-x86, win81-x64, win81-x86. Affected libraries: Microsoft.Management.Infrastructure.Runtime.Win. In .NET 8.0 and higher, assets for version-specific and distribution-specific runtime identifiers will not be found by default. See https://aka.ms/dotnet/rid-usage for details.
build: RepoMan/State.cs#L41
Non-nullable field '_cachedStateBody' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: RepoMan/State.cs#L41
Non-nullable field 'Client' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: RepoMan/State.cs#L41
Non-nullable field 'Issue' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: RepoMan/State.cs#L41
Non-nullable field 'IssuePrBody' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: RepoMan/State.cs#L41
Non-nullable field 'RepositoryName' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: RepoMan/State.cs#L41
Non-nullable field 'RepositoryOwner' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: RepoMan/State.cs#L41
Non-nullable field 'EventAction' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: RepoMan/State.cs#L41
Non-nullable field 'Logger' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: RepoMan/State.cs#L41
Non-nullable field 'EventPayload' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.