Run tests #2950
main.yml
on: workflow_dispatch
Build all projects without errors
5m 51s
JS unit tests
1m 0s
Matrix: Build published projects without warnings
Matrix: .NET unit tests
Matrix: UI tests
Annotations
40 errors and 67 warnings
JsonDiff_Configuration_AddingResources:
src/Tests/ViewModel/JsonDiffTests.cs#L46
Assert.IsInstanceOfType failed.
|
JsonDiff_Configuration_AddingRoute:
src/Tests/ViewModel/JsonDiffTests.cs#L60
Test method DotVVM.Framework.Tests.ViewModel.JsonDiffTests.JsonDiff_Configuration_AddingRoute threw exception:
Xunit.Sdk.ContainsException: Assert.Contains() Failure
Not found: Route1
In value: SelectEnumerableIterator<RouteBase, String> []
|
SupportTuples:
src/Tests/ViewModel/SerializerTests.cs#L233
Assert.AreEqual failed. Expected:<>. Actual:<{}>.
|
SerializeDefaultConfig:
src/Tests/Runtime/ConfigurationSerializationTests.cs#L71
Test method DotVVM.Framework.Tests.Runtime.ConfigurationSerializationTests.SerializeDefaultConfig threw exception:
System.Exception: ConfigurationSerializationTests.SerializeDefaultConfig.json has changed, the actual output differs from the previous accepted output:
diff --git a/src/Tests/Runtime/config-tests/ConfigurationSerializationTests.SerializeDefaultConfig.json b/src/Tests/Runtime/config-tests/ConfigurationSerializationTests.SerializeDefaultConfig.json
index 0572bbf..7547369 100644
--- a/src/Tests/Runtime/config-tests/ConfigurationSerializationTests.SerializeDefaultConfig.json
+++ b/src/Tests/Runtime/config-tests/ConfigurationSerializationTests.SerializeDefaultConfig.json
@@ -131,6 +131,7 @@
},
"security": {},
"runtime": {},
+ "defaultCulture": "en-US",
"experimentalFeatures": {
"explicitAssemblyLoading": {
"enabled": true
Is this change OK? To let the test pass, stage the file in git. Confused? See https://github.com/exyi/CheckTestOutput/blob/master/trouble.md#changed-file
|
SerializeEmptyConfig:
src/Tests/Runtime/ConfigurationSerializationTests.cs#L84
Test method DotVVM.Framework.Tests.Runtime.ConfigurationSerializationTests.SerializeEmptyConfig threw exception:
System.Exception: ConfigurationSerializationTests.SerializeEmptyConfig.json has changed, the actual output differs from the previous accepted output:
diff --git a/src/Tests/Runtime/config-tests/ConfigurationSerializationTests.SerializeEmptyConfig.json b/src/Tests/Runtime/config-tests/ConfigurationSerializationTests.SerializeEmptyConfig.json
index 087ce44..c8ca659 100644
--- a/src/Tests/Runtime/config-tests/ConfigurationSerializationTests.SerializeEmptyConfig.json
+++ b/src/Tests/Runtime/config-tests/ConfigurationSerializationTests.SerializeEmptyConfig.json
@@ -7,6 +7,7 @@
"resources": {},
"security": {},
"runtime": {},
+ "defaultCulture": "en-US",
"experimentalFeatures": {},
"diagnostics": {
"compilationPage": {},
Is this change OK? To let the test pass, stage the file in git. Confused? See https://github.com/exyi/CheckTestOutput/blob/master/trouble.md#changed-file
|
SerializeRoutes:
src/Tests/Runtime/ConfigurationSerializationTests.cs#L106
Test method DotVVM.Framework.Tests.Runtime.ConfigurationSerializationTests.SerializeRoutes threw exception:
System.Exception: ConfigurationSerializationTests.SerializeRoutes.json has changed, the actual output differs from the previous accepted output:
diff --git a/src/Tests/Runtime/config-tests/ConfigurationSerializationTests.SerializeRoutes.json b/src/Tests/Runtime/config-tests/ConfigurationSerializationTests.SerializeRoutes.json
index 8cc72ac..ed68565 100644
--- a/src/Tests/Runtime/config-tests/ConfigurationSerializationTests.SerializeRoutes.json
+++ b/src/Tests/Runtime/config-tests/ConfigurationSerializationTests.SerializeRoutes.json
@@ -38,6 +38,7 @@
"resources": {},
"security": {},
"runtime": {},
+ "defaultCulture": "en-US",
"experimentalFeatures": {},
"diagnostics": {
"compilationPage": {},
Is this change OK? To let the test pass, stage the file in git. Confused? See https://github.com/exyi/CheckTestOutput/blob/master/trouble.md#changed-file
|
SerializeResources:
src/Tests/Runtime/ConfigurationSerializationTests.cs#L144
Test method DotVVM.Framework.Tests.Runtime.ConfigurationSerializationTests.SerializeResources threw exception:
System.Exception: ConfigurationSerializationTests.SerializeResources.json has changed, the actual output differs from the previous accepted output:
diff --git a/src/Tests/Runtime/config-tests/ConfigurationSerializationTests.SerializeResources.json b/src/Tests/Runtime/config-tests/ConfigurationSerializationTests.SerializeResources.json
index a40e91c..11eac35 100644
--- a/src/Tests/Runtime/config-tests/ConfigurationSerializationTests.SerializeResources.json
+++ b/src/Tests/Runtime/config-tests/ConfigurationSerializationTests.SerializeResources.json
@@ -83,6 +83,7 @@
},
"security": {},
"runtime": {},
+ "defaultCulture": "en-US",
"experimentalFeatures": {},
"diagnostics": {
"compilationPage": {},
Is this change OK? To let the test pass, stage the file in git. Confused? See https://github.com/exyi/CheckTestOutput/blob/master/trouble.md#changed-file
|
ExperimentalFeatures:
src/Tests/Runtime/ConfigurationSerializationTests.cs#L154
Test method DotVVM.Framework.Tests.Runtime.ConfigurationSerializationTests.ExperimentalFeatures threw exception:
System.Exception: ConfigurationSerializationTests.ExperimentalFeatures.json has changed, the actual output differs from the previous accepted output:
diff --git a/src/Tests/Runtime/config-tests/ConfigurationSerializationTests.ExperimentalFeatures.json b/src/Tests/Runtime/config-tests/ConfigurationSerializationTests.ExperimentalFeatures.json
index 5a75ebd..2c9f447 100644
--- a/src/Tests/Runtime/config-tests/ConfigurationSerializationTests.ExperimentalFeatures.json
+++ b/src/Tests/Runtime/config-tests/ConfigurationSerializationTests.ExperimentalFeatures.json
@@ -7,6 +7,7 @@
"resources": {},
"security": {},
"runtime": {},
+ "defaultCulture": "en-US",
"experimentalFeatures": {
"lazyCsrfToken": {
"enabled": true,
Is this change OK? To let the test pass, stage the file in git. Confused? See https://github.com/exyi/CheckTestOutput/blob/master/trouble.md#changed-file
|
Markup:
src/Tests/Runtime/ConfigurationSerializationTests.cs#L171
Test method DotVVM.Framework.Tests.Runtime.ConfigurationSerializationTests.Markup threw exception:
System.Exception: ConfigurationSerializationTests.Markup.json has changed, the actual output differs from the previous accepted output:
diff --git a/src/Tests/Runtime/config-tests/ConfigurationSerializationTests.Markup.json b/src/Tests/Runtime/config-tests/ConfigurationSerializationTests.Markup.json
index 986568c..458e2a1 100644
--- a/src/Tests/Runtime/config-tests/ConfigurationSerializationTests.Markup.json
+++ b/src/Tests/Runtime/config-tests/ConfigurationSerializationTests.Markup.json
@@ -57,6 +57,7 @@
"resources": {},
"security": {},
"runtime": {},
+ "defaultCulture": "en-US",
"experimentalFeatures": {},
"diagnostics": {
"compilationPage": {},
Is this change OK? To let the test pass, stage the file in git. Confused? See https://github.com/exyi/CheckTestOutput/blob/master/trouble.md#changed-file
|
RestAPI:
src/Tests/Runtime/ConfigurationSerializationTests.cs#L181
Test method DotVVM.Framework.Tests.Runtime.ConfigurationSerializationTests.RestAPI threw exception:
System.Exception: ConfigurationSerializationTests.RestAPI.json has changed, the actual output differs from the previous accepted output:
diff --git a/src/Tests/Runtime/config-tests/ConfigurationSerializationTests.RestAPI.json b/src/Tests/Runtime/config-tests/ConfigurationSerializationTests.RestAPI.json
index bb8b049..1bb8652 100644
--- a/src/Tests/Runtime/config-tests/ConfigurationSerializationTests.RestAPI.json
+++ b/src/Tests/Runtime/config-tests/ConfigurationSerializationTests.RestAPI.json
@@ -40,6 +40,7 @@
},
"security": {},
"runtime": {},
+ "defaultCulture": "en-US",
"experimentalFeatures": {},
"diagnostics": {
"compilationPage": {},
Is this change OK? To let the test pass, stage the file in git. Confused? See https://github.com/exyi/CheckTestOutput/blob/master/trouble.md#changed-file
|
UI tests (firefox, ubuntu-latest, Production, Default)
Action failed since 520 tests failed.
|
UI tests (firefox, ubuntu-latest, Production, Default)
Process completed with exit code 1.
|
UI tests (chrome, windows-2022, Development, Default)
Process completed with exit code 1.
|
JsonDiff_Configuration_AddingResources:
src/Tests/ViewModel/JsonDiffTests.cs#L46
Assert.IsInstanceOfType failed.
|
JsonDiff_Configuration_AddingRoute:
src/Tests/ViewModel/JsonDiffTests.cs#L60
Test method DotVVM.Framework.Tests.ViewModel.JsonDiffTests.JsonDiff_Configuration_AddingRoute threw exception:
Xunit.Sdk.ContainsException: Assert.Contains() Failure
Not found: Route1
In value: SelectEnumerableIterator<RouteBase, String> []
|
SupportTuples:
src/Tests/ViewModel/SerializerTests.cs#L233
Assert.AreEqual failed. Expected:<>. Actual:<{}>.
|
DotvvmCompilationException_SerializationAndDeserialization_WorksCorrectly:
src/Tests/Runtime/DotvvmCompilationExceptionSerializationTests.cs#L23
Test method DotVVM.Framework.Tests.Runtime.DotvvmCompilationExceptionSerializationTests.DotvvmCompilationException_SerializationAndDeserialization_WorksCorrectly threw exception:
System.NotSupportedException: Deserialization of types without a parameterless constructor, a singular parameterized constructor, or a parameterized constructor annotated with 'JsonConstructorAttribute' is not supported. Type 'DotVVM.Framework.Compilation.DotvvmCompilationException'. Path: $ | LineNumber: 0 | BytePositionInLine: 1. ---> System.NotSupportedException: Deserialization of types without a parameterless constructor, a singular parameterized constructor, or a parameterized constructor annotated with 'JsonConstructorAttribute' is not supported. Type 'DotVVM.Framework.Compilation.DotvvmCompilationException'.
|
InvalidBindingException:
src/Tests/Runtime/ErrorPageTests.cs#L51
Test method DotVVM.Framework.Tests.Runtime.ErrorPageTests.InvalidBindingException threw exception:
System.NotSupportedException: Serialization and deserialization of 'System.Reflection.MethodBase' instances is not supported. Path: $.TargetSite. ---> System.NotSupportedException: Serialization and deserialization of 'System.Reflection.MethodBase' instances is not supported.
|
|
|
RouteTable_Deserialization:
src/Tests/Routing/RouteSerializationTests.cs#L36
Test method DotVVM.Framework.Tests.Routing.RouteSerializationTests.RouteTable_Deserialization threw exception:
System.ArgumentException: The route with name 'route1' does not exist!
|
Literal_ClientServerRendering:
src/Tests/ControlTests/SimpleControlTests.cs#L115
Test method DotVVM.Framework.Tests.ControlTests.SimpleControlTests.Literal_ClientServerRendering threw exception:
System.Exception: SimpleControlTests.Literal_ClientServerRendering.html has changed, the actual output differs from the previous accepted output:
diff --git a/src/Tests/ControlTests/testoutputs/SimpleControlTests.Literal_ClientServerRendering.html b/src/Tests/ControlTests/testoutputs/SimpleControlTests.Literal_ClientServerRendering.html
index ef489d7..e206ab2 100644
--- a/src/Tests/ControlTests/testoutputs/SimpleControlTests.Literal_ClientServerRendering.html
+++ b/src/Tests/ControlTests/testoutputs/SimpleControlTests.Literal_ClientServerRendering.html
@@ -6,7 +6,7 @@
<span data-bind="text: dotvvm.globalize.bindingNumberToString(int)() + "\n " + dotvvm.globalize.bindingNumberToString(float)() + "\n " + (dotvvm.globalize.bindingDateToString(date)() ?? "") + "\n " + (NullableString() ?? "")"></span>
<!-- literal syntax, server rendering -->
- <span data-bind="text: dotvvm.globalize.bindingNumberToString(int)() + "\n " + dotvvm.globalize.bindingNumberToString(float)() + "\n " + (dotvvm.globalize.bindingDateToString(date)() ?? "") + "\n " + (NullableString() ?? "")">10000000 0.11111 8/11/2020 4:01:44 PM
+ <span data-bind="text: dotvvm.globalize.bindingNumberToString(int)() + "\n " + dotvvm.globalize.bindingNumberToString(float)() + "\n " + (dotvvm.globalize.bindingDateToString(date)() ?? "") + "\n " + (NullableString() ?? "")">10000000 0.11111 8/11/2020 4:01:44 PM
</span>
<!-- control syntax, client rendering -->
@@ -20,7 +20,7 @@
<span>
<span data-bind="text: int">10000000</span>
<span data-bind="text: dotvvm.globalize.formatString("", float, "double")">0.11111</span>
- <span data-bind="text: dotvvm.globalize.formatString("", date, "datetime")">8/11/2020 4:01:44 PM</span>
+ <span data-bind="text: dotvvm.globalize.formatString("", date, "datetime")">8/11/2020 4:01:44 PM</span>
</span>
<!-- control syntax, client rendering, format string -->
Is this change OK? To let the test pass, stage the file in git. Confused? See https://github.com/exyi/CheckTestOutput/blob/master/trouble.md#changed-file
|
.NET unit tests (macOS-latest)
Process completed with exit code 1.
|
Build all projects without errors
Process completed with exit code 1.
|
JsonDiff_Configuration_AddingResources:
src/Tests/ViewModel/JsonDiffTests.cs#L46
Assert.IsInstanceOfType failed.
|
JsonDiff_Configuration_AddingRoute:
src/Tests/ViewModel/JsonDiffTests.cs#L60
Test method DotVVM.Framework.Tests.ViewModel.JsonDiffTests.JsonDiff_Configuration_AddingRoute threw exception:
Xunit.Sdk.ContainsException: Assert.Contains() Failure
Not found: Route1
In value: SelectEnumerableIterator<RouteBase, String> []
|
SupportTuples:
src/Tests/ViewModel/SerializerTests.cs#L233
Assert.AreEqual failed. Expected:<>. Actual:<{}>.
|
DotvvmCompilationException_SerializationAndDeserialization_WorksCorrectly:
src/Tests/Runtime/DotvvmCompilationExceptionSerializationTests.cs#L23
Test method DotVVM.Framework.Tests.Runtime.DotvvmCompilationExceptionSerializationTests.DotvvmCompilationException_SerializationAndDeserialization_WorksCorrectly threw exception:
System.NotSupportedException: Deserialization of types without a parameterless constructor, a singular parameterized constructor, or a parameterized constructor annotated with 'JsonConstructorAttribute' is not supported. Type 'DotVVM.Framework.Compilation.DotvvmCompilationException'. Path: $ | LineNumber: 0 | BytePositionInLine: 1. ---> System.NotSupportedException: Deserialization of types without a parameterless constructor, a singular parameterized constructor, or a parameterized constructor annotated with 'JsonConstructorAttribute' is not supported. Type 'DotVVM.Framework.Compilation.DotvvmCompilationException'.
|
InvalidBindingException:
src/Tests/Runtime/ErrorPageTests.cs#L51
Test method DotVVM.Framework.Tests.Runtime.ErrorPageTests.InvalidBindingException threw exception:
System.NotSupportedException: Serialization and deserialization of 'System.Reflection.MethodBase' instances is not supported. Path: $.TargetSite. ---> System.NotSupportedException: Serialization and deserialization of 'System.Reflection.MethodBase' instances is not supported.
|
|
|
RouteTable_Deserialization:
src/Tests/Routing/RouteSerializationTests.cs#L36
Test method DotVVM.Framework.Tests.Routing.RouteSerializationTests.RouteTable_Deserialization threw exception:
System.ArgumentException: The route with name 'route1' does not exist!
|
Literal_ClientServerRendering:
src/Tests/ControlTests/SimpleControlTests.cs#L115
Test method DotVVM.Framework.Tests.ControlTests.SimpleControlTests.Literal_ClientServerRendering threw exception:
System.Exception: SimpleControlTests.Literal_ClientServerRendering.html has changed, the actual output differs from the previous accepted output:
diff --git a/src/Tests/ControlTests/testoutputs/SimpleControlTests.Literal_ClientServerRendering.html b/src/Tests/ControlTests/testoutputs/SimpleControlTests.Literal_ClientServerRendering.html
index ef489d7..e206ab2 100644
--- a/src/Tests/ControlTests/testoutputs/SimpleControlTests.Literal_ClientServerRendering.html
+++ b/src/Tests/ControlTests/testoutputs/SimpleControlTests.Literal_ClientServerRendering.html
@@ -6,7 +6,7 @@
<span data-bind="text: dotvvm.globalize.bindingNumberToString(int)() + "\n " + dotvvm.globalize.bindingNumberToString(float)() + "\n " + (dotvvm.globalize.bindingDateToString(date)() ?? "") + "\n " + (NullableString() ?? "")"></span>
<!-- literal syntax, server rendering -->
- <span data-bind="text: dotvvm.globalize.bindingNumberToString(int)() + "\n " + dotvvm.globalize.bindingNumberToString(float)() + "\n " + (dotvvm.globalize.bindingDateToString(date)() ?? "") + "\n " + (NullableString() ?? "")">10000000 0.11111 8/11/2020 4:01:44 PM
+ <span data-bind="text: dotvvm.globalize.bindingNumberToString(int)() + "\n " + dotvvm.globalize.bindingNumberToString(float)() + "\n " + (dotvvm.globalize.bindingDateToString(date)() ?? "") + "\n " + (NullableString() ?? "")">10000000 0.11111 8/11/2020 4:01:44 PM
</span>
<!-- control syntax, client rendering -->
@@ -20,7 +20,7 @@
<span>
<span data-bind="text: int">10000000</span>
<span data-bind="text: dotvvm.globalize.formatString("", float, "double")">0.11111</span>
- <span data-bind="text: dotvvm.globalize.formatString("", date, "datetime")">8/11/2020 4:01:44 PM</span>
+ <span data-bind="text: dotvvm.globalize.formatString("", date, "datetime")">8/11/2020 4:01:44 PM</span>
</span>
<!-- control syntax, client rendering, format string -->
Is this change OK? To let the test pass, stage the file in git. Confused? See https://github.com/exyi/CheckTestOutput/blob/master/trouble.md#changed-file
|
.NET unit tests (windows-2022)
Process completed with exit code 1.
|
UI tests (chrome, ubuntu-latest, Production, Default)
Action failed since 37 tests failed.
|
UI tests (chrome, ubuntu-latest, Production, Default)
Process completed with exit code 1.
|
UI tests (firefox, ubuntu-latest, Development, Default)
Action failed since 76 tests failed.
|
UI tests (firefox, ubuntu-latest, Development, Default)
Process completed with exit code 1.
|
UI tests (chrome, ubuntu-latest, Production, ExperimentalFeaturesTests)
The job running on runner GitHub Actions 7 has exceeded the maximum execution time of 50 minutes.
|
UI tests (firefox, ubuntu-latest, Development, ExperimentalFeaturesTests)
The job running on runner GitHub Actions 17 has exceeded the maximum execution time of 50 minutes.
|
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/
|
.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)
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. 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)
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/.
|
UI tests (firefox, ubuntu-latest, Production, 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 (firefox, ubuntu-latest, Production, 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 (firefox, ubuntu-latest, Production, 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 (firefox, ubuntu-latest, Production, 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 (firefox, ubuntu-latest, Production, Default):
src/Samples/Tests/Tests/Control/UpdateProgressTests.cs#L235
Do not use Assert.True(false, message) to fail a test. Use Assert.Fail(message) instead. (https://xunit.net/xunit.analyzers/rules/xUnit2020)
|
UI tests (firefox, ubuntu-latest, Production, Default):
src/Samples/Tests/Tests/Feature/ValidationSummaryTests.cs#L42
Do not use Assert.Equal() to check for collection size. Use Assert.Empty instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
UI tests (firefox, ubuntu-latest, Production, Default):
src/Samples/Tests/Tests/Feature/ValidationSummaryTests.cs#L50
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
UI tests (firefox, ubuntu-latest, Production, Default):
src/Samples/Tests/Tests/Feature/ValidationSummaryTests.cs#L54
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
UI tests (firefox, ubuntu-latest, Production, Default):
src/Samples/Tests/Tests/Feature/ValidationSummaryTests.cs#L58
Do not use Assert.Equal() to check for collection size. Use Assert.Empty instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
UI tests (firefox, ubuntu-latest, Production, Default):
src/Samples/Tests/Tests/Control/IncludeInPagePropertyTests.cs#L23
Do not use Assert.Equal() to check for collection size. Use Assert.Empty instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
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)
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/.
|
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)
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/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
.NET unit tests (macOS-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 (macOS-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 (macOS-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 (macOS-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 (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/.
|
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
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/[email protected]. 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)
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/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
UI tests (chrome, ubuntu-latest, Production, 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, ubuntu-latest, Production, 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, ubuntu-latest, Production, 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, ubuntu-latest, Production, 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, ubuntu-latest, Production, Default):
src/Samples/Tests/Tests/Control/UpdateProgressTests.cs#L235
Do not use Assert.True(false, message) to fail a test. Use Assert.Fail(message) instead. (https://xunit.net/xunit.analyzers/rules/xUnit2020)
|
UI tests (chrome, ubuntu-latest, Production, Default):
src/Samples/Tests/Tests/Control/CheckBoxTests.cs#L152
Do not use Assert.Equal() to check for collection size. Use Assert.Empty instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
UI tests (chrome, ubuntu-latest, Production, Default):
src/Samples/Tests/Tests/Feature/ValidationSummaryTests.cs#L42
Do not use Assert.Equal() to check for collection size. Use Assert.Empty instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
UI tests (chrome, ubuntu-latest, Production, Default):
src/Samples/Tests/Tests/Feature/ValidationSummaryTests.cs#L50
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
UI tests (chrome, ubuntu-latest, Production, Default):
src/Samples/Tests/Tests/Feature/ValidationSummaryTests.cs#L54
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
UI tests (chrome, ubuntu-latest, Production, Default):
src/Samples/Tests/Tests/Feature/ValidationSummaryTests.cs#L58
Do not use Assert.Equal() to check for collection size. Use Assert.Empty instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
UI tests (firefox, ubuntu-latest, 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 (firefox, ubuntu-latest, 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 (firefox, ubuntu-latest, 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 (firefox, ubuntu-latest, 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 (firefox, ubuntu-latest, Development, Default):
src/Samples/Tests/Tests/Feature/ValidationTests.cs#L734
Do not use Assert.Equal() to check for collection size. Use Assert.Empty instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
UI tests (firefox, ubuntu-latest, Development, Default):
src/Samples/Tests/Tests/Feature/ValidationTests.cs#L702
Do not use Assert.Equal() to check for collection size. Use Assert.Empty instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
UI tests (firefox, ubuntu-latest, Development, Default):
src/Samples/Tests/Tests/Feature/ValidationTests.cs#L708
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
UI tests (firefox, ubuntu-latest, Development, Default):
src/Samples/Tests/Tests/Feature/ValidationTests.cs#L713
Do not use Assert.Equal() to check for collection size. Use Assert.Empty instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
UI tests (firefox, ubuntu-latest, Development, Default):
src/Samples/Tests/Tests/Feature/ValidationTests.cs#L721
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
UI tests (firefox, ubuntu-latest, Development, Default):
src/Samples/Tests/Tests/Feature/ValidationSummaryTests.cs#L42
Do not use Assert.Equal() to check for collection size. Use Assert.Empty instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
chrome-tests-Linux-Production-Default
Expired
|
2.18 MB |
|
firefox-tests-Linux-Development-Default
Expired
|
2.94 MB |
|
firefox-tests-Linux-Production-Default
Expired
|
11.2 MB |
|