sdk/test
Javier Calvarro Nelson 79c270e9c0
[StaticWebAssets] Fix subpath issue on SWA dev manifest (#42227)
Fixes an issue where the subpath was being computed incorrectly for assets that will be copied out to the wwwroot folder during the build.

The fix is to check if the file exists to only use the suffix from the identity if the file exists on disk and the content root is a prefix of the file Identity.

In any other case we expect the file to be at the contentroot + relative path location.
2024-07-18 08:57:07 +00:00
..
ArgumentForwarding.Tests Avoid race condition in ArgumentsReflector.csproj (#39060) 2024-02-27 22:33:19 +00:00
ArgumentsReflector Avoid race condition in ArgumentsReflector.csproj (#39060) 2024-02-27 22:33:19 +00:00
Common Merge branch 'release/8.0.3xx' 2024-04-22 00:23:51 -07:00
EndToEnd-Installer.Tests Add support for targeting Windows version 26100 and update Windows SDK projection versions (#42090) 2024-07-15 13:03:58 -07:00
EndToEnd.Tests Merge branch 'main-SDK' into feature/installer-merge-history 2024-04-10 15:23:22 -07:00
HelixTasks Set dotnet-watch timeout based on XUnitWorkItemTimeout (#40028) 2024-04-10 15:46:04 -07:00
Microsoft.AspNetCore.Watch.BrowserRefresh.Tests feat: Add support for updatedTypes in metadata updates (#40416) 2024-06-28 13:56:52 -07:00
Microsoft.DotNet.ApiCompat.IntegrationTests
Microsoft.DotNet.ApiCompat.Tests
Microsoft.DotNet.ApiCompatibility.Tests Add APICompat support for checking generic constraints (#40230) 2024-04-18 22:22:43 -07:00
Microsoft.DotNet.ApiSymbolExtensions.Tests
Microsoft.DotNet.Cli.Sln.Internal.Tests
Microsoft.DotNet.Cli.Telemetry.PersistenceChannel.Tests
Microsoft.DotNet.Cli.Utils.Tests Moved the 2 test files from Utilities.Tests to Cli.Utils.Tests since they relied on Microsoft.DotNet.Cli.Utils.csproj. Deleted Microsoft.DotNet.Tools.Tests.Utilities.Tests.csproj since it no longer has any tests. Adjusted InternalsVisibleTo so that the test project builds would function properly. 2024-04-24 15:00:00 -07:00
Microsoft.DotNet.CommandFactory.Tests
Microsoft.DotNet.Configurer.UnitTests Reenable passed tests with skip attribute set as string 2024-06-24 00:58:22 -07:00
Microsoft.DotNet.GenAPI.Tests Reskipping many tests as most of the failures still exist. Some tests skipped with new issue numbers. 2024-06-21 15:47:00 -07:00
Microsoft.DotNet.MSBuildSdkResolver.Tests
Microsoft.DotNet.PackageInstall.Tests Avoid reinstall tool already installed (#41746) 2024-06-27 13:19:45 -07:00
Microsoft.DotNet.PackageValidation.Tests
Microsoft.DotNet.ShellShim.Tests
Microsoft.DotNet.TemplateLocator.Tests
Microsoft.DotNet.Tools.Tests.ComponentMocks Avoid reinstall tool already installed (#41746) 2024-06-27 13:19:45 -07:00
Microsoft.DotNet.Tools.Tests.Utilities Added the new EndToEnd-Installer.Tests.csproj to the SLN and have it removed from Helix testing via UnitTests.proj. From manual testing locally, 1 test in ItCanCreateAndBuildTemplatesWithDefaultFramework_Windows fails, so it is being skipped for now. Needed to disable ManagePackageVersionsCentrally for tests to restore properly. Minor whitespace changes. 2024-04-23 14:40:45 -07:00
Microsoft.Extensions.DotNetDeltaApplier.Tests
Microsoft.NET.Build.Containers.IntegrationTests Minimize container dependency redistribution (#41740) 2024-06-27 19:11:35 -05:00
Microsoft.NET.Build.Containers.UnitTests [main] Update dependencies from dotnet/runtime (#41988) 2024-07-08 13:15:04 +00:00
Microsoft.NET.Build.Tests Conditionally check the OS and modify the expected workloads on Linux 2024-07-11 19:54:23 -07:00
Microsoft.NET.Clean.Tests
Microsoft.NET.Pack.Tests
Microsoft.NET.Publish.Tests WinForms trim value default tests (#42034) 2024-07-10 01:59:29 -07:00
Microsoft.NET.Rebuild.Tests
Microsoft.NET.Restore.Tests Use PackageDownload in torn builds (#41951) 2024-07-12 08:59:26 +02:00
Microsoft.NET.Sdk.BlazorWebAssembly.AoT.Tests [main] Update dependencies from dotnet/runtime (#41988) 2024-07-08 13:15:04 +00:00
Microsoft.NET.Sdk.BlazorWebAssembly.Tests Modify Publish60Hosted_Works test to run only on Windows 2024-07-15 00:04:29 -07:00
Microsoft.NET.Sdk.Publish.Tasks.Tests Merge branch 'release/8.0.3xx' 2024-02-23 09:55:16 -06:00
Microsoft.NET.Sdk.Razor.SourceGenerators.Tests
Microsoft.NET.Sdk.Razor.Tests [StaticWebAssets] Fix subpath issue on SWA dev manifest (#42227) 2024-07-18 08:57:07 +00:00
Microsoft.NET.Sdk.Razor.Tool.Tests
Microsoft.NET.Sdk.Web.Tests Adding SignalR CustomAwaitable feature switch (#41832) 2024-07-09 17:39:26 -05:00
Microsoft.NET.Sdk.WorkloadManifestReader.Tests Merge branch 'release/8.0.4xx' 2024-07-02 00:44:57 -07:00
Microsoft.NET.TestFramework Made it so that all test packages are not assumed to be from test/TestAssets/TestPackages/. 2024-07-12 13:24:43 -07:00
Microsoft.NET.ToolPack.Tests Reskipping many tests as most of the failures still exist. Some tests skipped with new issue numbers. 2024-06-21 15:47:00 -07:00
Microsoft.TemplateEngine.Cli.UnitTests JsonPropertyPostAction: allow to create file and path 2024-07-03 17:36:52 +02:00
Microsoft.Win32.Msi.Manual.Tests
Microsoft.Win32.Msi.Tests
Msbuild.Tests.Utilities
SDDLTests
TelemetryStdOutLogger
TestAssets Moved src/Assets to test/TestAssets (#41924) 2024-07-12 11:05:03 -07:00
containerize.UnitTests
core-sdk-tasks.Tests Added core-sdk-tasks.Tests changes from the original feature/installer-merge branch. 2024-04-18 12:47:46 -07:00
crossgen.Tests Revert the failed test 2024-06-24 03:53:12 -07:00
dotnet-MsiInstallation.Tests Merge branch 'release/8.0.4xx' 2024-07-02 00:44:57 -07:00
dotnet-add-package.Tests Ingest new props file from installer and use it to auto-include Toolset Compilers package (#39701) 2024-05-02 01:55:49 +00:00
dotnet-add-reference.Tests
dotnet-back-compat.Tests
dotnet-build.Tests Have --no-restore imply -restore:false to override any response file command-line arguments 2024-04-30 12:52:36 -07:00
dotnet-clean.Tests
dotnet-format.Tests Removed Skip on tests that linked to issues that were marked Done. Noticed the pathing issue for dotnet-format, fixed it, and reenabled the CI job. 2024-06-19 13:21:35 -07:00
dotnet-fsi.Tests
dotnet-help.Tests fix test baseline and handle scenario when no command args are passed 2024-07-16 13:42:27 -05:00
dotnet-install-tool.Tests
dotnet-list-package.Tests [dotnet list package] add an alias option, `-s`, to the option `--source`. (#38911) 2024-02-22 08:08:24 -08:00
dotnet-list-reference.Tests
dotnet-msbuild.Tests
dotnet-new.Tests Reenable passed tests with skip attribute set as string 2024-06-24 00:58:22 -07:00
dotnet-nuget.UnitTests Add tab completion for 'dotnet nuget why' command (#41430) 2024-06-07 13:04:41 -07:00
dotnet-pack.Tests
dotnet-publish.Tests
dotnet-remove-package.Tests
dotnet-remove-reference.Tests
dotnet-restore.Tests
dotnet-run.Tests
dotnet-sdk-check.Tests
dotnet-sln.Tests Reskipping many tests as most of the failures still exist. Some tests skipped with new issue numbers. 2024-06-21 15:47:00 -07:00
dotnet-store.Tests
dotnet-test.Tests Removed the ItShouldShowWarningMessageOnCollectCodeCoverageThatProfilerWasNotInitialized test since it was removed but a bad branch merge reintroduced it. Set DependentUponTest as WindowsOnlyTheory since it literally runs the EXE it produces during the test. 2024-07-01 15:53:33 -07:00
dotnet-vstest.Tests
dotnet-watch.Tests Add xunit configuration to increase test logging (#41829) 2024-06-28 08:38:30 -07:00
dotnet-workload-install.Tests Merge branch 'release/8.0.4xx' 2024-07-02 00:44:57 -07:00
dotnet-workload-list.Tests Merge branch 'release/8.0.4xx' 2024-07-02 00:44:57 -07:00
dotnet-workload-repair.Tests
dotnet-workload-restore.Tests
dotnet-workload-search.Tests Merge branch 'release/8.0.4xx' 2024-07-02 00:44:57 -07:00
dotnet-workload-uninstall.Tests
dotnet-workload-update.Tests Merge branch 'release/8.0.4xx' 2024-07-02 00:44:57 -07:00
dotnet.Tests Reenable passed tests with skip attribute set as string (#41753) 2024-07-01 14:27:22 -07:00
msbuild.Integration.Tests
trustedroots.Tests 2024-06 CTL 2024-06-13 13:35:22 -07:00
xunit-runner Update test/xunit-runner/XUnitRunner.targets 2024-07-10 13:51:49 -07:00
Directory.Build.props
Directory.Build.targets Moved src/Assets to test/TestAssets (#41924) 2024-07-12 11:05:03 -07:00
UnitTests.proj Moved src/Assets to test/TestAssets (#41924) 2024-07-12 11:05:03 -07:00