Skip to content
#

msbuild

Here are 228 public repositories matching this topic...

msbuild
akoeplinger
akoeplinger commented Dec 21, 2020

These are new in .NET 5.0: https://docs.microsoft.com/en-us/dotnet/api/system.operatingsystem?view=net-5.0

They expose methods for all the common operating systems like OperatingSystem.IsWindows() but also still support the API where you pass in a string: OperatingSystem.IsOSPlatform(string platform).

The new APIs are easier to understand so we should consider exposing them.

icnocop
icnocop commented Jan 22, 2021

Hi.

When converting a project that has a reference to another project and uses an Alias, the Aliases element is not preserved.

For example, before try-convert:

    <ProjectReference Include="..\ProjectB\ProjectB.csproj">
      <Project>{e8b261af-d233-4260-baf8-7446ece92154}</Project>
      <Name>ProjectB</Name>
      <Aliases>ProjectBAlias</Aliases>
    </ProjectReference>

Improve this page

Add a description, image, and links to the msbuild topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the msbuild topic, visit your repo's landing page and select "manage topics."

Learn more