Remove "App.config" from .NET Core build
See original GitHub issueDescription
Now even if my project is pure netstandard2.0
after installing 1.0.0-CI00148
build it got App.config
included by Paket with all that redirects stuff, that I’m sure not needed at all there.
Related information
- Operating system Windows 10 Pro
- .NET SDK :
.NET Command Line Tools (2.1.300-preview1-008174)
Product Information:
Version: 2.1.300-preview1-008174
Commit SHA-1 hash: b8df89a54f
Runtime Environment:
OS Name: Windows
OS Version: 10.0.15063
OS Platform: Windows
RID: win10-x64
Base Path: C:\Program Files\dotnet\sdk\2.1.300-preview1-008174\
Microsoft .NET Core Shared Framework Host
Version : 2.1.0-preview1-26216-03
Build : f2c3216183d20416568a4bbf5bb7d153e826f153
Issue Analytics
- State:
- Created 6 years ago
- Comments:8 (8 by maintainers)
Top Results From Across the Web
Exclude an app.config file from Build
I am currently having an issue with removing the app.config file from my project. I wish to have a single .exe file, however, ......
Read more >Configuration in ASP.NET Core
Learn how to use the Configuration API to configure AppSettings in an ASP.NET Core app.
Read more >Essential .NET 6 app settings tips... master developer and ...
In this tutorial, you will learn how to configure a .NET 6 application to work with either environment-specific settings, or, ...
Read more >“app.config” error after creating a .Net Core 3.1 project with ...
Select "Application Configuration File" and click 'Add'. Go to "Project Properties" and the "Settings" tab. Click "This project does not contain ...
Read more >Using appsettings.json instead of web.config in .NET Core ...
This is a simple post outlining the steps required to quickly get up and running with configuration files in .NET Core applications.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Here it is https://github.com/gusty/FSharpPlus/pull/86
Thanks for the contribution! 👍