|
|
|
|
|
by wintersFright
3862 days ago
|
|
this is exactly right. It isn't confused as parent says. They are no longer forcing js packages to be bundled into nuget where they tend to grow stale. The nuget angular package was actually maintained by scott hanselman. Why duplicate the effort when angular is published by the angular team on bower? Instead of reinventing the wheel, they are leaning heavily on existing OSS that already does the job very well. eg: No more bundling in MVC, that is what gulp/grunt tasks do for the non MS world, so use that too. No more MSTest which is a poor clone of Nunit, XUnit is the default tool and is used for all ASP.NET internal framework tests. |
|