Dai

Results 167 comments of Dai

> Views do not recompile if namespaces section was changed in web.config from views forlder RazorGenerator currently does not check the `web.config` last-modified-times or compare file hashes to trigger recompilation...

> I need a way to force rebuild views by RazorGenerator for Release configuration. They should rebuild any time you do a project Rebuild - there's nothing special in the...

I can't really help without the exception details (message, type, stack-trace, etc). Can you reproduce the issue reliably?

Hmm, I'm getting build errors from the CI about it not recognizing `System.Collections.Generic.Stack` and `HashSet` - what's up with that? It's present in the portable libraries.

I went through the RazorGenerator project source code and I see `RewriteLinePragmas.cs` which seems responsible for adding the `..\..` prefix - but why?

Which command-line program are you running specifically and with what command-line arguments? What happens if you build your solution/project using `msbuild` from the command-line?

Are you referring to this Blazor? https://learn-blazor.com/getting-started/what-is-blazor/ ? What kind of support would you like to see? How would you like it to work? I note that Blazor is still...

User @daddoon created this PR that I'm in the process of verifying https://github.com/RazorGenerator/RazorGenerator/pull/189

@devSoheilAlizadeh I've built it for VS2019 using the latest preview release of VS2019 but the VSIX installer doesn't recognize my VS2019 install. I'm investigating.

I'm leaving this issue open until I'm able to actually publish the new VSIX to the Marketplace. I've reached out @davidebbo and @pranavkm by e-mail to see if they can...