Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
14 changes: 7 additions & 7 deletions 14 src/msbuild/.github/aw/actions-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
"version": "v8",
"sha": "ed597411d8f924073f98dfc5c65a23a2325f34cd"
},
"github/gh-aw-actions/setup@v0.59.0": {
"repo": "github/gh-aw-actions/setup",
"version": "v0.59.0",
"sha": "066087f607f52664010289ddd52198f33044c38a"
"actions/github-script@v9": {
"repo": "actions/github-script",
"version": "v9",
"sha": "3a2844b7e9c422d3c10d287c895573f7108da1b3"
},
"github/gh-aw-actions/setup@v0.67.1": {
"github/gh-aw-actions/setup@v0.68.1": {
"repo": "github/gh-aw-actions/setup",
"version": "v0.67.1",
"sha": "80471a493be8c528dd27daf73cd644242a7965e0"
"version": "v0.68.1",
"sha": "2fe53acc038ba01c3bbdc767d4b25df31ca5bdfc"
}
}
}
423 changes: 218 additions & 205 deletions 423 src/msbuild/.github/workflows/close-stale-prs.agent.lock.yml

Large diffs are not rendered by default.

499 changes: 256 additions & 243 deletions 499 src/msbuild/.github/workflows/review-on-open.agent.lock.yml

Large diffs are not rendered by default.

515 changes: 264 additions & 251 deletions 515 src/msbuild/.github/workflows/review.agent.lock.yml

Large diffs are not rendered by default.

33 changes: 33 additions & 0 deletions 33 src/msbuild/Coverage.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<?xml version="1.0" encoding="utf-8"?>
<Configuration>
<DeterministicReport>True</DeterministicReport>
<IncludeTestAssembly>true</IncludeTestAssembly>
<ExcludeAssembliesWithoutSources>MissingAll</ExcludeAssembliesWithoutSources>
<CodeCoverage>
<ModulePaths>
<Exclude>
<ModulePath>.*doc\.dll$</ModulePath>
<ModulePath>.*customlogger\.dll$</ModulePath>
<ModulePath>.*invalidcustomcheck\.dll$</ModulePath>
<ModulePath>.*portabletask\.dll$</ModulePath>
<ModulePath>.*faultylogger\.dll$</ModulePath>
<ModulePath>.*customcheck\.dll$</ModulePath>
<ModulePath>.*customcheck2\.dll$</ModulePath>
<ModulePath>.*errorcustomcheck\.dll$</ModulePath>
</Exclude>
</ModulePaths>
<Sources>
<Exclude>
<Source>.*\.g\.cs$</Source>
<Source>.*\.sr\.cs$</Source>
</Exclude>
</Sources>
<CommunicationTimeout>120000</CommunicationTimeout>
<PipeClientsCount>1270</PipeClientsCount>
<UseVerifiableInstrumentation>False</UseVerifiableInstrumentation>
<EnableStaticNativeInstrumentation>True</EnableStaticNativeInstrumentation>
<EnableDynamicNativeInstrumentation>False</EnableDynamicNativeInstrumentation>
<EnableStaticManagedInstrumentation>False</EnableStaticManagedInstrumentation>
<EnableDynamicManagedInstrumentation>True</EnableDynamicManagedInstrumentation>
</CodeCoverage>
</Configuration>
43 changes: 0 additions & 43 deletions 43 src/msbuild/Coverage.runsettings

This file was deleted.

