-
Notifications
You must be signed in to change notification settings - Fork 15
Make the tool here work with apps that target .NET Framework 4.6.1 #128
Comments
@bricelam @prafullbhosale What's needed to make a tool work on 4.6.1? |
Here's what we do on EF:
We shove everything into one package:
You may be able to simplify a bit:
|
@bricelam thanks for the info! Right now this is blocked on the netcoreapp2.0 => netstandard2.0 train. Will re-visit once MVC has been migrated over. |
This seems very similar to how this tool worked on 1.x. Would we not just bring back the same assets and approach? |
@DamianEdwards yup, that's exactly what we're doing. I asked for extra information in-case there were additional changes needed. As for being able to complete the porting of the 1.0 approach, I have the tool in a state that's is a good starting point; however, it can't even restore because it depends on MVC and its chain of dependencies. |
Just like Scaffolding and EF tools already do, we need to make sure that the Razor/MVC view compilation tool works with .NET Framework 4.6.1 apps.
cc @pranavkm @DamianEdwards @davidfowl
The text was updated successfully, but these errors were encountered: