Print the version to the info form #105
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
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#L39
Possible null reference return.
|
build-ubuntu-latest:
Source/VisualPairCoding/VisualPairCoding.AvaloniaUI/EnterNamesWindow.axaml.cs#L83
Nullable value type may be null.
|
build-ubuntu-latest:
Source/VisualPairCoding/VisualPairCoding.AvaloniaUI/EnterNamesWindow.axaml.cs#L96
Dereference of a possibly null reference.
|
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#L133
Nullable value type may be null.
|
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#L39
Possible null reference return.
|
build-ubuntu-latest:
Source/VisualPairCoding/VisualPairCoding.AvaloniaUI/EnterNamesWindow.axaml.cs#L83
Nullable value type may be null.
|
build-ubuntu-latest:
Source/VisualPairCoding/VisualPairCoding.AvaloniaUI/EnterNamesWindow.axaml.cs#L96
Dereference of a possibly null reference.
|
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#L133
Nullable value type may be null.
|
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#L39
Possible null reference return.
|
build-macOS-latest:
Source/VisualPairCoding/VisualPairCoding.AvaloniaUI/EnterNamesWindow.axaml.cs#L83
Nullable value type may be null.
|
build-macOS-latest:
Source/VisualPairCoding/VisualPairCoding.AvaloniaUI/EnterNamesWindow.axaml.cs#L96
Dereference of a possibly null reference.
|
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#L133
Nullable value type may be null.
|
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#L39
Possible null reference return.
|
build-macOS-latest:
Source/VisualPairCoding/VisualPairCoding.AvaloniaUI/EnterNamesWindow.axaml.cs#L83
Nullable value type may be null.
|
build-macOS-latest:
Source/VisualPairCoding/VisualPairCoding.AvaloniaUI/EnterNamesWindow.axaml.cs#L96
Dereference of a possibly null reference.
|
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#L133
Nullable value type may be null.
|
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#L39
Possible null reference return.
|
build-windows-latest:
Source/VisualPairCoding/VisualPairCoding.AvaloniaUI/EnterNamesWindow.axaml.cs#L83
Nullable value type may be null.
|
build-windows-latest:
Source/VisualPairCoding/VisualPairCoding.AvaloniaUI/EnterNamesWindow.axaml.cs#L96
Dereference of a possibly null reference.
|
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#L133
Nullable value type may be null.
|
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#L39
Possible null reference return.
|
build-windows-latest:
Source/VisualPairCoding/VisualPairCoding.AvaloniaUI/EnterNamesWindow.axaml.cs#L83
Nullable value type may be null.
|
build-windows-latest:
Source/VisualPairCoding/VisualPairCoding.AvaloniaUI/EnterNamesWindow.axaml.cs#L96
Dereference of a possibly null reference.
|
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#L133
Nullable value type may be null.
|
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)'.
|