Remove named tuples where not needed #356
Merged
Annotations
10 warnings
Build .NET docs tools
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 .NET docs tools:
RepoMan/State.cs#L41
Non-nullable field '_cachedStateBody' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build .NET docs tools:
RepoMan/State.cs#L41
Non-nullable field 'Client' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build .NET docs tools:
RepoMan/State.cs#L41
Non-nullable field 'Issue' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build .NET docs tools:
RepoMan/State.cs#L41
Non-nullable field 'IssuePrBody' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build .NET docs tools:
RepoMan/State.cs#L41
Non-nullable field 'RepositoryName' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build .NET docs tools:
RepoMan/State.cs#L41
Non-nullable field 'RepositoryOwner' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build .NET docs tools:
RepoMan/State.cs#L41
Non-nullable field 'EventAction' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build .NET docs tools:
RepoMan/State.cs#L41
Non-nullable field 'Logger' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build .NET docs tools:
RepoMan/State.cs#L41
Non-nullable field 'EventPayload' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Loading