close
Skip to main content
New: Stack Overflow For Agents. The next generation of knowledge exchange. Learn more
Filter by
Sorted by
Tagged with
0 votes
1 answer
92 views

We are trying to bring our deployment and project building from our local PCs to a Jenkins server. We want to simply run a batch to compile everything with MS Build; I restructured everything, moving ...
Schnabelschweinchen's user avatar
-1 votes
0 answers
99 views

Consider the following scenario: I have a local NuGet store Multiple libraries, e.g. generally used tooling are published as NuGet packages Many packages depend on said generally used tooling and ...
lhiapgpeonk's user avatar
0 votes
0 answers
43 views

I created a Blazor Web App and I want to customize the route where <ProjectName>.styles.css is served. However app.MapStaticAssets() does not provide a way to do so. The docs about CSS isolation ...
iKingNinja's user avatar
1 vote
1 answer
94 views

My entry point project needs another project to be build as separate executable which is included in the output: EntryPoint/bin/Debug/net10.0-windows/ Diagnostics.Utility/ Diagnostics....
user272507's user avatar
0 votes
1 answer
56 views

I'm working with .NET Framework solution that contains 50+ C# projects. I have a GlobalAssemblyInfo.cs file where AssemblyCopyright is hardcoded, smth like this [assembly: AssemblyCopyright("...
AndreyS's user avatar
Best practices
0 votes
2 replies
313 views

I am using the following cmd snippet to find the installation path of my Visual Studio installation: for /f "usebackq tokens=1* delims=: " %%i in (`vswhere -latest -requires Microsoft....
Axel Kemper's user avatar
1 vote
0 answers
66 views

I'm working on an Azure Functions project targeting .NET 8 I have a Templates folder that I want to include in my deployment package. Here is my .csproj configuration: <ItemGroup> <None ...
saad sb's user avatar
2 votes
1 answer
124 views

I am working on a ClickOnce SDK project for .NET 9. I have upgraded from .NET 4.8. The problem is that the MyApp.deps.json file that is generated during build, gets renamed to app.publishMyApp.deps....
Rye bread's user avatar
Advice
0 votes
2 replies
68 views

This question is a follow-up of this previous question, but as it treats the situation from a completely different angle, I decided to write a new question. I'm working with a C++ project in Visual ...
Dominique's user avatar
0 votes
0 answers
66 views

I work with an old style .NET Framework 4.8 solution with many web application projects (defined by <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}...
TheHvidsten's user avatar
0 votes
1 answer
79 views

I'm trying get a compile error from visual studio into codex-cli/claude-code, without copy pasting. I'd like to switch between building from the command line and from the IDE. It's a c++ project. ...
Tom Huntington's user avatar
6 votes
1 answer
256 views

I have a custom MSBuild target declared in my .csproj file like so: <Target Name="AfterRestore" AfterTargets="Restore"> <Exec Command="./script/after-...
Josh's user avatar
0 votes
1 answer
85 views

Is there way to write Condition property of <Target> section insuch way that target wouldn't be executed if IDE used is 2022 or above?
Swift - Friday Pie's user avatar
0 votes
1 answer
67 views

Most sources lead to something like this being writen in Directory.Build.targets file <Project> <ItemDefinitionGroup> <ClCompile> <AdditionalIncludeDirectories>%(...
Swift - Friday Pie's user avatar
3 votes
0 answers
386 views

I want to make certification when building application instead of manually creating it. I wrote a script to generate certificate and then call it from my .csproj file. But the problem is: when I run ...
Gayantha's user avatar

15 30 50 per page
1
2 3 4 5
1020