-
-
Notifications
You must be signed in to change notification settings - Fork 297
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
File content not refresh #38
Comments
Yes, I have seen the same behaviour, in particular with the new .NET Core (SDK based) project type. I will investigate if I am doing something wrong. What type of project (.csproj file) do you have? |
Currently I'm using Console .NET core project + ASPNET .core project. |
What happens if you try a old school C# class library? |
I think this may be an issue with folder-based projects in VS 2017. |
Yes, but I think I should maybe always call .AddFromFile |
Closing, as this seems to be a fixed VS bug |
File content (*.cs) not refresh after file generated from EFCorePowerTools.
I have to re-open the file in order to see the changes.
I dont know which issue is this, either VS2017 or EFCorePowerTools, but one thing for sure, if I change file content outside VS2017 then back to see it in VS2017 (already opened before), it will ask me to re-open the file
Steps to reproduce
Further technical details
EF Core Power Tools version: 1.0.604.0
Database engine: SQL Server 2017 CU5 - Docker Version
Visual Studio version: VS2017 15.7.3 and VS2017 v15.8 preview 1
The text was updated successfully, but these errors were encountered: