This repository was archived by the owner on Dec 14, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
RoslynCompilationService to flow generated code when compilation is successful #895
Labels
Comments
@pranavkm I think this is already part of your compilation change, if so please close this issue |
Why is this still working /cc @danroth27 @yishaigalatzer |
Re-opening this issue as it was originally fixed but got regressed due to the following commit: |
Please open a separate issue and details the exact broken scenario. Also note that if example if you are using precompilation you will not get the generated code. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I was curious to see how the autogenerated files would look like,so i tried using
IRazorCompilationService
to get the generated code, but i noticed that the default implementation of this service (RoslynCompilationService) does not set the propertyGeneratedCode
for me to get the information...From RoslynCompilationService.cs:
My code:
The text was updated successfully, but these errors were encountered: