This repository was archived by the owner on Dec 19, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 223
Can't debug into @functions code #1387
Comments
Was able to reproduce this as well. |
From @DamianEdwards on May 22, 2017 23:38 @NTaylorMullen can you take a look at this one please? Balance as necessary, but we'll need to figure this out of course. |
NTaylorMullen
added a commit
that referenced
this issue
May 25, 2017
- Renamed many of our `RazorSourceDocument` abstractions to not include the word `Razor`. - Added a `GetChecksum()` method to `RazorSourceDocument` to allow source documents to compute their own checksums. - Re-generated codegen tests that did not normalize new lines. Ones that did re-generate newlines converted from stream => string => normalized string and then ran the Razor parser. - Added tests to validate `GetChecksum`. #1387
NTaylorMullen
added a commit
that referenced
this issue
May 25, 2017
- Renamed many of our `RazorSourceDocument` abstractions to not include the word `Razor`. - Added a `GetChecksum()` method to `RazorSourceDocument` to allow source documents to compute their own checksums. - Re-generated codegen tests that did not normalize new lines. Ones that did re-generate newlines converted from stream => string => normalized string and then ran the Razor parser. - Added tests to validate `GetChecksum` for all source document types. - Removed unused `LegacySourceDocument`. #1387
NTaylorMullen
added a commit
that referenced
this issue
May 25, 2017
- Renamed many of our `RazorSourceDocument` abstractions to not include the word `Razor`. - Added a `GetChecksum()` method to `RazorSourceDocument` to allow source documents to compute their own checksums. - Re-generated codegen tests that did not normalize new lines. Ones that did re-generate newlines converted from stream => string => normalized string and then ran the Razor parser. - Added tests to validate `GetChecksum` for all source document types. - Removed unused `LegacySourceDocument`. #1387
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
From @danroth27 on May 22, 2017 23:23
I am unable to debug into my
@functions
code in my razor page:This is with VS2017 Update3 preview1
Copied from original issue: aspnet/Mvc#6311
The text was updated successfully, but these errors were encountered: