Skip to content

Use System.Text.Json as a backend for view model serialization #2977

Use System.Text.Json as a backend for view model serialization

Use System.Text.Json as a backend for view model serialization #2977

Triggered via pull request April 26, 2024 11:53
Status Failure
Total duration 50m 30s
Artifacts 8

main.yml

on: pull_request
Build all projects without errors
9m 3s
Build all projects without errors
JS unit tests
1m 0s
JS unit tests
Matrix: Build published projects without warnings
Matrix: .NET unit tests
Matrix: UI tests
Fit to window
Zoom out
Zoom in

Annotations

43 errors and 31 warnings
.NET unit tests (macOS-latest)
Process completed with exit code 130.
.NET unit tests (macOS-latest)
Process completed with exit code 130.
Build published projects without warnings (Debug): src/Framework/Framework/Compilation/Binding/StaticCommandExecutionPlanSerializer.cs#L156
Possible null reference argument for parameter 'typeName' in 'Type? Type.GetType(string typeName)'.
Build published projects without warnings (Debug): src/Framework/Framework/Compilation/Binding/StaticCommandExecutionPlanSerializer.cs#L156
Possible null reference argument for parameter 'typeName' in 'Type? Type.GetType(string typeName)'.
Build published projects without warnings (Debug)
Process completed with exit code 1.
Build published projects without warnings (Release): src/Framework/Framework/Compilation/Binding/StaticCommandExecutionPlanSerializer.cs#L156
Possible null reference argument for parameter 'typeName' in 'Type? Type.GetType(string typeName)'.
Build published projects without warnings (Release): src/Framework/Framework/Compilation/Binding/StaticCommandExecutionPlanSerializer.cs#L156
Possible null reference argument for parameter 'typeName' in 'Type? Type.GetType(string typeName)'.
Build published projects without warnings (Release)
Process completed with exit code 1.
.NET unit tests (windows-2022): src/Framework/Framework/ViewModel/Serialization/ViewModelSerializationMapper.cs#L126
'Dictionary<string, MemberInfo>' does not contain a definition for 'TryAdd' and no accessible extension method 'TryAdd' accepting a first argument of type 'Dictionary<string, MemberInfo>' could be found (are you missing a using directive or an assembly reference?)
.NET unit tests (windows-2022): src/Framework/Framework/ViewModel/Serialization/ViewModelSerializationMap.cs#L68
'Dictionary<string, ViewModelPropertyMap>' does not contain a definition for 'TryAdd' and no accessible extension method 'TryAdd' accepting a first argument of type 'Dictionary<string, ViewModelPropertyMap>' could be found (are you missing a using directive or an assembly reference?)
.NET unit tests (windows-2022): src/Framework/Framework/ViewModel/Serialization/ViewModelSerializationMapper.cs#L126
'Dictionary<string, MemberInfo>' does not contain a definition for 'TryAdd' and no accessible extension method 'TryAdd' accepting a first argument of type 'Dictionary<string, MemberInfo>' could be found (are you missing a using directive or an assembly reference?)
.NET unit tests (windows-2022): src/Framework/Framework/ViewModel/Serialization/ViewModelSerializationMap.cs#L68
'Dictionary<string, ViewModelPropertyMap>' does not contain a definition for 'TryAdd' and no accessible extension method 'TryAdd' accepting a first argument of type 'Dictionary<string, ViewModelPropertyMap>' could be found (are you missing a using directive or an assembly reference?)
.NET unit tests (windows-2022)
Process completed with exit code 1.
UI tests (chrome, windows-2022, Development, Default): src/Framework/Framework/ViewModel/Serialization/ViewModelSerializationMapper.cs#L126
'Dictionary<string, MemberInfo>' does not contain a definition for 'TryAdd' and no accessible extension method 'TryAdd' accepting a first argument of type 'Dictionary<string, MemberInfo>' could be found (are you missing a using directive or an assembly reference?)
UI tests (chrome, windows-2022, Development, Default): src/Framework/Framework/ViewModel/Serialization/ViewModelSerializationMap.cs#L68
'Dictionary<string, ViewModelPropertyMap>' does not contain a definition for 'TryAdd' and no accessible extension method 'TryAdd' accepting a first argument of type 'Dictionary<string, ViewModelPropertyMap>' could be found (are you missing a using directive or an assembly reference?)
UI tests (chrome, windows-2022, Development, Default): src/Samples/Api.Common/Model/Order.cs#L13
The type or namespace name 'JsonPropertyAttribute' could not be found (are you missing a using directive or an assembly reference?)
UI tests (chrome, windows-2022, Development, Default): src/Samples/Api.Common/Model/Order.cs#L13
The type or namespace name 'JsonProperty' could not be found (are you missing a using directive or an assembly reference?)
UI tests (chrome, windows-2022, Development, Default): src/Samples/Api.Common/Model/Order.cs#L19
The type or namespace name 'JsonPropertyAttribute' could not be found (are you missing a using directive or an assembly reference?)
UI tests (chrome, windows-2022, Development, Default): src/Samples/Api.Common/Model/Order.cs#L19
The type or namespace name 'JsonProperty' could not be found (are you missing a using directive or an assembly reference?)
UI tests (chrome, windows-2022, Development, Default)
Process completed with exit code 1.
Build all projects without errors: src/Samples/Api.Common/Model/Order.cs#L13
The type or namespace name 'JsonPropertyAttribute' could not be found (are you missing a using directive or an assembly reference?)
Build all projects without errors: src/Samples/Api.Common/Model/Order.cs#L13
The type or namespace name 'JsonProperty' could not be found (are you missing a using directive or an assembly reference?)
Build all projects without errors: src/Samples/Api.Common/Model/Order.cs#L19
The type or namespace name 'JsonPropertyAttribute' could not be found (are you missing a using directive or an assembly reference?)
Build all projects without errors: src/Samples/Api.Common/Model/Order.cs#L19
The type or namespace name 'JsonProperty' could not be found (are you missing a using directive or an assembly reference?)
Build all projects without errors: src/Framework/Framework/ViewModel/Serialization/ViewModelSerializationMapper.cs#L126
'Dictionary<string, MemberInfo>' does not contain a definition for 'TryAdd' and no accessible extension method 'TryAdd' accepting a first argument of type 'Dictionary<string, MemberInfo>' could be found (are you missing a using directive or an assembly reference?)
Build all projects without errors: src/Framework/Framework/ViewModel/Serialization/ViewModelSerializationMap.cs#L68
'Dictionary<string, ViewModelPropertyMap>' does not contain a definition for 'TryAdd' and no accessible extension method 'TryAdd' accepting a first argument of type 'Dictionary<string, ViewModelPropertyMap>' could be found (are you missing a using directive or an assembly reference?)
Build all projects without errors: src/Samples/Api.Common/Model/Order.cs#L13
The type or namespace name 'JsonPropertyAttribute' could not be found (are you missing a using directive or an assembly reference?)
Build all projects without errors: src/Samples/Api.Common/Model/Order.cs#L13
The type or namespace name 'JsonProperty' could not be found (are you missing a using directive or an assembly reference?)
Build all projects without errors: src/Samples/Api.Common/Model/Order.cs#L19
The type or namespace name 'JsonPropertyAttribute' could not be found (are you missing a using directive or an assembly reference?)
Build all projects without errors: src/Samples/Api.Common/Model/Order.cs#L19
The type or namespace name 'JsonProperty' could not be found (are you missing a using directive or an assembly reference?)
UI tests (firefox, ubuntu-latest, Development, Default)
The job running on runner GitHub Actions 11 has exceeded the maximum execution time of 50 minutes.
UI tests (firefox, ubuntu-latest, Production, Default)
The job running on runner GitHub Actions 4 has exceeded the maximum execution time of 50 minutes.
UI tests (firefox, ubuntu-latest, Development, ExperimentalFeaturesTests)
The job running on runner GitHub Actions 15 has exceeded the maximum execution time of 50 minutes.
UI tests (chrome, ubuntu-latest, Production, Default)
The job running on runner GitHub Actions 8 has exceeded the maximum execution time of 50 minutes.
UI tests (chrome, ubuntu-latest, Production, ExperimentalFeaturesTests)
The job running on runner GitHub Actions 9 has exceeded the maximum execution time of 50 minutes.
.NET unit tests (macOS-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, nuget/setup-nuget@v1, actions/cache@v3, actions/setup-node@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
JS unit tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
JS unit tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build published projects without warnings (Debug)
The target framework 'netcoreapp3.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Build published projects without warnings (Debug)
The target framework 'netcoreapp3.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Build published projects without warnings (Debug)
The target framework 'netcoreapp3.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Build published projects without warnings (Debug)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, nuget/setup-nuget@v1, actions/cache@v3, actions/setup-node@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build published projects without warnings (Release)
The target framework 'netcoreapp3.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Build published projects without warnings (Release)
The target framework 'netcoreapp3.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Build published projects without warnings (Release)
The target framework 'netcoreapp3.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Build published projects without warnings (Release)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, nuget/setup-nuget@v1, actions/cache@v3, actions/setup-node@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
.NET unit tests (ubuntu-latest)
The target framework 'netcoreapp3.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
.NET unit tests (ubuntu-latest)
The target framework 'netcoreapp3.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
.NET unit tests (ubuntu-latest)
The target framework 'netcoreapp3.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
.NET unit tests (ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, nuget/setup-nuget@v1, actions/cache@v3, actions/setup-node@v3, actions/setup-dotnet@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
.NET unit tests (windows-2022)
The target framework 'netcoreapp3.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
.NET unit tests (windows-2022)
The target framework 'netcoreapp3.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
.NET unit tests (windows-2022)
The target framework 'netcoreapp3.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
.NET unit tests (windows-2022)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, nuget/setup-nuget@v1, actions/cache@v3, actions/setup-node@v3, actions/setup-dotnet@v3, microsoft/setup-msbuild@v1.1, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
UI tests (chrome, windows-2022, Development, Default)
The target framework 'netcoreapp3.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
UI tests (chrome, windows-2022, Development, Default)
The target framework 'netcoreapp3.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
UI tests (chrome, windows-2022, Development, Default)
The target framework 'netcoreapp3.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
UI tests (chrome, windows-2022, Development, Default)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, nuget/setup-nuget@v1, actions/cache@v3, actions/setup-node@v3, actions/setup-dotnet@v3, microsoft/setup-msbuild@v1.1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build all projects without errors
The target framework 'netcoreapp3.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Build all projects without errors
The target framework 'netcoreapp3.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Build all projects without errors
The target framework 'netcoreapp3.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Build all projects without errors
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, nuget/setup-nuget@v1, actions/cache@v3, actions/setup-node@v3, actions/setup-dotnet@v3, microsoft/setup-msbuild@v1.1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build all projects without errors
The target framework 'netcoreapp3.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Build all projects without errors
The target framework 'netcoreapp3.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Build all projects without errors
The target framework 'netcoreapp3.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "analyzers-tests-net6.0-Debug-Linux", "analyzers-tests-net6.0-Debug-Windows", "analyzers-tests-net6.0-Release-Linux", "analyzers-tests-net6.0-Release-Windows", "framework-tests-net8.0-Debug-Linux", "framework-tests-net8.0-Debug-Windows", "framework-tests-net8.0-Release-Linux", "framework-tests-net8.0-Release-Windows". Please update your workflow to use v4 of the artifact actions. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/

Artifacts

Produced during runtime
Name Size
analyzers-tests-net6.0-Debug-Linux
67.4 KB
analyzers-tests-net6.0-Debug-Windows
66.6 KB
analyzers-tests-net6.0-Release-Linux
67.6 KB
analyzers-tests-net6.0-Release-Windows
66.8 KB
framework-tests-net8.0-Debug-Linux
2.57 MB
framework-tests-net8.0-Debug-Windows
2.59 MB
framework-tests-net8.0-Release-Linux
2.58 MB
framework-tests-net8.0-Release-Windows
2.6 MB