Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
d69e473
Update dependencies from https://github.com/dotnet/templating build 2…
dotnet-maestro[bot] Jun 10, 2024
ff155a7
Merge branch 'main' of https://github.com/dotnet/sdk into darc-main-4…
Jun 11, 2024
00e07e9
Update dependencies from https://github.com/dotnet/templating build 2…
dotnet-maestro[bot] Jun 11, 2024
0178249
Update dependencies from https://github.com/dotnet/templating build 2…
dotnet-maestro[bot] Jun 11, 2024
ae2118a
Update dependencies from https://github.com/dotnet/templating build 2…
dotnet-maestro[bot] Jun 12, 2024
ec0c0d4
Update dependencies from https://github.com/dotnet/templating build 2…
dotnet-maestro[bot] Jun 12, 2024
a3399d5
Update dependencies from https://github.com/dotnet/templating build 2…
dotnet-maestro[bot] Jun 12, 2024
0a077b4
Merge branch 'main' into darc-main-4ba859b3-6b5c-4d60-bc30-40cb29ef9cfe
ViktorHofer Jun 12, 2024
2f15e7f
Update dependencies from https://github.com/dotnet/templating build 2…
dotnet-maestro[bot] Jun 12, 2024
cf685b5
Update Packages.props
ViktorHofer Jun 12, 2024
8afccc0
React to breaking change in Verify.XUnit. Attribute no longer required
ViktorHofer Jun 12, 2024
690d4b0
Update dependencies from https://github.com/dotnet/templating build 2…
dotnet-maestro[bot] Jun 12, 2024
45429fd
Update dependencies from https://github.com/dotnet/templating build 2…
dotnet-maestro[bot] Jun 12, 2024
8869876
Update dependencies from https://github.com/dotnet/templating build 2…
dotnet-maestro[bot] Jun 12, 2024
6014af9
Update dependencies from https://github.com/dotnet/templating build 2…
dotnet-maestro[bot] Jun 12, 2024
f40cce7
Merge branch 'main' into darc-main-4ba859b3-6b5c-4d60-bc30-40cb29ef9cfe
ViktorHofer Jun 13, 2024
1314d94
Update dependencies from https://github.com/dotnet/templating build 2…
dotnet-maestro[bot] Jun 13, 2024
e063638
Update dependencies from https://github.com/dotnet/templating build 2…
dotnet-maestro[bot] Jun 13, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<Dependencies>
<ProductDependencies>
<Dependency Name="Microsoft.TemplateEngine.Abstractions" Version="9.0.100-preview.6.24310.2">
<Dependency Name="Microsoft.TemplateEngine.Abstractions" Version="9.0.100-preview.6.24313.2">
<Uri>https://github.com/dotnet/templating</Uri>
<Sha>d829fc2f45e4cd99e62d636466e56044218ac7aa</Sha>
<Sha>58916a8dbe1aaf06cceb9a5785ba6304dc659df1</Sha>
</Dependency>
<Dependency Name="Microsoft.TemplateEngine.Mocks" Version="9.0.100-preview.6.24310.2">
<Dependency Name="Microsoft.TemplateEngine.Mocks" Version="9.0.100-preview.6.24313.2">
<Uri>https://github.com/dotnet/templating</Uri>
<Sha>d829fc2f45e4cd99e62d636466e56044218ac7aa</Sha>
<Sha>58916a8dbe1aaf06cceb9a5785ba6304dc659df1</Sha>
</Dependency>
<!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.templating" Version="9.0.100-preview.6.24310.2">
<Dependency Name="Microsoft.SourceBuild.Intermediate.templating" Version="9.0.100-preview.6.24313.2">
<Uri>https://github.com/dotnet/templating</Uri>
<Sha>d829fc2f45e4cd99e62d636466e56044218ac7aa</Sha>
<Sha>58916a8dbe1aaf06cceb9a5785ba6304dc659df1</Sha>
<SourceBuild RepoName="templating" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Ref" Version="9.0.0-preview.6.24307.2">
Expand Down
4 changes: 2 additions & 2 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -207,13 +207,13 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/templating -->
<MicrosoftTemplateEngineAbstractionsPackageVersion>9.0.100-preview.6.24310.2</MicrosoftTemplateEngineAbstractionsPackageVersion>
<MicrosoftTemplateEngineAbstractionsPackageVersion>9.0.100-preview.6.24313.2</MicrosoftTemplateEngineAbstractionsPackageVersion>
<MicrosoftTemplateEngineEdgePackageVersion>$(MicrosoftTemplateEngineAbstractionsPackageVersion)</MicrosoftTemplateEngineEdgePackageVersion>
<MicrosoftTemplateEngineOrchestratorRunnableProjectsPackageVersion>$(MicrosoftTemplateEngineAbstractionsPackageVersion)</MicrosoftTemplateEngineOrchestratorRunnableProjectsPackageVersion>
<MicrosoftTemplateEngineUtilsPackageVersion>$(MicrosoftTemplateEngineAbstractionsPackageVersion)</MicrosoftTemplateEngineUtilsPackageVersion>
<MicrosoftTemplateSearchCommonPackageVersion>$(MicrosoftTemplateEngineAbstractionsPackageVersion)</MicrosoftTemplateSearchCommonPackageVersion>
<!-- test dependencies -->
<MicrosoftTemplateEngineMocksPackageVersion>9.0.100-preview.6.24310.2</MicrosoftTemplateEngineMocksPackageVersion>
<MicrosoftTemplateEngineMocksPackageVersion>9.0.100-preview.6.24313.2</MicrosoftTemplateEngineMocksPackageVersion>
<MicrosoftTemplateEngineTestHelperPackageVersion>$(MicrosoftTemplateEngineMocksPackageVersion)</MicrosoftTemplateEngineTestHelperPackageVersion>
<MicrosoftTemplateEngineAuthoringTemplateVerifierVersion>$(MicrosoftTemplateEngineAbstractionsPackageVersion)</MicrosoftTemplateEngineAuthoringTemplateVerifierVersion>
<MicrosoftTemplateSearchTemplateDiscoveryPackageVersion>$(MicrosoftTemplateEngineMocksPackageVersion)</MicrosoftTemplateSearchTemplateDiscoveryPackageVersion>
Expand Down
4 changes: 2 additions & 2 deletions eng/dependabot/Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

