ASP.NET core dumping project.json
-
Never heard of it. What is it? The github page for it doesn't even describe it, goes right into "dependencies." Typical programmer documentation. X| Marc
Imperative to Functional Programming Succinctly Contributors Wanted for Higher Order Programming Project! Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny
They replaced the XML based build/project files with .json files. Unfortunately they ran into json limitations and now decided to go back to XML.
Regards, Nish
Website: www.voidnish.com Blog: voidnish.wordpress.com
-
They replaced the XML based build/project files with .json files. Unfortunately they ran into json limitations and now decided to go back to XML.
Regards, Nish
Website: www.voidnish.com Blog: voidnish.wordpress.com
Nish Nishant wrote:
Unfortunately they ran into json limitations and now decided to go back to XML.
Ah. Would be interesting to read what limitations they ran into. Marc
Imperative to Functional Programming Succinctly Contributors Wanted for Higher Order Programming Project! Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny
-
They replaced the XML based build/project files with .json files. Unfortunately they ran into json limitations and now decided to go back to XML.
Regards, Nish
Website: www.voidnish.com Blog: voidnish.wordpress.com
Nish Nishant wrote:
they ran into json limitations
From what I've read, it was more that they couldn't move every other VS project type to JSON at the same time, and they didn't want to have two separate project systems.
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
-
Nish Nishant wrote:
they ran into json limitations
From what I've read, it was more that they couldn't move every other VS project type to JSON at the same time, and they didn't want to have two separate project systems.
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
-
- David Fowler on Twitter[^] > I was in the meeting where we decided to retired project.json. The problem is that the .NET ecosystem is large and growing Back to XML and csproj I guess.
Regards, Nish
Website: www.voidnish.com Blog: voidnish.wordpress.com
very interesting article. Thanks for posting. :thumbsup:
-
very interesting article. Thanks for posting. :thumbsup:
-
They replaced the XML based build/project files with .json files. Unfortunately they ran into json limitations and now decided to go back to XML.
Regards, Nish
Website: www.voidnish.com Blog: voidnish.wordpress.com
So they tested it thoroughly beforehand? :-)
-
Nish Nishant wrote:
they ran into json limitations
From what I've read, it was more that they couldn't move every other VS project type to JSON at the same time, and they didn't want to have two separate project systems.
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
The other issue they were having is that there isn't an easy way to write comments into JSON.
Eric
-
So they tested it thoroughly beforehand? :-)
That's the beauty of open sourcing your development. All the failed prototypes you abandon are out in public for the peanut gallery to snark at. :laugh:
Did you ever see history portrayed as an old man with a wise brow and pulseless heart, waging all things in the balance of reason? Is not rather the genius of history like an eternal, imploring maiden, full of fire, with a burning heart and flaming soul, humanly warm and humanly beautiful? --Zachris Topelius Training a telescope on one’s own belly button will only reveal lint. You like that? You go right on staring at it. I prefer looking at galaxies. -- Sarah Hoyt
-
- David Fowler on Twitter[^] > I was in the meeting where we decided to retired project.json. The problem is that the .NET ecosystem is large and growing Back to XML and csproj I guess.
Regards, Nish
Website: www.voidnish.com Blog: voidnish.wordpress.com