pulumi/sdk/dotnet/Pulumi.Tests
Justin Van Patten c058443107
.NET: Disable parallel xUnit tests (#4547)
Despite having the `[assembly: CollectionBehavior(DisableTestParallelization = true)]` attribute, it appears `dotnet test` is still running tests in parallel. To address, use a configuration file to disable parallelization.
2020-05-01 11:42:32 -07:00
..
Core Add Output.All overloads (#4321) 2020-04-07 20:51:05 +02:00
Mocks Don't call IMocks.NewResourceAsync for the root stack resource (#4527) 2020-04-30 10:38:48 -07:00
Serialization Output.apply should lift resources from inner Outputs to the top level output. (#3663) 2019-12-17 14:11:45 -08:00
AssemblyAttributes.cs Add **preview** .NET Core support for pulumi. (#3399) 2019-10-25 16:59:50 -07:00
AssertEx.cs Add **preview** .NET Core support for pulumi. (#3399) 2019-10-25 16:59:50 -07:00
Pulumi.Tests.csproj .NET: Disable parallel xUnit tests (#4547) 2020-05-01 11:42:32 -07:00
PulumiTest.cs Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
StackTests.cs Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
xunit.runner.json .NET: Disable parallel xUnit tests (#4547) 2020-05-01 11:42:32 -07:00