Added AlternateCultureLinks control #3088
Annotations
2 errors and 7 warnings
src/Tests/Runtime/ConfigurationSerializationTests.cs#L69
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 f0b2e8f..06f0157 100644
--- a/src/Tests/Runtime/config-tests/ConfigurationSerializationTests.SerializeDefaultConfig.json
+++ b/src/Tests/Runtime/config-tests/ConfigurationSerializationTests.SerializeDefaultConfig.json
@@ -360,6 +360,12 @@
"mappingMode": "InnerElement"
}
},
+ "DotVVM.Framework.Controls.AlternateCultureLinks": {
+ "RouteName": {
+ "type": "System.String",
+ "onlyHardcoded": true
+ }
+ },
"DotVVM.Framework.Controls.AppendableDataPager": {
"DataSet": {
"type": "DotVVM.Framework.Controls.IPageableGridViewDataSet, DotVVM.Core",
@@ -2061,6 +2067,12 @@
"baseType": "DotVVM.Framework.Controls.Decorator, DotVVM.Framework",
"withoutContent": true
},
+ "DotVVM.Framework.Controls.AlternateCultureLinks": {
+ "assembly": "DotVVM.Framework",
+ "baseType": "DotVVM.Framework.Controls.CompositeControl, DotVVM.Framework",
+ "withoutContent": true,
+ "isComposite": true
+ },
"DotVVM.Framework.Controls.AppendableDataPager": {
"assembly": "DotVVM.Framework",
"baseType": "DotVVM.Framework.Controls.HtmlGenericControl, DotVVM.Framework",
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
|
|
|
|
|
|
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, nuget/setup-nuget@v1, actions/cache@v3, actions/setup-node@v3, microsoft/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
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".
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/
|
This job failed
Loading