Run tests #2953
Annotations
10 errors and 4 warnings
Tests (net8.0):
src/Tests/ViewModel/JsonDiffTests.cs#L46
Assert.IsInstanceOfType failed.
|
Tests (net8.0):
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> []
|
Tests (net8.0):
src/Tests/ViewModel/SerializerTests.cs#L233
Assert.AreEqual failed. Expected:<>. Actual:<{}>.
|
Tests (net8.0):
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'.
|
Tests (net8.0):
src/Tests/Runtime/ResourceManagerTests.cs#L79
Assert.IsTrue failed.
|
Tests (net8.0):
src/Tests/Runtime/ResourceManagerTests.cs#L116
Assert.IsTrue failed.
|
Tests (net8.0):
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!
|
Tests (net8.0):
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
|
Tests (net8.0)
Process completed with exit code 1.
|
Tests (net472):
src/Framework/Framework/Testing/TestHttpResponse.cs#L44
There is no argument given that corresponds to the required parameter 'offset' of 'MemoryStream.Write(byte[], int, int)'
|
Set up
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.
|
Set up
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.
|
Set up
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.
|
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], actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading