You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 19, 2018. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: