Skip to content

Better errors and instructions #213

Better errors and instructions

Better errors and instructions #213

Triggered via pull request August 18, 2023 15:58
Status Success
Total duration 1m 51s
Artifacts

dotnet-build-validation.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: RepoMan/Actions/Variables.cs#L17
Non-nullable field '_value' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: RepoMan/Actions/Comment.cs#L16
Non-nullable field '_value' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: RepoMan/Actions/Variables.cs#L28
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: RepoMan/Actions/Labels.cs#L47
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: RepoMan/Actions/Assignees.cs#L45
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: RepoMan/Actions/Reviewers.cs#L45
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: RepoMan/State.cs#L43
Non-nullable field '_cachedStateBody' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: RepoMan/State.cs#L43
Non-nullable field 'Client' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: RepoMan/State.cs#L43
Non-nullable field 'Issue' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: RepoMan/State.cs#L43
Non-nullable field 'IssuePrBody' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.