John Gietzen
John Gietzen
We should get together to turn this into a an Autorization provider implementation.
This is a basic feature of the System CodeDOM stuff, but it generates ugly code. I'm still considering what configuration is necessary in order to avoid having to always emit...
I have seen this only in VS2017, is this your experience as well?
@sharwell I am also seeing an issue when building a test project as you suggested. ``` Target CoreCompile: 2> CompilerServer: server failed - server rejected the request due to analyzer...
Seems like this is about a half a workaround: ``` ``` I have to manually reference MSBuild files and etc. from my package project (which would be provided via NuGet...
Yes, I can look into that.
So, I will say that you can use `GetStates()`, `Add(state, next, weight)`, and `AddTerminalState()` to do this now, in the hopes that this unblocks you.
Hi @ShaunMcGuile, this isn't really in progress as there hasn't been much discussion. You should be able to extract the cursor position from any `FormatException` thrown by the parser. For...
Are you familiar with the ability to `-export` rules and use them with a `#parse{}` expression? https://github.com/otac0n/Pegasus/wiki/How-Do-I...-%3F#how-do-i-reference-an-exported-rule-from-another-parser I don't like the idea of appending the text of another file directly...
I'm just saying that plain text concatenation won't really work and that in the meantime all I can offer is what is currently supported.