42 changes: 42 additions & 0 deletions 42 src/msbuild/CoverageWindowsFull.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
<?xml version="1.0" encoding="utf-8"?>
<Configuration>
<DeterministicReport>True</DeterministicReport>
<IncludeTestAssembly>true</IncludeTestAssembly>
<ExcludeAssembliesWithoutSources>MissingAll</ExcludeAssembliesWithoutSources>
<CodeCoverage>
<ModulePaths>
<Exclude>
<ModulePath>.*doc\.dll$</ModulePath>
<ModulePath>.*net472.*</ModulePath>
<ModulePath>.*microsoft\.build\.buildcheck\.unittests\.dll$</ModulePath>
<ModulePath>.*microsoft\.build\.tasks\.unittests\.dll$</ModulePath>
</Exclude>
<Include>
<ModulePath>.*microsoft\.build\.engine\.unittests\.dll$</ModulePath>
<ModulePath>.*microsoft\.build\.engine\.om\.unittests\.dll$</ModulePath>
<ModulePath>.*microsoft\.build\.framework\.dll$</ModulePath>
<ModulePath>.*microsoft\.build\.framework\.unittests\.dll$</ModulePath>
<ModulePath>.*microsoft\.build\.commandline\.unittests\.dll$</ModulePath>
<!-- <ModulePath>.*microsoft\.build\.tasks\.core\.dll$</ModulePath> -->
<!-- <ModulePath>.*microsoft\.build\.tasks\.unittests\.shared\.dll$</ModulePath> -->
<!-- <ModulePath>.*microsoft\.build\.utilities\.core\.dll$</ModulePath> -->
<!-- <ModulePath>.*microsoft\.build\.utilities\.unittests\.dll$</ModulePath> -->
<ModulePath>.*microsoft\.net\.stringtools\.dll$</ModulePath>
<ModulePath>.*microsoft\.net\.stringtools\.unittests\.dll$</ModulePath>
</Include>
</ModulePaths>
<Sources>
<Exclude>
<Source>.*\.g\.cs$</Source>
<Source>.*\.sr\.cs$</Source>
</Exclude>
</Sources>
<CommunicationTimeout>120000</CommunicationTimeout>
<PipeClientsCount>1270</PipeClientsCount>
<UseVerifiableInstrumentation>False</UseVerifiableInstrumentation>
<EnableStaticNativeInstrumentation>True</EnableStaticNativeInstrumentation>
<EnableDynamicNativeInstrumentation>False</EnableDynamicNativeInstrumentation>
<EnableStaticManagedInstrumentation>False</EnableStaticManagedInstrumentation>
<EnableDynamicManagedInstrumentation>True</EnableDynamicManagedInstrumentation>
</CodeCoverage>
</Configuration>
52 changes: 0 additions & 52 deletions 52 src/msbuild/CoverageWindowsFull.runsettings

This file was deleted.

9 changes: 9 additions & 0 deletions 9 src/msbuild/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,15 @@
</PropertyGroup>

<PropertyGroup>
<TestRunnerName>XUnitV3</TestRunnerName>
<XUnitV3Version>3.2.2</XUnitV3Version>
<MicrosoftTestingPlatformVersion>1.9.1</MicrosoftTestingPlatformVersion>
<OutputType Condition="$(MSBuildProjectName.EndsWith('.UnitTests')) or $(MSBuildProjectName.EndsWith('.Tests'))">Exe</OutputType>

<!-- xUnit1051: Calls to methods which accept CancellationToken should use TestContext.Current.CancellationToken to allow test cancellation to be more responsive. -->
<!-- Consider fixing this later. -->
<NoWarn>$(NoWarn);xUnit1051</NoWarn>

<FullFrameworkTFM>net472</FullFrameworkTFM>