<ItemGroup>
<!--Test dependencies-->
<PackageVersion Include="Verify.Xunit" Version="22.5.0" />
<PackageVersion Include="Verify.DiffPlex" Version="2.3.0" />
<PackageVersion Include="Verify.Xunit" Version="25.0.2" />
<PackageVersion Include="Verify.DiffPlex" Version="3.0.0" />
<PackageVersion Include="FakeItEasy" Version="8.0.0" />
<PackageVersion Include="Wcwidth.Sources" Version="2.0.0" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

namespace Microsoft.TemplateEngine.Cli.UnitTests.ParserTests
{
[UsesVerify]
public partial class HelpTests
{
[Fact]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

namespace Microsoft.TemplateEngine.Cli.UnitTests.ParserTests
{
[UsesVerify]
public partial class TabCompletionTests : BaseTest
{
[Fact]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

namespace Microsoft.TemplateEngine.Cli.UnitTests.ParserTests
{
[UsesVerify]
public class TemplateCommandTests
{
[Fact]
Expand Down
1 change: 0 additions & 1 deletion test/dotnet-new.Tests/DotnetNewCompleteTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

namespace Microsoft.DotNet.Cli.New.IntegrationTests
{
[UsesVerify]
public class DotnetNewCompleteTests : BaseIntegrationTest
{
private readonly ITestOutputHelper _log;
Expand Down
1 change: 0 additions & 1 deletion test/dotnet-new.Tests/DotnetNewDebugOptionsTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

namespace Microsoft.DotNet.Cli.New.IntegrationTests
{
[UsesVerify]
public class DotnetNewDebugOptionsTests : BaseIntegrationTest
{
private readonly ITestOutputHelper _log;
Expand Down
1 change: 0 additions & 1 deletion test/dotnet-new.Tests/DotnetNewDetailsTest.Approval.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

namespace Microsoft.DotNet.Cli.New.IntegrationTests
{
[UsesVerify]
public partial class DotnetNewDetailsTest : BaseIntegrationTest
{
private const string _nuGetPackageId = "Uno.ProjectTemplates.Dotnet";
Expand Down
1 change: 0 additions & 1 deletion test/dotnet-new.Tests/DotnetNewHelpTests.Approval.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

namespace Microsoft.DotNet.Cli.New.IntegrationTests
{
[UsesVerify]
public partial class DotnetNewHelpTests : BaseIntegrationTest
{
[Theory]
Expand Down
1 change: 0 additions & 1 deletion test/dotnet-new.Tests/DotnetNewInstallTests.Approval.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

namespace Microsoft.DotNet.Cli.New.IntegrationTests
{
[UsesVerify]
public partial class DotnetNewInstallTests : BaseIntegrationTest
{
[Fact]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

namespace Microsoft.DotNet.Cli.New.IntegrationTests
{
[UsesVerify]
public partial class DotnetNewInstantiateTests
{
[Fact]
Expand Down
1 change: 0 additions & 1 deletion test/dotnet-new.Tests/DotnetNewListTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

namespace Microsoft.DotNet.Cli.New.IntegrationTests
{
[UsesVerify]
public partial class DotnetNewListTests : BaseIntegrationTest, IClassFixture<SharedHomeDirectory>
{
private readonly SharedHomeDirectory _sharedHome;
Expand Down
1 change: 0 additions & 1 deletion test/dotnet-new.Tests/DotnetNewSearchTests.Approval.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

namespace Microsoft.DotNet.Cli.New.IntegrationTests
{
[UsesVerify]
public partial class DotnetNewSearchTests
{
[Theory]
Expand Down
1 change: 0 additions & 1 deletion test/dotnet-new.Tests/DotnetNewTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

namespace Microsoft.DotNet.Cli.New.IntegrationTests
{
[UsesVerify]
public class DotnetNewTests : BaseIntegrationTest, IClassFixture<SharedHomeDirectory>
{
private readonly SharedHomeDirectory _sharedHome;
Expand Down
1 change: 0 additions & 1 deletion test/dotnet-new.Tests/DotnetNewUninstallTests.Approval.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

namespace Microsoft.DotNet.Cli.New.IntegrationTests
{
[UsesVerify]
public partial class DotnetNewUninstallTests
{
[Fact]
Expand Down
1 change: 0 additions & 1 deletion test/dotnet-new.Tests/DotnetNewUpdateTests.Approval.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

namespace Microsoft.DotNet.Cli.New.IntegrationTests
{
[UsesVerify]
public partial class DotnetNewUpdateTests
{
[Fact]
Expand Down
1 change: 0 additions & 1 deletion test/dotnet-new.Tests/PostActionTests.Approval.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

namespace Microsoft.DotNet.Cli.New.IntegrationTests
{
[UsesVerify]
public partial class PostActionTests : BaseIntegrationTest
{
[Fact]
Expand Down
1 change: 0 additions & 1 deletion test/dotnet-new.Tests/WebProjectsTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

namespace Microsoft.DotNet.Cli.New.IntegrationTests
{
[UsesVerify]
public class WebProjectsTests : BaseIntegrationTest, IClassFixture<WebProjectsFixture>
{
private readonly WebProjectsFixture _fixture;
Expand Down