Search code examples
Why does adding <LangVersion>default</LangVersion> to a .csproj file fix a C# language v...


c#csprojc#-7.3

Read More
dotnet test doesn't recursively search folders for .csproj with wildcards...


.nettestingautomated-testsxunitcsproj

Read More
What is "Service Include" in a csproj file for?...


c#visual-studiovisual-studio-2013csproj

Read More
Is it safe/feasible to migrate to "new project system" (PackageReference) for .NET framewo...


c#asp.net.netnugetcsproj

Read More
.NET 10: NSwag generation in csproj during compile time...


openapicsprojnswag.net-10.0

Read More
Error NU1105 Unable to find project information - The project file may be invalid or missing targets...


visual-studionugetvisual-studio-2017csprojnuget-package-restore

Read More
Why do my projects build when there are no changes?...


c#visual-studiobuildprojectscsproj

Read More
Completely change obj folder location in c# project...


c#windowsvisual-studiomsbuildcsproj

Read More
How do you multi-target a .NET Core class library with csproj?...


c#msbuild.net-corevisual-studio-2017csproj

Read More
Target both .NET Framework 4.8 and .NET 8.0 in SDK project?...


csproj.net-sdk

Read More
Extract git branch name while building C# project...


c#visual-studiomsbuildcsproj

Read More
What is the csproj property "GenerateAppxPackageOnBuild" for? Do I need it in my NuGet cla...


c#.netcsproj

Read More
Remove project from visual studio solution...


visual-studiovisual-studio-2012tfscsproj

Read More
Why does dotnet restore on a .sln ignore `DownloadContentFiles` tasks in .csproj projects?...


c#.netmsbuildcsprojsln-file

Read More
csproj : Dependency selection based on target framework...


.netmsbuildcsproj

Read More
Mysterious forced .csproj elements for Blazor components (App.razor)...


blazor.net-8.0csproj

Read More
<ImplicitUsings> in .NET8 project, any vulnerabilities?...


c#.netcsproj

Read More
Detected package downgrade warning (dotnet core, vs 2017)...


.netnuget.net-corevisual-studio-2017csproj

Read More
NuGet doesn't treat CopyToOutputDirectory correctly with linked file...


c#visual-studionugetcsproj

Read More
Hide files in .csproj without excluding them from build...


visual-studio.net-corevisual-studio-2017csproj

Read More
How to use a custom attribute on an assembly in .NET Core 1.1...


.net-corecsproj

Read More
Is it possible to add comments to a csproj file?...


csproj

Read More
How to read/get a PropertyGroup value from a .csproj file using C# in a .NET Core 2 classlib project...


c#msbuild.net-coreasp.net-core-2.0csproj

Read More
Using .Net 8 for iOS [NOT MAUI], add a LaunchScreen with logo image and background color...


iosvisual-studio-2022.net-8.0csprojxcode-storyboard

Read More
Stop Visual Studio from copying Nuget Packages in the output dir...


.netvisual-studiocsproj.net-framework-version

Read More
How to rename a Content (or None) file in output of build (msbuild)?...


msbuildcsproj

Read More
dotnet semantic versioning in a continuous deployment environment...


.net-coregitlabcsprojsemantic-versioningdotnet-cli

Read More
Publish ASP.NET app without certain folders...


c#asp.netmsbuildcsproj

Read More
How to set BuildInParallel="false" in a .NET SDK style .csproj?...


c#.netvisual-studiocsprojdotnet-cli

Read More
How to make internals visible to multiple other assemblies in .NET Standard...


c#.net-standardcsproj.net-standard-2.0internals

Read More
BackNext