Skip to content
This repository has been archived by the owner on Dec 19, 2018. It is now read-only.

Allow .json (and other) Configuration in Addition to .ini #326

Closed
Mike-E-angelo opened this issue Aug 13, 2015 · 2 comments
Closed

Allow .json (and other) Configuration in Addition to .ini #326

Mike-E-angelo opened this issue Aug 13, 2015 · 2 comments

Comments

@Mike-E-angelo
Copy link

It would be nice to see configurations for hosting to be provided in other formats besides .ini. As someone who is looking at a generated codebase for the first time, it is confusing to see both .json and .ini files used within a project (this is in addition to the .xml format that is used in the.xproj file, but that is another topic altogether 😛).

Additionally, .ini is a MSFT/Windows format, and this seems to fly in the face of the new direction of cross-platform/openness that the ASP.NET team (and other MSFT groups) are taking.

Ideally, .json would be used as the default file format. .ini should be a supported format along with .xml and even .xaml (another MSFT-based format that I personally prefer).

It would be great to see a consistent (and industry standard -- whatever that is) file format used across all components in the ASP.NET5 system.

I personally would love to help out with this if at all possible.

This is also a related issue: aspnet/Tooling#140 Ideally/ultimately I believe a Visual Studio Extension is required to display/define/edit files in Visual Studio in a manner/format that makes the most sense and is of the preference of the developer/team.

@henkmollema
Copy link
Contributor

There is also an issue and PR for JSON support: #269 / #270

@Mike-E-angelo
Copy link
Author

Ahhh!! I am fail. Thank you for that, @henkmollema!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants