Skip to content

C# implementation of Transactions for Procedures #15761

C# implementation of Transactions for Procedures

C# implementation of Transactions for Procedures #15761

Triggered via pull request December 17, 2025 22:10
Status Success
Total duration 43m 56s
Artifacts

ci.yml

on: pull_request
Test Suite
25m 19s
Test Suite
Lints
2m 21s
Lints
Build and test wasm bindings
6m 30s
Build and test wasm bindings
Check that packages are publishable
24s
Check that packages are publishable
Unreal Engine Tests
0s
Unreal Engine Tests
Check CI command docs
45s
Check CI command docs
Check CLI docs
2m 5s
Check CLI docs
unity-testsuite
15m 54s
unity-testsuite
csharp-testsuite
10m 12s
csharp-testsuite
Matrix: Smoketests
Matrix: update
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
csharp-testsuite
The type name 'player' only contains lower-cased ascii characters. Such names may become reserved for the language.
csharp-testsuite: crates/bindings-csharp/Runtime/ProcedureContext.cs#L4
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
csharp-testsuite: crates/bindings-csharp/Runtime/ProcedureContext.cs#L143
Member 'CommitMutTx' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
csharp-testsuite: crates/bindings-csharp/Runtime/ProcedureContext.cs#L136
Member 'StartMutTx' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
unity-testsuite: crates/bindings-csharp/Runtime/ProcedureContext.cs#L4
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
unity-testsuite: crates/bindings-csharp/Runtime/ProcedureContext.cs#L143
Member 'CommitMutTx' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
unity-testsuite: crates/bindings-csharp/Runtime/ProcedureContext.cs#L136
Member 'StartMutTx' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
Test Suite: crates/bindings-csharp/Runtime/ProcedureContext.cs#L4
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
Test Suite: crates/bindings-csharp/Runtime/ProcedureContext.cs#L136
Member 'StartMutTx' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
Test Suite: crates/bindings-csharp/Runtime/ProcedureContext.cs#L143
Member 'CommitMutTx' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)