Optimization #25
Annotations
11 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build:
src/Sockets/RdmReliableSocket.cs#L347
Nullability of reference types in type of 'event PropertyChangedEventHandler RdmReliableSocket.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
|
Build:
src/Sockets/RdmReliableSocket.cs#L50
Nullability of reference types in type of parameter 'x' of 'bool TransactionUniverseComparer.Equals(Transaction x, Transaction y)' doesn't match implicitly implemented member 'bool IEqualityComparer<Transaction>.Equals(Transaction? x, Transaction? y)' (possibly because of nullability attributes).
|
Build:
src/Sockets/RdmReliableSocket.cs#L50
Nullability of reference types in type of parameter 'y' of 'bool TransactionUniverseComparer.Equals(Transaction x, Transaction y)' doesn't match implicitly implemented member 'bool IEqualityComparer<Transaction>.Equals(Transaction? x, Transaction? y)' (possibly because of nullability attributes).
|
Build:
src/Sockets/RdmReliableSocket.cs#L20
Cannot convert null literal to non-nullable reference type.
|
Build:
src/Sockets/RdmReliableSocket.cs#L66
Nullability of reference types in type of parameter 'sender' of 'void RdmReliableSocket.socket_NewRdmPacket(object sender, NewPacketEventArgs<RdmPacket> e)' doesn't match the target delegate 'EventHandler<NewPacketEventArgs<RdmPacket>>' (possibly because of nullability attributes).
|
Build:
src/Sockets/RdmReliableSocket.cs#L67
Nullability of reference types in type of parameter 'sender' of 'void RdmReliableSocket.socket_RdmPacketSent(object sender, NewPacketEventArgs<RdmPacket> e)' doesn't match the target delegate 'EventHandler<NewPacketEventArgs<RdmPacket>>' (possibly because of nullability attributes).
|
Build:
src/Sockets/RdmReliableSocket.cs#L69
Nullability of reference types in type of parameter 'state' of 'void RdmReliableSocket.Retry(object state)' doesn't match the target delegate 'TimerCallback' (possibly because of nullability attributes).
|
Build:
src/Sockets/RdmReliableSocket.cs#L62
Non-nullable event 'NewRdmPacket' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
|
Build:
src/Sockets/RdmReliableSocket.cs#L62
Non-nullable event 'RdmPacketSent' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
|
Build:
src/Sockets/RdmReliableSocket.cs#L62
Non-nullable event 'PropertyChanged' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
|
Set up job
1s
1s
Error:
This step has been truncated due to its large size. Download the full logs from the menu
once the workflow run has completed.
Run actions/checkout@v4
1s
1s
Error:
This step has been truncated due to its large size. Download the full logs from the menu
once the workflow run has completed.
Get main version
0s
0s
Error:
This step has been truncated due to its large size. Download the full logs from the menu
once the workflow run has completed.
Get branch name from branch
0s
0s
Error:
This step has been truncated due to its large size. Download the full logs from the menu
once the workflow run has completed.
Get branch name from PR
0s
0s
Error:
This step has been truncated due to its large size. Download the full logs from the menu
once the workflow run has completed.
Run echo Version ${BRANCH_NAME}
0s
0s
Error:
This step has been truncated due to its large size. Download the full logs from the menu
once the workflow run has completed.
Run echo "PACKAGE_VERSION=2.0.${GITHUB_RUN_NUMBER}" >> $GITHUB_ENV
0s
0s
Error:
This step has been truncated due to its large size. Download the full logs from the menu
once the workflow run has completed.
Run echo "PACKAGE_VERSION=2.0.${GITHUB_RUN_NUMBER}-${BRANCH_NAME}-${GITHUB_SHA::8}" >> $GITHUB_ENV
0s
0s
Error:
This step has been truncated due to its large size. Download the full logs from the menu
once the workflow run has completed.
Run echo Version is ${PACKAGE_VERSION}
0s
0s
Error:
This step has been truncated due to its large size. Download the full logs from the menu
once the workflow run has completed.
Setup .NET Core
6s
6s
Error:
This step has been truncated due to its large size. Download the full logs from the menu
once the workflow run has completed.
Install dependencies
3s
3s
Error:
This step has been truncated due to its large size. Download the full logs from the menu
once the workflow run has completed.
Build
4s
4s
Error:
This step has been truncated due to its large size. Download the full logs from the menu
once the workflow run has completed.
Test
0s
0s
Error:
This step has been truncated due to its large size. Download the full logs from the menu
once the workflow run has completed.
Publish NuGet
0s
0s
Error:
This step has been truncated due to its large size. Download the full logs from the menu
once the workflow run has completed.
Tag
0s
0s
Error:
This step has been truncated due to its large size. Download the full logs from the menu
once the workflow run has completed.
Post Run actions/checkout@v4
0s
0s
Error:
This step has been truncated due to its large size. Download the full logs from the menu
once the workflow run has completed.
Complete job
0s
0s
Error:
This step has been truncated due to its large size. Download the full logs from the menu
once the workflow run has completed.
Loading