Remove Promise.withResolvers and replace with deferred pattern
#23507
ci.yml
on: pull_request
Detect merge queue no-op
7s
Unreal Engine Tests
Build and test wasm bindings
4m 24s
Check that packages are publishable
32s
Check CI command docs
31s
Check CLI docs
1m 40s
Verify global.json files are symlinks
1m 30s
Check smoketests/mod.rs is complete
3m 12s
Docs build
2m 4s
TypeScript - Tests
3m 56s
Matrix: smoketests_noop
Matrix: update
Matrix: update_noop
Test Suite
30m 36s
Keynote Bench
4m 2s
Index Scan Bench
2m 45s
unity-testsuite
6m 26s
godot-testsuite
5m 13s
csharp-testsuite
6m 3s
Matrix: smoketests
Annotations
7 warnings
|
TypeScript - Tests
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Smoketests (Windows)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-dotnet@v4, actions/setup-node@v4, pnpm/action-setup@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Smoketests (Windows):
crates/bindings-csharp/Runtime/Internal/Bounds.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
|
|
Smoketests (Windows):
crates/bindings-csharp/Runtime/Http.cs#L274
Member 'Send' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
|
|
Smoketests (Windows):
crates/bindings-csharp/Runtime/TransactionalContextState.cs#L89
Member 'CommitMutTx' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
|
|
Smoketests (Windows):
crates/bindings-csharp/Runtime/TransactionalContextState.cs#L82
Member 'StartMutTx' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
|
|
Smoketests (Windows):
crates/bindings-csharp/Runtime/Internal/Module.cs#L571
Possible null reference argument for parameter 's' in 'byte[] Encoding.GetBytes(string s)'.
|