Identify DotvvmProperty with systematic 32-bit IDs #3258
Annotations
10 errors and 1 warning
Tests (net8.0):
src/Tests/Runtime/ErrorPageTests.cs#L144
Test method DotVVM.Framework.Tests.Runtime.ErrorPageTests.SerializationDotvvmControls threw exception:
System.NullReferenceException: Object reference not set to an instance of an object.
|
Tests (net8.0):
src/Tests/ControlTests/GridViewTests.cs#L169
Test method DotVVM.Framework.Tests.ControlTests.GridViewTests.SortedChangedStaticCommand threw exception:
System.Exception: GridViewTests.SortedChangedStaticCommand.html has changed, the actual output differs from the previous accepted output:
diff --git a/src/Tests/ControlTests/testoutputs/GridViewTests.SortedChangedStaticCommand.html b/src/Tests/ControlTests/testoutputs/GridViewTests.SortedChangedStaticCommand.html
index 92ac2cb..085fc3d 100644
--- a/src/Tests/ControlTests/testoutputs/GridViewTests.SortedChangedStaticCommand.html
+++ b/src/Tests/ControlTests/testoutputs/GridViewTests.SortedChangedStaticCommand.html
@@ -6,7 +6,7 @@
<table data-bind="dotvvm-gridviewdataset: { dataSet: EmptyCustomers(), mapping: {} }">
<thead>
<tr>
- <th data-bind="css: { "sort-asc": ((_sortExpression) => dotvvm.dataSet.translations.SortingOptions.isColumnSortedAscending(ko.toJS(EmptyCustomers()?.SortingOptions), ko.unwrap(_sortExpression)))("Name"), "sort-desc": ((_sortExpression) => dotvvm.dataSet.translations.SortingOptions.isColumnSortedDescending(ko.toJS(EmptyCustomers()?.SortingOptions), ko.unwrap(_sortExpression)))("Name") }">
+ <th data-bind="css: { "sort-desc": ((_sortExpression) => dotvvm.dataSet.translations.SortingOptions.isColumnSortedDescending(ko.toJS(EmptyCustomers()?.SortingOptions), ko.unwrap(_sortExpression)))("Name"), "sort-asc": ((_sortExpression) => dotvvm.dataSet.translations.SortingOptions.isColumnSortedAscending(ko.toJS(EmptyCustomers()?.SortingOptions), ko.unwrap(_sortExpression)))("Name") }">
<a href="javascript:;" onclick="dotvvm.applyPostbackHandlers((options) => {
dotvvm.viewModules.call("p0", "resort", [["Name"][0]], false);
return null;
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):
src/Tests/Binding/CustomExtensionMethodTests.cs#L61
Assert.AreEqual failed. Expected:<2>. Actual:<6>.
|
Tests (net8.0):
src/Tests/Binding/CustomExtensionMethodTests.cs#L87
Assert.AreEqual failed. Expected:<2>. Actual:<6>.
|
Tests (net8.0)
Process completed with exit code 1.
|
Analyzers.Tests (net6.0):
src/Framework/Framework/Binding/DotvvmPropertyIdAssignment.cs#L287
'BitOperations' is inaccessible due to its protection level
|
Analyzers.Tests (net6.0):
src/Framework/Framework/Controls/PropertyImmutableHashtable.cs#L213
'MemoryMarshal' does not contain a definition for 'GetArrayDataReference'
|
Analyzers.Tests (net6.0):
src/Framework/Framework/Controls/PropertyImmutableHashtable.cs#L256
The name 'Vector256' does not exist in the current context
|
Analyzers.Tests (net6.0):
src/Framework/Framework/Controls/PropertyImmutableHashtable.cs#L260
'MemoryMarshal' does not contain a definition for 'GetArrayDataReference'
|
Analyzers.Tests (net6.0):
src/Framework/Framework/Controls/PropertyImmutableHashtable.cs#L294
The name 'Vector256' does not exist in the current context
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "chrome-tests-Linux-Production-Default", "chrome-tests-Linux-Production-ExperimentalFeaturesTests", "firefox-tests-Linux-Development-Default", "firefox-tests-Linux-Development-ExperimentalFeaturesTests", "firefox-tests-Linux-Production-Default", "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/
|
Loading