Skip to content

discussions Search Results · repo:dotnet/msbuild language:C#

124 results
 (83 ms)

124 results

indotnet/msbuild (press backspace or delete to remove)
The language qualifier is not supported when searching discussions. Try searching for issues instead?

I am talking about the following Code snippet. https://github.com/dotnet/msbuild/blob/main/src/Tasks/LC.cs#L94-L107 This prevents handling of licx files for .net framework applications with dotnet build. ...

Heya! Im all out of ideas. I need some help. Short story: I want to run a .exe from a nuget-package only once, before build, in a multitarget project. This is how I would usually do this for the projects ...

Hi, sorry if this is the wrong place to ask. In our project s solution file we have more than the usual Debug Release configurations, we also have Tools and DebugOpt . These configurations are however ...

I created a task to run an assembly weave with Mono.Cecil in an after build target. I want this task to run on all projects that reference my project via ProjectReference. From working with CoPilot, it ...

When working on a plugin based project I set the default OutputPath to somewhere in the project root. Plugins set the EnableDynamicLoading property to true so I check that in the Directory.Build.targets ...

I created a package with custom props and targets following this link. But when I tried to add some properties it didn t work properly. 1. I added ContinuousIntegrationBuild to props according to this ...

Hi, I m trying to add ProjectReference or PackageReference on a condition with a target. I have csproj files including these: CustomReference Include= Package1 / CustomReference Include= Package2 ...

xbuild recommends to use msbuild, how to compile msbuild from mono?

I was doing some investigation of issue discussed in https://github.com/dotnet/sdk/pull/44922 and found the following comment: https://github.com/dotnet/msbuild/blob/9c89563239bd60739920991211649d899b32ecb4/src/Build/BackEnd/Components/Communications/DetouredNodeLauncher.cs#L131-L133 ...
  • am11posted
    on Nov 20, 2024
  • 2

Consider the following project, Project PropertyGroup TargetFramework net8.0 /TargetFramework /PropertyGroup Target Name= _T AfterTargets= nonexistenttargetname /Target /Project ...
  • Arthriposted
    on Nov 17, 2024
  • 0