Fixed path discovery in CLI E2E tests #3916
main.yml
on: pull_request
Build all projects without errors
4m 34s
JS unit tests
57s
Matrix: Build published projects without warnings
Matrix: .NET unit tests
Matrix: UI tests
Annotations
38 errors and 48 warnings
|
.NET unit tests (macOS-latest)
Process completed with exit code 1.
|
|
LintCommand_ReportsDiagnosticsAndReturnsFailure ("AspNetCore"):
src/Tests/CommandLine/LintCommandTests.cs#L48
StringAssert.Contains failed. String '
=== Restoring packages ===
Determining projects to restore...
All projects are up-to-date for restore.
=== Building project ===
DotVVM.Core -> /Users/runner/work/dotvvm/dotvvm/src/Framework/Core/bin/Debug/net8.0/DotVVM.Core.dll
EmbeddedResourceControls -> /Users/runner/work/dotvvm/dotvvm/src/Samples/EmbeddedResourceControls/bin/Debug/net8.0/EmbeddedResourceControls.dll
3.2.0
DotVVM.Analyzers -> /Users/runner/work/dotvvm/dotvvm/src/Analyzers/Analyzers/bin/Debug/netstandard2.0/DotVVM.Analyzers.dll
DotVVM.Analyzers.CodeFixes -> /Users/runner/work/dotvvm/dotvvm/src/Analyzers/Analyzers.CodeFixes/bin/Debug/netstandard2.0/DotVVM.Analyzers.CodeFixes.dll
DotVVM.Analyzers.Package -> /Users/runner/work/dotvvm/dotvvm/src/Analyzers/Analyzers.Package/bin/Debug/netstandard2.0/DotVVM.Analyzers.Package.dll
➤ YN0000: ┌ Resolution step
::group::Resolution step
::endgroup::
➤ YN0000: └ Completed
➤ YN0000: ┌ Fetch step
::group::Fetch step
➤ YN0013: │ 142 packages were already cached
::endgroup::
➤ YN0000: └ Completed
➤ YN0000: ┌ Link step
::group::Link step
➤ YN0072: │ The application uses portals and that's why --preserve-symlinks Node option is required for launching it
::endgroup::
➤ YN0000: └ Completed
➤ YN0000: Done with warnings in 0s 164ms
DotVVM.Samples.BasicSamples.Api.Common -> /Users/runner/work/dotvvm/dotvvm/src/Samples/Api.Common/bin/Debug/net8.0/DotVVM.Samples.BasicSamples.Api.Common.dll
DotVVM.AutoUI.Annotations -> /Users/runner/work/dotvvm/dotvvm/src/AutoUI/Annotations/bin/Debug/net8.0/DotVVM.AutoUI.Annotations.dll
DotVVM.Framework -> /Users/runner/work/dotvvm/dotvvm/src/Framework/Framework/bin/Debug/net8.0/DotVVM.Framework.dll
DotVVM.HotReload -> /Users/runner/work/dotvvm/dotvvm/src/Tools/HotReload/Common/bin/Debug/net8.0/DotVVM.HotReload.dll
DotVVM.Sitemap -> /Users/runner/work/dotvvm/dotvvm/src/Tools/Sitemap/bin/Debug/net8.0/DotVVM.Sitemap.dll
DotVVM.AutoUI -> /Users/runner/work/dotvvm/dotvvm/src/AutoUI/Core/bin/Debug/net8.0/DotVVM.AutoUI.dll
./Scripts/react/react-app.tsx → ./script/react-app.js...
DotVVM.Framework.Hosting.AspNetCore -> /Users/runner/work/dotvvm/dotvvm/src/Framework/Hosting.AspNetCore/bin/Debug/net8.0/DotVVM.Framework.Hosting.AspNetCore.dll
DotVVM.HotReload.AspNetCore -> /Users/runner/work/dotvvm/dotvvm/src/Tools/HotReload/AspNetCore/bin/Debug/net8.0/DotVVM.HotReload.AspNetCore.dll
(!) Circular dependencies
node_modules/d3-interpolate/src/value.js -> node_modules/d3-interpolate/src/array.js -> node_modules/d3-interpolate/src/value.js
node_modules/d3-interpolate/src/value.js -> node_modules/d3-interpolate/src/object.js -> node_modules/d3-interpolate/src/value.js
node_modules/recharts/es6/polar/Pie.js -> node_modules/recharts/es6/state/selectors/pieSelectors.js -> node_modules/recharts/es6/polar/Pie.js
...and 7 more
created ./script/react-app.js in 3.8s
./Scripts/svelte/svelte-app.ts → ./script/svelte-app.js...
(!) Circular dependencies
node_modules/svelte/src/internal/client/index.js -> node_modules/svelte/src/attachments/index.js -> node_modules/svelte/src/internal/client/index.js
node_modules/svelte/src/internal/client/runtime.js -> node_modules/svelte/src/internal/client/reactivity/effects.js -> node_modules/svelte/src/internal/client/runtime.js
node_modules/svelte/src/internal/client/dom/operations.js -> node_modules/svelte/src/internal/client/dom/hydration.js -> node_modules/svelte/src/internal/client/dom/operations.js
...and 32 more
(!) "this" has been rewritten to "undefined"
https://rollupjs.org/troubleshooting/#error-this-is-undefined
node_modules/dotvvm-jscomponent-svelte/dist/dotvvm-svelte.svelte.js
1: var __assign = (this && this.__assign) || function () {
^
2: __assign = Object.assign || function(t) {
3: for (var s,
|
|
LintCommand_ReportsDiagnosticsAndReturnsFailure ("AspNetCoreLatest"):
src/Tests/CommandLine/LintCommandTests.cs#L48
StringAssert.Contains failed. String '
=== Restoring packages ===
Determining projects to restore...
/Users/runner/work/dotvvm/dotvvm/src/Samples/AspNetCoreLatest/DotVVM.Samples.BasicSamples.AspNetCoreLatest.csproj : warning NU1510: PackageReference Microsoft.Extensions.Logging.Console will not be pruned. Consider removing this package from your dependencies, as it is likely unnecessary.
All projects are up-to-date for restore.
=== Building project ===
/Users/runner/work/dotvvm/dotvvm/src/Samples/AspNetCoreLatest/DotVVM.Samples.BasicSamples.AspNetCoreLatest.csproj : warning NU1510: PackageReference Microsoft.Extensions.Logging.Console will not be pruned. Consider removing this package from your dependencies, as it is likely unnecessary.
DotVVM.Analyzers -> /Users/runner/work/dotvvm/dotvvm/src/Analyzers/Analyzers/bin/Debug/netstandard2.0/DotVVM.Analyzers.dll
DotVVM.Analyzers.CodeFixes -> /Users/runner/work/dotvvm/dotvvm/src/Analyzers/Analyzers.CodeFixes/bin/Debug/netstandard2.0/DotVVM.Analyzers.CodeFixes.dll
DotVVM.Analyzers.Package -> /Users/runner/work/dotvvm/dotvvm/src/Analyzers/Analyzers.Package/bin/Debug/netstandard2.0/DotVVM.Analyzers.Package.dll
The package DotVVM.Analyzers.5.0.0 is missing a readme. Go to https://aka.ms/nuget/authoring-best-practices/readme to learn why package readmes are important.
Successfully created package '/Users/runner/work/dotvvm/dotvvm/src/Analyzers/Analyzers.Package/bin/Debug/DotVVM.Analyzers.5.0.0.nupkg'.
DotVVM.Core -> /Users/runner/work/dotvvm/dotvvm/src/Framework/Core/bin/Debug/net8.0/DotVVM.Core.dll
DotVVM.Framework -> /Users/runner/work/dotvvm/dotvvm/src/Framework/Framework/bin/Debug/net10.0/DotVVM.Framework.dll
DotVVM.Framework.Hosting.AspNetCore -> /Users/runner/work/dotvvm/dotvvm/src/Framework/Hosting.AspNetCore/bin/Debug/net10.0/DotVVM.Framework.Hosting.AspNetCore.dll
EmbeddedResourceControls -> /Users/runner/work/dotvvm/dotvvm/src/Samples/EmbeddedResourceControls/bin/Debug/net8.0/EmbeddedResourceControls.dll
! Corepack is about to download https://repo.yarnpkg.com/3.2.0/packages/yarnpkg-cli/bin/yarn.js
3.2.0
➤ YN0000: ┌ Resolution step
::group::Resolution step
::endgroup::
➤ YN0000: └ Completed
➤ YN0000: ┌ Fetch step
::group::Fetch step
➤ YN0066: │ typescript@patch:typescript@npm%3A5.9.2#~builtin<compat/typescript>::version=5.9.2&hash=bda367: Cannot apply hunk #1
➤ YN0013: │ 21 packages were already cached, 123 had to be fetched
::endgroup::
➤ YN0000: └ Completed in 11s 841ms
➤ YN0000: ┌ Link step
::group::Link step
➤ YN0072: │ The application uses portals and that's why --preserve-symlinks Node option is required for launching it
➤ YN0007: │ svelte-preprocess@npm:6.0.3 [e68ef] must be built because it never has been before or the last one failed
➤ YN0000: │ svelte-preprocess@npm:6.0.3 [e68ef] STDOUT [svelte-preprocess] Don't forget to install the preprocessors packages that will be used: sass, stylus, less, postcss & postcss-load-config, coffeescript, pug, etc...
➤ YN0007: │ dotvvm.samples.common@workspace:. must be built because it never has been before or the last one failed
➤ YN0000: │ dotvvm.samples.common@workspace:. STDOUT
➤ YN0000: │ dotvvm.samples.common@workspace:. STDOUT added 9 packages, and audited 10 packages in 1s
➤ YN0000: │ dotvvm.samples.common@workspace:. STDOUT
➤ YN0000: │ dotvvm.samples
|
|
.NET unit tests (ubuntu-latest)
Process completed with exit code 1.
|
|
LintCommand_ReportsDiagnosticsAndReturnsFailure ("AspNetCore"):
src/Tests/CommandLine/LintCommandTests.cs#L48
StringAssert.Contains failed. String '
=== Restoring packages ===
Determining projects to restore...
All projects are up-to-date for restore.
=== Building project ===
DotVVM.Core -> /home/runner/work/dotvvm/dotvvm/src/Framework/Core/bin/Debug/net8.0/DotVVM.Core.dll
DotVVM.Samples.BasicSamples.Api.Common -> /home/runner/work/dotvvm/dotvvm/src/Samples/Api.Common/bin/Debug/net8.0/DotVVM.Samples.BasicSamples.Api.Common.dll
EmbeddedResourceControls -> /home/runner/work/dotvvm/dotvvm/src/Samples/EmbeddedResourceControls/bin/Debug/net8.0/EmbeddedResourceControls.dll
DotVVM.Analyzers -> /home/runner/work/dotvvm/dotvvm/src/Analyzers/Analyzers/bin/Debug/netstandard2.0/DotVVM.Analyzers.dll
DotVVM.AutoUI.Annotations -> /home/runner/work/dotvvm/dotvvm/src/AutoUI/Annotations/bin/Debug/net8.0/DotVVM.AutoUI.Annotations.dll
DotVVM.Analyzers.CodeFixes -> /home/runner/work/dotvvm/dotvvm/src/Analyzers/Analyzers.CodeFixes/bin/Debug/netstandard2.0/DotVVM.Analyzers.CodeFixes.dll
3.2.0
DotVVM.Analyzers.Package -> /home/runner/work/dotvvm/dotvvm/src/Analyzers/Analyzers.Package/bin/Debug/netstandard2.0/DotVVM.Analyzers.Package.dll
DotVVM.Framework -> /home/runner/work/dotvvm/dotvvm/src/Framework/Framework/bin/Debug/net8.0/DotVVM.Framework.dll
DotVVM.Sitemap -> /home/runner/work/dotvvm/dotvvm/src/Tools/Sitemap/bin/Debug/net8.0/DotVVM.Sitemap.dll
DotVVM.HotReload -> /home/runner/work/dotvvm/dotvvm/src/Tools/HotReload/Common/bin/Debug/net8.0/DotVVM.HotReload.dll
➤ YN0000: ┌ Resolution step
::group::Resolution step
DotVVM.Framework.Hosting.AspNetCore -> /home/runner/work/dotvvm/dotvvm/src/Framework/Hosting.AspNetCore/bin/Debug/net8.0/DotVVM.Framework.Hosting.AspNetCore.dll
::endgroup::
➤ YN0000: └ Completed
➤ YN0000: ┌ Fetch step
::group::Fetch step
DotVVM.HotReload.AspNetCore -> /home/runner/work/dotvvm/dotvvm/src/Tools/HotReload/AspNetCore/bin/Debug/net8.0/DotVVM.HotReload.AspNetCore.dll
➤ YN0013: │ 142 packages were already cached
::endgroup::
➤ YN0000: └ Completed
➤ YN0000: ┌ Link step
::group::Link step
➤ YN0072: │ The application uses portals and that's why --preserve-symlinks Node option is required for launching it
::endgroup::
➤ YN0000: └ Completed
➤ YN0000: Done with warnings in 0s 319ms
DotVVM.AutoUI -> /home/runner/work/dotvvm/dotvvm/src/AutoUI/Core/bin/Debug/net8.0/DotVVM.AutoUI.dll
./Scripts/react/react-app.tsx → ./script/react-app.js...
(!) Circular dependencies
node_modules/d3-interpolate/src/value.js -> node_modules/d3-interpolate/src/array.js -> node_modules/d3-interpolate/src/value.js
node_modules/d3-interpolate/src/value.js -> node_modules/d3-interpolate/src/object.js -> node_modules/d3-interpolate/src/value.js
node_modules/recharts/es6/polar/Pie.js -> node_modules/recharts/es6/state/selectors/pieSelectors.js -> node_modules/recharts/es6/polar/Pie.js
...and 7 more
created ./script/react-app.js in 5.1s
./Scripts/svelte/svelte-app.ts → ./script/svelte-app.js...
(!) Circular dependencies
node_modules/svelte/src/internal/client/index.js -> node_modules/svelte/src/attachments/index.js -> node_modules/svelte/src/internal/client/index.js
node_modules/svelte/src/internal/client/runtime.js -> node_modules/svelte/src/internal/client/reactivity/effects.js -> node_modules/svelte/src/internal/client/runtime.js
node_modules/svelte/src/internal/client/dom/operations.js -> node_modules/svelte/src/internal/client/dom/hydration.js -> node_modules/svelte/src/internal/client/dom/operations.js
...and 32 more
(!) "this" has been rewritten to "undefined"
https://rollupjs.org/troubleshooting/#error-this-is-undefined
node_modules/dotvvm-jscomponent-svelte/dist/dotvvm-svelte.svelte.js
1: var __assign = (this && this.__assign) || function () {
^
2: __assign = Object.assign || function(t) {
3: for (var s, i = 1, n = ar
|
|
LintCommand_ReportsDiagnosticsAndReturnsFailure ("AspNetCoreLatest"):
src/Tests/CommandLine/LintCommandTests.cs#L48
StringAssert.Contains failed. String '
=== Restoring packages ===
Determining projects to restore...
/home/runner/work/dotvvm/dotvvm/src/Samples/AspNetCoreLatest/DotVVM.Samples.BasicSamples.AspNetCoreLatest.csproj : warning NU1510: PackageReference Microsoft.Extensions.Logging.Console will not be pruned. Consider removing this package from your dependencies, as it is likely unnecessary.
All projects are up-to-date for restore.
=== Building project ===
/home/runner/work/dotvvm/dotvvm/src/Samples/AspNetCoreLatest/DotVVM.Samples.BasicSamples.AspNetCoreLatest.csproj : warning NU1510: PackageReference Microsoft.Extensions.Logging.Console will not be pruned. Consider removing this package from your dependencies, as it is likely unnecessary.
DotVVM.Analyzers -> /home/runner/work/dotvvm/dotvvm/src/Analyzers/Analyzers/bin/Debug/netstandard2.0/DotVVM.Analyzers.dll
DotVVM.Analyzers.CodeFixes -> /home/runner/work/dotvvm/dotvvm/src/Analyzers/Analyzers.CodeFixes/bin/Debug/netstandard2.0/DotVVM.Analyzers.CodeFixes.dll
DotVVM.Analyzers.Package -> /home/runner/work/dotvvm/dotvvm/src/Analyzers/Analyzers.Package/bin/Debug/netstandard2.0/DotVVM.Analyzers.Package.dll
The package DotVVM.Analyzers.5.0.0 is missing a readme. Go to https://aka.ms/nuget/authoring-best-practices/readme to learn why package readmes are important.
Successfully created package '/home/runner/work/dotvvm/dotvvm/src/Analyzers/Analyzers.Package/bin/Debug/DotVVM.Analyzers.5.0.0.nupkg'.
DotVVM.Core -> /home/runner/work/dotvvm/dotvvm/src/Framework/Core/bin/Debug/net8.0/DotVVM.Core.dll
DotVVM.Framework -> /home/runner/work/dotvvm/dotvvm/src/Framework/Framework/bin/Debug/net10.0/DotVVM.Framework.dll
DotVVM.Framework.Hosting.AspNetCore -> /home/runner/work/dotvvm/dotvvm/src/Framework/Hosting.AspNetCore/bin/Debug/net10.0/DotVVM.Framework.Hosting.AspNetCore.dll
! Corepack is about to download https://repo.yarnpkg.com/3.2.0/packages/yarnpkg-cli/bin/yarn.js
DotVVM.Samples.BasicSamples.Api.Common -> /home/runner/work/dotvvm/dotvvm/src/Samples/Api.Common/bin/Debug/net8.0/DotVVM.Samples.BasicSamples.Api.Common.dll
EmbeddedResourceControls -> /home/runner/work/dotvvm/dotvvm/src/Samples/EmbeddedResourceControls/bin/Debug/net8.0/EmbeddedResourceControls.dll
3.2.0
➤ YN0000: ┌ Resolution step
::group::Resolution step
::endgroup::
➤ YN0000: └ Completed in 0s 245ms
➤ YN0000: ┌ Fetch step
::group::Fetch step
DotVVM.Framework -> /home/runner/work/dotvvm/dotvvm/src/Framework/Framework/bin/Debug/net8.0/DotVVM.Framework.dll
/home/runner/work/dotvvm/dotvvm/src/Tools/Sitemap/Presenters/SitemapPresenter.cs(15,18): warning CS0618: 'DotvvmRequestContextExtensions.GetCancellationToken(IDotvvmRequestContext)' is obsolete: 'Use IDotvvmRequestContext.RequestAborted instead.' [/home/runner/work/dotvvm/dotvvm/src/Tools/Sitemap/DotVVM.Sitemap.csproj::TargetFramework=net8.0]
/home/runner/work/dotvvm/dotvvm/src/Tools/Sitemap/Providers/RouteSitemapContext.cs(73,92): warning CS1574: XML comment has cref attribute 'parameterValues' that could not be resolved [/home/runner/work/dotvvm/dotvvm/src/Tools/Sitemap/DotVVM.Sitemap.csproj::TargetFramework=net8.0]
DotVVM.HotReload -> /home/runner/work/dotvvm/dotvvm/src/Tools/HotReload/Common/bin/Debug/net8.0/DotVVM.HotReload.dll
DotVVM.Sitemap -> /home/runner/work/dotvvm/dotvvm/src/Tools/Sitemap/bin/Debug/net8.0/DotVVM.Sitemap.dll
➤ YN0066: │ typescript@patch:typescript@npm%3A5.9.2#~builtin<compat/typescript>::version=5.9.2&hash=bda367: Cannot apply hunk #1
➤ YN0013: │ 22 packages were already cached, 122 had to be fetched
::endgroup::
➤ YN0000: └ Completed in 11s 728ms
➤ YN0000: ┌ Link step
::group::Link step
➤ YN0072: │ The application uses portals and that's why --preserve-symlinks Node option is required for launching it
➤ YN0007: │ svelte-preprocess�[3
|
|
.NET unit tests (windows-2022):
src/Framework/Core/obj/Debug/net472/DotVVM.Core.AssemblyInfo.cs#L18
The type or namespace name 'AssemblyFileVersionAttribute' does not exist in the namespace 'System.Reflection' (are you missing an assembly reference?)
|
|
.NET unit tests (windows-2022):
src/Framework/Core/obj/Debug/net472/DotVVM.Core.AssemblyInfo.cs#L18
The type or namespace name 'AssemblyFileVersionAttributeAttribute' does not exist in the namespace 'System.Reflection' (are you missing an assembly reference?)
|
|
.NET unit tests (windows-2022):
src/Framework/Core/obj/Debug/net472/DotVVM.Core.AssemblyInfo.cs#L15
The type or namespace name 'AssemblyDescriptionAttribute' does not exist in the namespace 'System.Reflection' (are you missing an assembly reference?)
|
|
.NET unit tests (windows-2022):
src/Framework/Core/obj/Debug/net472/DotVVM.Core.AssemblyInfo.cs#L15
The type or namespace name 'AssemblyDescriptionAttributeAttribute' does not exist in the namespace 'System.Reflection' (are you missing an assembly reference?)
|
|
.NET unit tests (windows-2022):
src/Framework/Core/obj/Debug/net472/DotVVM.Core.AssemblyInfo.cs#L14
The type or namespace name 'AssemblyConfigurationAttribute' does not exist in the namespace 'System.Reflection' (are you missing an assembly reference?)
|
|
.NET unit tests (windows-2022):
src/Framework/Core/obj/Debug/net472/DotVVM.Core.AssemblyInfo.cs#L14
The type or namespace name 'AssemblyConfigurationAttributeAttribute' does not exist in the namespace 'System.Reflection' (are you missing an assembly reference?)
|
|
.NET unit tests (windows-2022):
src/Framework/Core/obj/Debug/net472/DotVVM.Core.AssemblyInfo.cs#L13
The type or namespace name 'AssemblyCompanyAttribute' does not exist in the namespace 'System.Reflection' (are you missing an assembly reference?)
|
|
.NET unit tests (windows-2022):
src/Framework/Core/obj/Debug/net472/DotVVM.Core.AssemblyInfo.cs#L13
The type or namespace name 'AssemblyCompanyAttributeAttribute' does not exist in the namespace 'System.Reflection' (are you missing an assembly reference?)
|
|
.NET unit tests (windows-2022):
src/Framework/Core/obj/Debug/net472/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs#L4
The type or namespace name 'TargetFrameworkAttribute' does not exist in the namespace 'System.Runtime.Versioning' (are you missing an assembly reference?)
|
|
.NET unit tests (windows-2022):
src/Framework/Core/obj/Debug/net472/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs#L4
The type or namespace name 'TargetFrameworkAttributeAttribute' does not exist in the namespace 'System.Runtime.Versioning' (are you missing an assembly reference?)
|
|
.NET unit tests (windows-2022):
src/Framework/Core/obj/Debug/net472/DotVVM.Core.AssemblyInfo.cs#L18
The type or namespace name 'AssemblyFileVersionAttribute' does not exist in the namespace 'System.Reflection' (are you missing an assembly reference?)
|
|
.NET unit tests (windows-2022):
src/Framework/Core/obj/Debug/net472/DotVVM.Core.AssemblyInfo.cs#L18
The type or namespace name 'AssemblyFileVersionAttributeAttribute' does not exist in the namespace 'System.Reflection' (are you missing an assembly reference?)
|
|
.NET unit tests (windows-2022):
src/Framework/Core/obj/Debug/net472/DotVVM.Core.AssemblyInfo.cs#L15
The type or namespace name 'AssemblyDescriptionAttribute' does not exist in the namespace 'System.Reflection' (are you missing an assembly reference?)
|
|
.NET unit tests (windows-2022):
src/Framework/Core/obj/Debug/net472/DotVVM.Core.AssemblyInfo.cs#L15
The type or namespace name 'AssemblyDescriptionAttributeAttribute' does not exist in the namespace 'System.Reflection' (are you missing an assembly reference?)
|
|
.NET unit tests (windows-2022):
src/Framework/Core/obj/Debug/net472/DotVVM.Core.AssemblyInfo.cs#L14
The type or namespace name 'AssemblyConfigurationAttribute' does not exist in the namespace 'System.Reflection' (are you missing an assembly reference?)
|
|
.NET unit tests (windows-2022):
src/Framework/Core/obj/Debug/net472/DotVVM.Core.AssemblyInfo.cs#L14
The type or namespace name 'AssemblyConfigurationAttributeAttribute' does not exist in the namespace 'System.Reflection' (are you missing an assembly reference?)
|
|
.NET unit tests (windows-2022):
src/Framework/Core/obj/Debug/net472/DotVVM.Core.AssemblyInfo.cs#L13
The type or namespace name 'AssemblyCompanyAttribute' does not exist in the namespace 'System.Reflection' (are you missing an assembly reference?)
|
|
.NET unit tests (windows-2022):
src/Framework/Core/obj/Debug/net472/DotVVM.Core.AssemblyInfo.cs#L13
The type or namespace name 'AssemblyCompanyAttributeAttribute' does not exist in the namespace 'System.Reflection' (are you missing an assembly reference?)
|
|
.NET unit tests (windows-2022):
src/Framework/Core/obj/Debug/net472/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs#L4
The type or namespace name 'TargetFrameworkAttribute' does not exist in the namespace 'System.Runtime.Versioning' (are you missing an assembly reference?)
|
|
.NET unit tests (windows-2022):
src/Framework/Core/obj/Debug/net472/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs#L4
The type or namespace name 'TargetFrameworkAttributeAttribute' does not exist in the namespace 'System.Runtime.Versioning' (are you missing an assembly reference?)
|
|
.NET unit tests (windows-2022):
src/Framework/Core/obj/Release/net472/DotVVM.Core.AssemblyInfo.cs#L18
The type or namespace name 'AssemblyFileVersionAttribute' does not exist in the namespace 'System.Reflection' (are you missing an assembly reference?)
|
|
.NET unit tests (windows-2022):
src/Framework/Core/obj/Release/net472/DotVVM.Core.AssemblyInfo.cs#L18
The type or namespace name 'AssemblyFileVersionAttributeAttribute' does not exist in the namespace 'System.Reflection' (are you missing an assembly reference?)
|
|
.NET unit tests (windows-2022):
src/Framework/Core/obj/Release/net472/DotVVM.Core.AssemblyInfo.cs#L15
The type or namespace name 'AssemblyDescriptionAttribute' does not exist in the namespace 'System.Reflection' (are you missing an assembly reference?)
|
|
.NET unit tests (windows-2022):
src/Framework/Core/obj/Release/net472/DotVVM.Core.AssemblyInfo.cs#L15
The type or namespace name 'AssemblyDescriptionAttributeAttribute' does not exist in the namespace 'System.Reflection' (are you missing an assembly reference?)
|
|
.NET unit tests (windows-2022):
src/Framework/Core/obj/Release/net472/DotVVM.Core.AssemblyInfo.cs#L14
The type or namespace name 'AssemblyConfigurationAttribute' does not exist in the namespace 'System.Reflection' (are you missing an assembly reference?)
|
|
.NET unit tests (windows-2022):
src/Framework/Core/obj/Release/net472/DotVVM.Core.AssemblyInfo.cs#L14
The type or namespace name 'AssemblyConfigurationAttributeAttribute' does not exist in the namespace 'System.Reflection' (are you missing an assembly reference?)
|
|
.NET unit tests (windows-2022):
src/Framework/Core/obj/Release/net472/DotVVM.Core.AssemblyInfo.cs#L13
The type or namespace name 'AssemblyCompanyAttribute' does not exist in the namespace 'System.Reflection' (are you missing an assembly reference?)
|
|
.NET unit tests (windows-2022):
src/Framework/Core/obj/Release/net472/DotVVM.Core.AssemblyInfo.cs#L13
The type or namespace name 'AssemblyCompanyAttributeAttribute' does not exist in the namespace 'System.Reflection' (are you missing an assembly reference?)
|
|
.NET unit tests (windows-2022):
src/Framework/Core/obj/Release/net472/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs#L4
The type or namespace name 'TargetFrameworkAttribute' does not exist in the namespace 'System.Runtime.Versioning' (are you missing an assembly reference?)
|
|
.NET unit tests (windows-2022):
src/Framework/Core/obj/Release/net472/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs#L4
The type or namespace name 'TargetFrameworkAttributeAttribute' does not exist in the namespace 'System.Runtime.Versioning' (are you missing an assembly reference?)
|
|
UI tests (chrome, ubuntu-latest, Production, ExperimentalFeaturesTests)
Process completed with exit code 1.
|
|
UI tests (chrome, ubuntu-latest, Production, ExperimentalFeaturesTests)
Action failed since 1 tests failed.
|
|
JS unit tests
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v3, actions/setup-node@v2. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build published projects without warnings (Debug)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v3, actions/checkout@v3, actions/setup-dotnet@v4, actions/setup-node@v3, nuget/setup-nuget@v1. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build published projects without warnings (Release)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v3, actions/checkout@v3, actions/setup-dotnet@v4, actions/setup-node@v3, nuget/setup-nuget@v1. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build all projects without errors
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v3, actions/checkout@v3, actions/setup-dotnet@v4, actions/setup-node@v3, microsoft/setup-msbuild@v1.1, nuget/setup-nuget@v1. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build all projects without errors
Targeting .NET 10.0 or higher in Visual Studio 2022 17.14 is not supported.
|
|
Build all projects without errors
Targeting .NET 10.0 or higher in Visual Studio 2022 17.14 is not supported.
|
|
Build all projects without errors
Targeting .NET 10.0 or higher in Visual Studio 2022 17.14 is not supported.
|
|
Build all projects without errors
Targeting .NET 10.0 or higher in Visual Studio 2022 17.14 is not supported.
|
|
Build all projects without errors
Targeting .NET 10.0 or higher in Visual Studio 2022 17.14 is not supported.
|
|
.NET unit tests (macOS-latest)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v3, actions/checkout@v3, actions/setup-dotnet@v4, actions/setup-node@v3, actions/upload-artifact@v4, nuget/setup-nuget@v1. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
.NET unit tests (macOS-latest):
src/Samples/Common/ViewModels/QueryStringLocalizableViewModel.cs#L12
'DotvvmRequestContextExtensions.ChangeCurrentCulture(IDotvvmRequestContext, string)' is obsolete: 'This method only assigns CultureInfo.CurrentCulture, which is not preserved in async methods. You should assign it manually, or use RequestLocalization middleware or LocalizablePresenter.'
|
|
.NET unit tests (macOS-latest):
src/Samples/Common/ViewModels/FeatureSamples/CustomPrimitiveTypes/TypeId.cs#L28
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
.NET unit tests (macOS-latest):
src/Samples/Common/ViewModels/FeatureSamples/CustomPrimitiveTypes/BasicViewModel.cs#L42
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
.NET unit tests (macOS-latest):
src/Samples/Common/ViewModels/FeatureSamples/CustomPrimitiveTypes/BasicViewModel.cs#L30
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
.NET unit tests (macOS-latest):
src/Samples/Common/ViewModels/FeatureSamples/CustomPrimitiveTypes/BasicViewModel.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
.NET unit tests (macOS-latest):
src/AutoUI/Core/Metadata/LocalizableString.cs#L62
Dereference of a possibly null reference.
|
|
.NET unit tests (macOS-latest):
src/AutoUI/Core/ServiceCollectionExtensions.cs#L88
Dereference of a possibly null reference.
|
|
.NET unit tests (macOS-latest):
src/AutoUI/Core/AutoUIExtensions.cs#L51
Possible null reference argument for parameter 'propertyDisplayMetadataProvider' in 'DefaultEntityPropertyListProvider.DefaultEntityPropertyListProvider(IPropertyDisplayMetadataProvider propertyDisplayMetadataProvider)'.
|
|
.NET unit tests (macOS-latest):
src/Tools/Sitemap/Providers/RouteSitemapContext.cs#L73
XML comment has cref attribute 'parameterValues' that could not be resolved
|
|
.NET unit tests (macOS-latest):
src/Tools/Sitemap/Presenters/SitemapPresenter.cs#L15
'DotvvmRequestContextExtensions.GetCancellationToken(IDotvvmRequestContext)' is obsolete: 'Use IDotvvmRequestContext.RequestAborted instead.'
|
|
.NET unit tests (ubuntu-latest)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v3, actions/checkout@v3, actions/setup-dotnet@v4, actions/setup-node@v3, actions/upload-artifact@v4, nuget/setup-nuget@v1. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
.NET unit tests (ubuntu-latest):
src/Samples/Common/ViewModels/QueryStringLocalizableViewModel.cs#L12
'DotvvmRequestContextExtensions.ChangeCurrentCulture(IDotvvmRequestContext, string)' is obsolete: 'This method only assigns CultureInfo.CurrentCulture, which is not preserved in async methods. You should assign it manually, or use RequestLocalization middleware or LocalizablePresenter.'
|
|
.NET unit tests (ubuntu-latest):
src/Samples/Common/ViewModels/FeatureSamples/CustomPrimitiveTypes/TypeId.cs#L28
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
.NET unit tests (ubuntu-latest):
src/Samples/Common/ViewModels/FeatureSamples/CustomPrimitiveTypes/BasicViewModel.cs#L42
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
.NET unit tests (ubuntu-latest):
src/Samples/Common/ViewModels/FeatureSamples/CustomPrimitiveTypes/BasicViewModel.cs#L30
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
.NET unit tests (ubuntu-latest):
src/Samples/Common/ViewModels/FeatureSamples/CustomPrimitiveTypes/BasicViewModel.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
.NET unit tests (ubuntu-latest):
src/AutoUI/Core/Metadata/LocalizableString.cs#L62
Dereference of a possibly null reference.
|
|
.NET unit tests (ubuntu-latest):
src/AutoUI/Core/ServiceCollectionExtensions.cs#L88
Dereference of a possibly null reference.
|
|
.NET unit tests (ubuntu-latest):
src/AutoUI/Core/AutoUIExtensions.cs#L51
Possible null reference argument for parameter 'propertyDisplayMetadataProvider' in 'DefaultEntityPropertyListProvider.DefaultEntityPropertyListProvider(IPropertyDisplayMetadataProvider propertyDisplayMetadataProvider)'.
|
|
.NET unit tests (ubuntu-latest):
src/Tools/Sitemap/Providers/RouteSitemapContext.cs#L73
XML comment has cref attribute 'parameterValues' that could not be resolved
|
|
.NET unit tests (ubuntu-latest):
src/Tools/Sitemap/Presenters/SitemapPresenter.cs#L15
'DotvvmRequestContextExtensions.GetCancellationToken(IDotvvmRequestContext)' is obsolete: 'Use IDotvvmRequestContext.RequestAborted instead.'
|
|
.NET unit tests (windows-2022)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v3, actions/checkout@v3, actions/setup-dotnet@v4, actions/setup-node@v3, microsoft/setup-msbuild@v1.1, nuget/setup-nuget@v1. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
UI tests (firefox, ubuntu-latest, Production, Default)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v3, actions/checkout@v3, actions/setup-dotnet@v4, actions/setup-node@v3, actions/upload-artifact@v4, nuget/setup-nuget@v1. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
UI tests (firefox, ubuntu-latest, Production, Default):
src/Samples/Tests/Tests/Feature/LateContentPlaceHoldersTests.cs#L77
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/JsComponentIntegrationTests.cs#L44
The variable 'pathsList2' is assigned but its value is never used
|
|
UI tests (chrome, ubuntu-latest, Production, Default)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v3, actions/checkout@v3, actions/setup-dotnet@v4, actions/setup-node@v3, actions/upload-artifact@v4, nuget/setup-nuget@v1. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
UI tests (chrome, ubuntu-latest, Production, Default):
src/Samples/Tests/Tests/Feature/LateContentPlaceHoldersTests.cs#L77
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/JsComponentIntegrationTests.cs#L44
The variable 'pathsList2' is assigned but its value is never used
|
|
UI tests (chrome, ubuntu-latest, Production, ExperimentalFeaturesTests)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v3, actions/checkout@v3, actions/setup-dotnet@v4, actions/setup-node@v3, actions/upload-artifact@v4, nuget/setup-nuget@v1. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
UI tests (chrome, ubuntu-latest, Production, ExperimentalFeaturesTests):
src/Samples/Tests/Tests/Feature/LateContentPlaceHoldersTests.cs#L77
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, ExperimentalFeaturesTests):
src/Samples/Tests/Tests/Feature/JsComponentIntegrationTests.cs#L44
The variable 'pathsList2' is assigned but its value is never used
|
|
UI tests (firefox, ubuntu-latest, Development, Default, /test-basepath)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v3, actions/checkout@v3, actions/setup-dotnet@v4, actions/setup-node@v3, actions/upload-artifact@v4, nuget/setup-nuget@v1. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
UI tests (firefox, ubuntu-latest, Development, Default, /test-basepath):
src/Samples/Tests/Tests/Feature/LateContentPlaceHoldersTests.cs#L77
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, /test-basepath):
src/Samples/Tests/Tests/Feature/JsComponentIntegrationTests.cs#L44
The variable 'pathsList2' is assigned but its value is never used
|
|
UI tests (firefox, ubuntu-latest, Development, ExperimentalFeaturesTests)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v3, actions/checkout@v3, actions/setup-dotnet@v4, actions/setup-node@v3, actions/upload-artifact@v4, nuget/setup-nuget@v1. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
UI tests (firefox, ubuntu-latest, Development, ExperimentalFeaturesTests):
src/Samples/Tests/Tests/Feature/LateContentPlaceHoldersTests.cs#L77
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, ExperimentalFeaturesTests):
src/Samples/Tests/Tests/Feature/JsComponentIntegrationTests.cs#L44
The variable 'pathsList2' is assigned but its value is never used
|
|
UI tests (chrome, windows-2022, Development, Default)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v3, actions/checkout@v3, actions/setup-dotnet@v4, actions/setup-node@v3, actions/upload-artifact@v4, microsoft/setup-msbuild@v1.1, nuget/setup-nuget@v1. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
analyzers-tests-net8.0-Debug-Linux
|
13.2 KB |
sha256:185d895ef04b7faf34fbb0c72cedbde11eb118b15c43419cf0c7b2e0c3a09ec5
|
|
|
analyzers-tests-net8.0-Debug-macOS
|
13.3 KB |
sha256:71fbbdd17e3e09516fff93c9ba79c20361a461de2e692b452f4c1a69c156ec29
|
|
|
analyzers-tests-net8.0-Release-Linux
|
13.2 KB |
sha256:12ca0f8539588792b9d23cac5a864dd2e37c02e4e1bcacfa9cb060ceaa9e3de8
|
|
|
analyzers-tests-net8.0-Release-macOS
|
13 KB |
sha256:3b6d0b7ba4852a9957de1a0ca8ea2078c341282047ba7b0e1096bfd57f9665ec
|
|
|
chrome-tests-Linux-Production-Default
|
187 KB |
sha256:b75e331133c7229a752ee1d72b9152994518d418957012e3725f8a6afb989b7d
|
|
|
chrome-tests-Linux-Production-ExperimentalFeaturesTests
|
185 KB |
sha256:ce638a648342e98d09f8697eb6423c4304d17d11f3aa0fda8368dfb4cd28779d
|
|
|
chrome-tests-Windows-Development-Default
|
159 KB |
sha256:41eb4e81a8c99bdd253a4bc458a6919bf5000df0a6f1a09e3cfa6cf1a45c3cd8
|
|
|
firefox-tests-Linux-Development-Default
|
220 KB |
sha256:888de26bb4f7593d6846d988627bac49dde742e05180dc200612cccf1fcad3ca
|
|
|
firefox-tests-Linux-Development-ExperimentalFeaturesTests
|
217 KB |
sha256:221234c701ecf825c5cec53646562d733f128bedc5f0f5d1ddc7cd91dd362e5a
|
|
|
firefox-tests-Linux-Production-Default
|
188 KB |
sha256:8f944e06fce7dacb7f7cbc61ae90f4275986a3c8da86fd65002a939b95985bda
|
|
|
integration-tests-net10.0-Debug-Linux
|
4.41 KB |
sha256:7613ac82d6d5d0f427d85f20921b080d4f26129125294fdd68b2d246a8eea979
|
|
|
integration-tests-net10.0-Release-Linux
|
4.23 KB |
sha256:2b10290cccd2ab612e82f0eb7a41f1dce800ed2c4cd464564b186aad246f2d56
|
|