Update Core to 20.1.2 #2131
pr.yml
on: pull_request
Matrix: Wrappers / Check Cache
Test Source Generation
3m 27s
Verify TODOs
7s
Matrix: Test Weaver
Matrix: Wrappers / Android
Matrix: Wrappers / Apple Platform
Matrix: Wrappers / Linux
Matrix: Wrappers / UWP
Matrix: Wrappers / Windows
Test Code Coverage
2m 59s
Package Unity
2m 59s
Test .NET Framework
4m 45s
Test UWP
10m 26s
Test Maui.MacCatalyst
6m 42s
Test Maui.iOS
13m 42s
Test Maui.Android
22m 33s
Test Woven Classes
5m 17s
Verify Namespaces
54s
Matrix: test-net-core
Annotations
3 errors and 23 warnings
Realm.Tests.dll.Realms.Tests.Database.NotificationTests. ► Realms.Tests.Database.NotificationTests ► SubscribeWithKeypaths_TopLevelProperties_WorksWithScalar:
TestResults.xml_transformed.xml#L0
Failed test found in:
TestResults.xml_transformed.xml
Error:
at Realms.Tests.Database.NotificationTests.VerifyNotifications(List`1 notifications, Int32[] expectedInserted, Int32[] expectedModified, Int32[] expectedDeleted, Move[] expectedMoves, Boolean expectedCleared, Boolean expectedNotifications)
|
Realm.Tests.dll.Realms.Tests.Database.NotificationTests. ► Realms.Tests.Database.NotificationTests ► SubscribeWithKeypaths_WildCard_CanGetDeeperThanFourLevels:
TestResults.xml_transformed.xml#L0
Failed test found in:
TestResults.xml_transformed.xml
Error:
at Realms.Tests.Database.NotificationTests.VerifyNotifications(List`1 notifications, Int32[] expectedInserted, Int32[] expectedModified, Int32[] expectedDeleted, Move[] expectedMoves, Boolean expectedCleared, Boolean expectedNotifications)
|
Test Maui.iOS
Failed test were found and 'fail-on-error' option is set to true
|
Verify TODOs
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Test Weaver (ubuntu-latest, linux-x64)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Wrappers / Check Cache (ubuntu)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Test Source Generation:
Tests/SourceGenerators/Realm.SourceGenerator.Tests/CSharpSourceGeneratorVerifier.cs#L33
'NUnitVerifier' is obsolete: 'https://github.com/dotnet/roslyn-sdk/blob/main/src/Microsoft.CodeAnalysis.Testing/README.md#obsolete-packages' [D:\a\realm-dotnet\realm-dotnet\Tests\SourceGenerators\Realm.SourceGenerator.Tests\Realm.SourceGenerator.Tests.csproj]
|
Wrappers / Linux (armhf)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Wrappers / Linux (aarch64)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Wrappers / Linux (x86_64)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Test Code Coverage
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Verify Namespaces
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Test net8.0, linux-x64
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Package Unity:
Tests/Realm.Tests/Database/ConfigurationTests.cs#L238
Possible null reference assignment. [D:\a\realm-dotnet\realm-dotnet\Tests\Realm.Tests\Realm.Tests.csproj::TargetFramework=netstandard2.0]
|
Package Unity:
Tests/Realm.Tests/Database/ConfigurationTests.cs#L258
Possible null reference assignment. [D:\a\realm-dotnet\realm-dotnet\Tests\Realm.Tests\Realm.Tests.csproj::TargetFramework=netstandard2.0]
|
Package Unity:
Tests/Realm.Tests/Database/DynamicAccessTests.cs#L41
Possible null reference assignment. [D:\a\realm-dotnet\realm-dotnet\Tests\Realm.Tests\Realm.Tests.csproj::TargetFramework=netstandard2.0]
|
Package Unity:
Tests/Realm.Tests/Database/DateTimeTests.cs#L112
Possible null reference assignment. [D:\a\realm-dotnet\realm-dotnet\Tests\Realm.Tests\Realm.Tests.csproj::TargetFramework=netstandard2.0]
|
Package Unity:
Tests/Realm.Tests/Database/DynamicEmbeddedTests.cs#L42
Possible null reference assignment. [D:\a\realm-dotnet\realm-dotnet\Tests\Realm.Tests\Realm.Tests.csproj::TargetFramework=netstandard2.0]
|
Package Unity:
Tests/Realm.Tests/Database/DynamicAccessTests.cs#L1011
Possible null reference assignment. [D:\a\realm-dotnet\realm-dotnet\Tests\Realm.Tests\Realm.Tests.csproj::TargetFramework=netstandard2.0]
|
Package Unity:
Tests/Realm.Tests/Database/DynamicRelationshipTests.cs#L45
Possible null reference assignment. [D:\a\realm-dotnet\realm-dotnet\Tests\Realm.Tests\Realm.Tests.csproj::TargetFramework=netstandard2.0]
|
Package Unity:
Tests/Realm.Tests/Database/RemoveTests.cs#L160
Possible null reference assignment. [D:\a\realm-dotnet\realm-dotnet\Tests\Realm.Tests\Realm.Tests.csproj::TargetFramework=netstandard2.0]
|
Package Unity:
Tests/Realm.Tests/Database/RemoveTests.cs#L172
Possible null reference assignment. [D:\a\realm-dotnet\realm-dotnet\Tests\Realm.Tests\Realm.Tests.csproj::TargetFramework=netstandard2.0]
|
Package Unity:
Tests/Realm.Tests/Database/GetPrimaryKeyTests.cs#L112
Possible null reference argument for parameter 'objectType' in 'Metadata RealmMetadata.this[string objectType]'. [D:\a\realm-dotnet\realm-dotnet\Tests\Realm.Tests\Realm.Tests.csproj::TargetFramework=netstandard2.0]
|
Test UWP:
Tests/Tests.UWP/MainPage.xaml.cs#L37
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. [D:\a\realm-dotnet\realm-dotnet\Tests\Tests.UWP\Tests.UWP.csproj]
|
Test Maui.Android
Disabling the interpreter; using the interpreter and AOT at the same time is not supported. Use the interpreter for hot reload support in Debug configurations and AOT for Release configurations.
|
Test Maui.Android
The TargetFrameworkVersion (Android API level 34) is higher than the targetSdkVersion (31). Please increase the `android:targetSdkVersion` in the `AndroidManifest.xml` so that the API levels match.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
ExtractedChangelog
Expired
|
319 Bytes |
|
Realm.20.0.0-pr-3687.2131
Expired
|
51 MB |
|
Realm.UnityUtils.20.0.0-pr-3687.2131
Expired
|
19.9 KB |
|
Realm.UnityWeaver.20.0.0-pr-3687.2131
Expired
|
110 KB |
|
UnityTests
Expired
|
1.55 MB |
|
io.realm.unity-20.0.0-pr-3687.2131.tgz
Expired
|
38.7 MB |
|
wrappers-android-arm64-v8a
Expired
|
3.81 MB |
|
wrappers-android-armeabi-v7a
Expired
|
2.76 MB |
|
wrappers-android-x86
Expired
|
3.52 MB |
|
wrappers-android-x86_64
Expired
|
3.51 MB |
|
wrappers-catalyst
Expired
|
13.9 MB |
|
wrappers-iOS-Device
Expired
|
3.07 MB |
|
wrappers-iOS-Simulator
Expired
|
6.52 MB |
|
wrappers-linux-aarch64
Expired
|
4.53 MB |
|
wrappers-linux-armhf
Expired
|
3.79 MB |
|
wrappers-linux-x86_64
Expired
|
4.36 MB |
|
wrappers-macos
Expired
|
3.53 MB |
|
wrappers-tvOS-Device
Expired
|
3.06 MB |
|
wrappers-tvOS-Simulator
Expired
|
6.51 MB |
|
wrappers-windows-ARM64
Expired
|
5.22 MB |
|
wrappers-windows-Win32
Expired
|
5.12 MB |
|
wrappers-windows-uwp-ARM64
Expired
|
4.16 MB |
|
wrappers-windows-uwp-Win32
Expired
|
3.94 MB |
|
wrappers-windows-uwp-x64
Expired
|
4.13 MB |
|
wrappers-windows-x64
Expired
|
5.35 MB |
|