Code Monkey home page Code Monkey logo

Comments (8)

peterblazejewicz avatar peterblazejewicz commented on June 11, 2024

👍 (I don't have VS2015 - but as I wrote previously that is what I expect - to have the same content on *nix machine that in VS)

from generator-aspnet.

sayedihashimi avatar sayedihashimi commented on June 11, 2024

@peterblazejewicz some templates in VS have options like Auth which we don't have yet in yeoman. Maybe we can add those but maybe we should wait until things stabilize a bit.

I'm chatting with @rustd and @coolcsh to see if we can have a single repo for templates which drive the following.

  • Visual Studio templates
  • Yeoman generators
  • Sublime extensions
  • Shell extensions
  • Whatever other editors need

We need a single source for VS project/item templates. From there we can create a build process which extracts files from the official repo and generate templates for yeoman and editor specifics.

I think it would be easier to start with Item Templates but it doesn't really matter much which we do first. I'd like to see what @rustd thinks of this.

from generator-aspnet.

sayedihashimi avatar sayedihashimi commented on June 11, 2024

@peterblazejewicz FYI you can create a VS2015 CTP6 VM in Windows Azure. Click on the More Images link to get the VS CTP configs.

from generator-aspnet.

spboyer avatar spboyer commented on June 11, 2024

Finding one issue with the web template, EntityFramework isn't fully baked. Migrations are not complete and are currently mocked in the template. In order to support on OSX you must use EntityFramework.InMemory, however there is a new/existing error introduced in beta3 - aspnet/HttpAbstractions#203
Looking for ideas here.

Other note: Commented out "Microsoft.VisualStudio.Web.BrowserLink.Loader": "14.0.0-beta3" from project.json as it does not restore from nuget using kpm restore , getting the following in terminal

Unable to locate Microsoft.VisualStudio.Web.BrowserLink.Loader >= 14.0.0-beta3

Seeing as how this is a Visual Studio specific assembly, it was rem and the app.UseBrowerLink() was also rem in Startup.cs

I am assuming the interest to to keep the generator and templates here as xplat as possible.

webapi and empty are ready with test coverage. Waiting for thoughts on the web template.

@sayedihashimi @shanselman

from generator-aspnet.

sayedihashimi avatar sayedihashimi commented on June 11, 2024

Thanks @spboyer

Finding one issue with the web template, EntityFramework isn't fully baked. Migrations are not complete and are currently mocked in the template. In order to support on OSX you must use EntityFramework.InMemory, however there is a new/existing error introduced in beta3 - aspnet/HttpAbstractions#203
Looking for ideas here.

I think some of these issues may take time to solve. Whenever we run into a blocking issue we should create an issue (like you have in this case) and make sure to indicate that it's blocking xplat scenarios.

In the mean time perhaps we should trim down the template to not rely on a DB? Once we get unblocked on the DB then we can add it back and get to parity with VS. Thoughts?

Other note: Commented out "Microsoft.VisualStudio.Web.BrowserLink.Loader": "14.0.0-beta3" from >project.json as it does not restore from nuget using kpm restore , getting the following in terminal

Seeing as how this is a Visual Studio specific assembly, it was rem and the app.UseBrowerLink() >was also rem in Startup.cs

I am assuming the interest to to keep the generator and templates here as xplat as possible.

Sounds good, yes we should try and be as xplat as possible

from generator-aspnet.

spboyer avatar spboyer commented on June 11, 2024

@sayedihashimi commented the Register link from the _Layout.cshtml and set some if mono on the DB functionality to gain a full web template.

from generator-aspnet.

sayedihashimi avatar sayedihashimi commented on June 11, 2024

@spboyer ok sounds good thanks.

from generator-aspnet.

spboyer avatar spboyer commented on June 11, 2024

v 0.0.31 published. Blog post coming asap.

from generator-aspnet.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.