<!--
Expand Down
3 changes: 1 addition & 2 deletions 3 src/msbuild/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<PackageVersion Include="Microsoft.CodeAnalysis.Collections" Version="$(MicrosoftCodeAnalysisCollectionsVersion)" />
<PackageVersion Include="Microsoft.CodeAnalysis.Contracts" Version="$(MicrosoftCodeAnalysisContractsVersion)" />
<PackageVersion Include="Microsoft.CodeAnalysis.PooledObjects" Version="$(MicrosoftCodeAnalysisPooledObjectsVersion)" />
<PackageVersion Include="Microsoft.DotNet.XUnitExtensions" Version="$(MicrosoftDotNetXUnitExtensionsVersion)" />
<PackageVersion Include="Microsoft.DotNet.XUnitV3Extensions" Version="$(MicrosoftDotNetXUnitV3ExtensionsVersion)" />
<PackageVersion Include="Microsoft.IO.Redist" Version="$(MicrosoftIORedistVersion)" />
<PackageVersion Include="Microsoft.Net.Compilers.Toolset" Version="$(MicrosoftNetCompilersToolsetVersion)" Condition="'$(UsingToolMicrosoftNetCompilers)' != 'true'" />
<PackageVersion Include="NuGet.Build.Tasks" Version="$(NuGetBuildTasksVersion)" />
Expand Down Expand Up @@ -46,7 +46,6 @@
<PackageVersion Include="System.Threading.Tasks.Dataflow" Version="$(SystemThreadingTasksDataflowVersion)" />
<PackageVersion Include="System.Threading.Tasks.Extensions" Version="$(SystemThreadingTasksExtensionsVersion)" />
<PackageVersion Include="System.ValueTuple" Version="$(SystemValueTupleVersion)" />
<PackageVersion Include="xunit.console" Version="$(XUnitVersion)" />
<PackageVersion Include="Microsoft.VisualStudio.Telemetry" Version="$(MicrosoftVisualStudioTelemetryVersion)" />
<!-- Microsoft.VisualStudio.SolutionPersistence is maintained in eng/dependabot/Packages.props -->
</ItemGroup>
Expand Down
38 changes: 19 additions & 19 deletions 38 src/msbuild/eng/Version.Details.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,35 +7,35 @@ This file should be imported by eng/Versions.props
<PropertyGroup>
<!-- dotnet-arcade dependencies -->
<MicrosoftDotNetArcadeSdkPackageVersion>10.0.0-beta.26164.1</MicrosoftDotNetArcadeSdkPackageVersion>
<MicrosoftDotNetXUnitExtensionsPackageVersion>10.0.0-beta.26164.1</MicrosoftDotNetXUnitExtensionsPackageVersion>
<MicrosoftDotNetXUnitV3ExtensionsPackageVersion>10.0.0-beta.26164.1</MicrosoftDotNetXUnitV3ExtensionsPackageVersion>
<!-- dotnet-roslyn dependencies -->
<MicrosoftNetCompilersToolsetPackageVersion>5.6.0-2.26151.2</MicrosoftNetCompilersToolsetPackageVersion>
<!-- dotnet-runtime dependencies -->
<SystemCodeDomPackageVersion>10.0.3</SystemCodeDomPackageVersion>
<SystemCollectionsImmutablePackageVersion>10.0.3</SystemCollectionsImmutablePackageVersion>
<SystemConfigurationConfigurationManagerPackageVersion>10.0.3</SystemConfigurationConfigurationManagerPackageVersion>
<SystemDiagnosticsDiagnosticSourcePackageVersion>10.0.3</SystemDiagnosticsDiagnosticSourcePackageVersion>
<SystemDiagnosticsEventLogPackageVersion>10.0.3</SystemDiagnosticsEventLogPackageVersion>
<SystemFormatsAsn1PackageVersion>10.0.3</SystemFormatsAsn1PackageVersion>
<SystemFormatsNrbfPackageVersion>10.0.3</SystemFormatsNrbfPackageVersion>
<SystemReflectionMetadataPackageVersion>10.0.3</SystemReflectionMetadataPackageVersion>
<SystemReflectionMetadataLoadContextPackageVersion>10.0.3</SystemReflectionMetadataLoadContextPackageVersion>
<SystemResourcesExtensionsPackageVersion>10.0.3</SystemResourcesExtensionsPackageVersion>
<SystemSecurityCryptographyPkcsPackageVersion>10.0.3</SystemSecurityCryptographyPkcsPackageVersion>
<SystemSecurityCryptographyProtectedDataPackageVersion>10.0.3</SystemSecurityCryptographyProtectedDataPackageVersion>
<SystemSecurityCryptographyXmlPackageVersion>10.0.3</SystemSecurityCryptographyXmlPackageVersion>
<SystemTextEncodingCodePagesPackageVersion>10.0.3</SystemTextEncodingCodePagesPackageVersion>
<SystemTextJsonPackageVersion>10.0.3</SystemTextJsonPackageVersion>
<SystemThreadingChannelsPackageVersion>10.0.3</SystemThreadingChannelsPackageVersion>
<SystemThreadingTasksDataflowPackageVersion>10.0.3</SystemThreadingTasksDataflowPackageVersion>
<SystemCodeDomPackageVersion>10.0.4</SystemCodeDomPackageVersion>
<SystemCollectionsImmutablePackageVersion>10.0.4</SystemCollectionsImmutablePackageVersion>
<SystemConfigurationConfigurationManagerPackageVersion>10.0.4</SystemConfigurationConfigurationManagerPackageVersion>
<SystemDiagnosticsDiagnosticSourcePackageVersion>10.0.4</SystemDiagnosticsDiagnosticSourcePackageVersion>
<SystemDiagnosticsEventLogPackageVersion>10.0.4</SystemDiagnosticsEventLogPackageVersion>
<SystemFormatsAsn1PackageVersion>10.0.4</SystemFormatsAsn1PackageVersion>
<SystemFormatsNrbfPackageVersion>10.0.4</SystemFormatsNrbfPackageVersion>
<SystemReflectionMetadataPackageVersion>10.0.4</SystemReflectionMetadataPackageVersion>
<SystemReflectionMetadataLoadContextPackageVersion>10.0.4</SystemReflectionMetadataLoadContextPackageVersion>
<SystemResourcesExtensionsPackageVersion>10.0.4</SystemResourcesExtensionsPackageVersion>
<SystemSecurityCryptographyPkcsPackageVersion>10.0.4</SystemSecurityCryptographyPkcsPackageVersion>
<SystemSecurityCryptographyProtectedDataPackageVersion>10.0.4</SystemSecurityCryptographyProtectedDataPackageVersion>
<SystemSecurityCryptographyXmlPackageVersion>10.0.4</SystemSecurityCryptographyXmlPackageVersion>
<SystemTextEncodingCodePagesPackageVersion>10.0.4</SystemTextEncodingCodePagesPackageVersion>
<SystemTextJsonPackageVersion>10.0.4</SystemTextJsonPackageVersion>
<SystemThreadingChannelsPackageVersion>10.0.4</SystemThreadingChannelsPackageVersion>
<SystemThreadingTasksDataflowPackageVersion>10.0.4</SystemThreadingTasksDataflowPackageVersion>
<!-- nuget-nuget.client dependencies -->
<NuGetBuildTasksPackageVersion>7.5.0-rc.36</NuGetBuildTasksPackageVersion>
</PropertyGroup>
<!--Property group for alternate package version names-->
<PropertyGroup>
<!-- dotnet-arcade dependencies -->
<MicrosoftDotNetArcadeSdkVersion>$(MicrosoftDotNetArcadeSdkPackageVersion)</MicrosoftDotNetArcadeSdkVersion>
<MicrosoftDotNetXUnitExtensionsVersion>$(MicrosoftDotNetXUnitExtensionsPackageVersion)</MicrosoftDotNetXUnitExtensionsVersion>
<MicrosoftDotNetXUnitV3ExtensionsVersion>$(MicrosoftDotNetXUnitV3ExtensionsPackageVersion)</MicrosoftDotNetXUnitV3ExtensionsVersion>
<!-- dotnet-roslyn dependencies -->
<MicrosoftNetCompilersToolsetVersion>$(MicrosoftNetCompilersToolsetPackageVersion)</MicrosoftNetCompilersToolsetVersion>
<!-- dotnet-runtime dependencies -->
Expand Down
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.