lambda inferrer: support custom delegates #2815
Annotations
3 errors and 6 warnings
src/Tests/Routing/DotvvmRouteTests.cs#L466
Assert.AreEqual failed. Expected:<~/Test/123%2C4?Id=555%2C5>. Actual:<~/Test/123,4?Id=555%2C5>.
|
src/Tests/ControlTests/SimpleControlTests.cs#L67
Test method DotVVM.Framework.Tests.ControlTests.SimpleControlTests.RouteLink threw exception:
System.Exception: SimpleControlTests.RouteLink.html has changed, the actual output differs from the previous accepted output:
diff --git a/src/Tests/ControlTests/testoutputs/SimpleControlTests.RouteLink.html b/src/Tests/ControlTests/testoutputs/SimpleControlTests.RouteLink.html
index 909266d..7805606 100644
--- a/src/Tests/ControlTests/testoutputs/SimpleControlTests.RouteLink.html
+++ b/src/Tests/ControlTests/testoutputs/SimpleControlTests.RouteLink.html
@@ -33,7 +33,7 @@
<a data-bind="attr: { href: '/' + dotvvm.buildRouteUrl("WithParams/{a}-{b}/{c}", {"b": 1,"a": "A"}) + dotvvm.buildUrlSuffix("#mySuffix", {"Binding": int,"Constant": "c/y"}) }" href="/WithParams/A-1?Binding=10000000&Constant=c%2Fy#mySuffix" onclick="event.stopPropagation();return !this.hasAttribute('disabled');">Click me</a>
<!-- client rendering, dynamic params, query and suffix -->
- <a data-bind="attr: { href: '/' + dotvvm.buildRouteUrl("WithParams/{a}-{b}/{c}", {"b": int,"a": Label}) + dotvvm.buildUrlSuffix(UrlSuffix(), {"Binding": int,"Constant": "c/y"}) }" href="/WithParams/My%20Label-10000000?Binding=10000000&Constant=c%2Fy#something" onclick="event.stopPropagation();return !this.hasAttribute('disabled');">Click me</a>
+ <a data-bind="attr: { href: '/' + dotvvm.buildRouteUrl("WithParams/{a}-{b}/{c}", {"b": int,"a": Label}) + dotvvm.buildUrlSuffix(UrlSuffix(), {"Binding": int,"Constant": "c/y"}) }" href="/WithParams/My Label-10000000?Binding=10000000&Constant=c%2Fy#something" onclick="event.stopPropagation();return !this.hasAttribute('disabled');">Click me</a>
<!-- client rendering, static params, text binding -->
<a data-bind="text: Label" href="/WithParams/A-1" onclick="event.stopPropagation();return !this.hasAttribute('disabled');">My Label</a>
@@ -45,7 +45,7 @@
<a data-bind="attr: { href: '/' + dotvvm.buildRouteUrl("WithParams/{a}-{b}/{c}", {"b": 1,"a": "A"}) + dotvvm.buildUrlSuffix("#mySuffix", {"Binding": int,"Constant": "c/y"}) }" href="/WithParams/A-1?Binding=10000000&Constant=c%2Fy#mySuffix" onclick="event.stopPropagation();return !this.hasAttribute('disabled');">Click me</a>
<!-- server rendering, dynamic params, query and suffix -->
- <a data-bind="attr: { href: '/' + dotvvm.buildRouteUrl("WithParams/{a}-{b}/{c}", {"b": int,"a": Label}) + dotvvm.buildUrlSuffix(UrlSuffix(), {"Binding": int,"Constant": "c/y"}) }" href="/WithParams/My%20Label-10000000?Binding=10000000&Constant=c%2Fy#something" onclick="event.stopPropagation();return !this.hasAttribute('disabled');">Click me</a>
+ <a data-bind="attr: { href: '/' + dotvvm.buildRouteUrl("WithParams/{a}-{b}/{c}", {"b": int,"a": Label}) + dotvvm.buildUrlSuffix(UrlSuffix(), {"Binding": int,"Constant": "c/y"}) }" href="/WithParams/My Label-10000000?Binding=10000000&Constant=c%2Fy#something" onclick="event.stopPropagation();return !this.hasAttribute('disabled');">Click me</a>
<!-- server rendering, static params, text binding -->
<a data-bind="text: Label" href="/WithParams/A-1" onclick="event.stopPropagation();return !this.hasAttribute('disabled');">My Label</a>
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
|
|
Post Tests (net8.0)
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.
|
Post Tests (net8.0)
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.
|
Post Tests (net8.0)
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.
|
Post Tests (net8.0)
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.
|
Post Tests (net8.0)
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.
|
Post Tests (net8.0)
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.
|
The logs for this run have expired and are no longer available.
Loading