Skip to content

Print the version to the info form #105

Print the version to the info form

Print the version to the info form #105

Triggered via push September 17, 2023 17:45
Status Success
Total duration 4m 56s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

dotnet.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

63 warnings
build-ubuntu-latest
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, vimtor/action-zip@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-ubuntu-latest: Source/VisualPairCoding/VisualPairCoding.AvaloniaUI/RunSessionForm.axaml.cs#L23
Non-nullable field '_pairCodingSession' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build-ubuntu-latest: Source/VisualPairCoding/VisualPairCoding.AvaloniaUI/RunSessionForm.axaml.cs#L23
Non-nullable field 'timer' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build-ubuntu-latest: Source/VisualPairCoding/VisualPairCoding.AvaloniaUI/EnterNamesWindow.axaml.cs#L102
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-ubuntu-latest: Source/VisualPairCoding/VisualPairCoding.AvaloniaUI/EnterNamesWindow.axaml.cs#L261
Possible null reference argument for parameter 'name' in 'void EnterNamesForm.AddParticipantIfAvailable(string name, List<string> participants)'.
build-ubuntu-latest: Source/VisualPairCoding/VisualPairCoding.AvaloniaUI/EnterNamesWindow.axaml.cs#L262
Possible null reference argument for parameter 'name' in 'void EnterNamesForm.AddParticipantIfAvailable(string name, List<string> participants)'.
build-ubuntu-latest: Source/VisualPairCoding/VisualPairCoding.AvaloniaUI/EnterNamesWindow.axaml.cs#L263
Possible null reference argument for parameter 'name' in 'void EnterNamesForm.AddParticipantIfAvailable(string name, List<string> participants)'.
build-ubuntu-latest: Source/VisualPairCoding/VisualPairCoding.AvaloniaUI/RunSessionForm.axaml.cs#L23
Non-nullable field '_pairCodingSession' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build-ubuntu-latest: Source/VisualPairCoding/VisualPairCoding.AvaloniaUI/RunSessionForm.axaml.cs#L23
Non-nullable field 'timer' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build-ubuntu-latest: Source/VisualPairCoding/VisualPairCoding.AvaloniaUI/EnterNamesWindow.axaml.cs#L102
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-ubuntu-latest: Source/VisualPairCoding/VisualPairCoding.AvaloniaUI/EnterNamesWindow.axaml.cs#L261
Possible null reference argument for parameter 'name' in 'void EnterNamesForm.AddParticipantIfAvailable(string name, List<string> participants)'.
build-ubuntu-latest: Source/VisualPairCoding/VisualPairCoding.AvaloniaUI/EnterNamesWindow.axaml.cs#L262
Possible null reference argument for parameter 'name' in 'void EnterNamesForm.AddParticipantIfAvailable(string name, List<string> participants)'.
build-ubuntu-latest: Source/VisualPairCoding/VisualPairCoding.AvaloniaUI/EnterNamesWindow.axaml.cs#L263
Possible null reference argument for parameter 'name' in 'void EnterNamesForm.AddParticipantIfAvailable(string name, List<string> participants)'.
build-macOS-latest
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, vimtor/action-zip@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-macOS-latest: Source/VisualPairCoding/VisualPairCoding.AvaloniaUI/RunSessionForm.axaml.cs#L23
Non-nullable field '_pairCodingSession' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build-macOS-latest: Source/VisualPairCoding/VisualPairCoding.AvaloniaUI/RunSessionForm.axaml.cs#L23
Non-nullable field 'timer' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build-macOS-latest: Source/VisualPairCoding/VisualPairCoding.AvaloniaUI/EnterNamesWindow.axaml.cs#L102
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-macOS-latest: Source/VisualPairCoding/VisualPairCoding.AvaloniaUI/EnterNamesWindow.axaml.cs#L261
Possible null reference argument for parameter 'name' in 'void EnterNamesForm.AddParticipantIfAvailable(string name, List<string> participants)'.
build-macOS-latest: Source/VisualPairCoding/VisualPairCoding.AvaloniaUI/EnterNamesWindow.axaml.cs#L262
Possible null reference argument for parameter 'name' in 'void EnterNamesForm.AddParticipantIfAvailable(string name, List<string> participants)'.
build-macOS-latest: Source/VisualPairCoding/VisualPairCoding.AvaloniaUI/EnterNamesWindow.axaml.cs#L263
Possible null reference argument for parameter 'name' in 'void EnterNamesForm.AddParticipantIfAvailable(string name, List<string> participants)'.
build-macOS-latest: Source/VisualPairCoding/VisualPairCoding.AvaloniaUI/RunSessionForm.axaml.cs#L23
Non-nullable field '_pairCodingSession' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build-macOS-latest: Source/VisualPairCoding/VisualPairCoding.AvaloniaUI/RunSessionForm.axaml.cs#L23
Non-nullable field 'timer' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build-macOS-latest: Source/VisualPairCoding/VisualPairCoding.AvaloniaUI/EnterNamesWindow.axaml.cs#L102
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-macOS-latest: Source/VisualPairCoding/VisualPairCoding.AvaloniaUI/EnterNamesWindow.axaml.cs#L261
Possible null reference argument for parameter 'name' in 'void EnterNamesForm.AddParticipantIfAvailable(string name, List<string> participants)'.
build-macOS-latest: Source/VisualPairCoding/VisualPairCoding.AvaloniaUI/EnterNamesWindow.axaml.cs#L262
Possible null reference argument for parameter 'name' in 'void EnterNamesForm.AddParticipantIfAvailable(string name, List<string> participants)'.
build-macOS-latest: Source/VisualPairCoding/VisualPairCoding.AvaloniaUI/EnterNamesWindow.axaml.cs#L263
Possible null reference argument for parameter 'name' in 'void EnterNamesForm.AddParticipantIfAvailable(string name, List<string> participants)'.
build-windows-latest
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, vimtor/action-zip@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-windows-latest: Source/VisualPairCoding/VisualPairCoding.AvaloniaUI/RunSessionForm.axaml.cs#L23
Non-nullable field '_pairCodingSession' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build-windows-latest: Source/VisualPairCoding/VisualPairCoding.AvaloniaUI/RunSessionForm.axaml.cs#L23
Non-nullable field 'timer' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build-windows-latest: Source/VisualPairCoding/VisualPairCoding.AvaloniaUI/EnterNamesWindow.axaml.cs#L102
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-windows-latest: Source/VisualPairCoding/VisualPairCoding.AvaloniaUI/EnterNamesWindow.axaml.cs#L261
Possible null reference argument for parameter 'name' in 'void EnterNamesForm.AddParticipantIfAvailable(string name, List<string> participants)'.
build-windows-latest: Source/VisualPairCoding/VisualPairCoding.AvaloniaUI/EnterNamesWindow.axaml.cs#L262
Possible null reference argument for parameter 'name' in 'void EnterNamesForm.AddParticipantIfAvailable(string name, List<string> participants)'.
build-windows-latest: Source/VisualPairCoding/VisualPairCoding.AvaloniaUI/EnterNamesWindow.axaml.cs#L263
Possible null reference argument for parameter 'name' in 'void EnterNamesForm.AddParticipantIfAvailable(string name, List<string> participants)'.
build-windows-latest: Source/VisualPairCoding/VisualPairCoding.AvaloniaUI/RunSessionForm.axaml.cs#L23
Non-nullable field '_pairCodingSession' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build-windows-latest: Source/VisualPairCoding/VisualPairCoding.AvaloniaUI/RunSessionForm.axaml.cs#L23
Non-nullable field 'timer' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build-windows-latest: Source/VisualPairCoding/VisualPairCoding.AvaloniaUI/EnterNamesWindow.axaml.cs#L102
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-windows-latest: Source/VisualPairCoding/VisualPairCoding.AvaloniaUI/EnterNamesWindow.axaml.cs#L261
Possible null reference argument for parameter 'name' in 'void EnterNamesForm.AddParticipantIfAvailable(string name, List<string> participants)'.
build-windows-latest: Source/VisualPairCoding/VisualPairCoding.AvaloniaUI/EnterNamesWindow.axaml.cs#L262
Possible null reference argument for parameter 'name' in 'void EnterNamesForm.AddParticipantIfAvailable(string name, List<string> participants)'.
build-windows-latest: Source/VisualPairCoding/VisualPairCoding.AvaloniaUI/EnterNamesWindow.axaml.cs#L263
Possible null reference argument for parameter 'name' in 'void EnterNamesForm.AddParticipantIfAvailable(string name, List<string> participants)'.