Kent Boogaart
Kent Boogaart
I'm frustratingly blocked on the code generator front. Roslyn's lack of workspace for new SDK-style projects is thwarting my ability to generate code there. As for VS4M, I don't use...
See https://github.com/dotnet/roslyn/issues/17753.
V3 was released in error - I'd have removed it if I could. Basically, I thought my patches for Roslyn were applied, but they will not be available until Roslyn...
Hi, v3.1 has been released and I've successfully integrated the code generation (T4 in my case, but I also tried via the console) in my own large project. Could you...
thanks @bezysoftware I'd appreciate you trying that. I assume it's the same error you're getting? BTW, my setup is Win8.1 VS2015 RTM, .NET 4.5
@bezysoftware thanks for that. Weird - I'll have a look when I get some time (which might not be for a while).
Thanks for the link. NuGet 3 sounds like a WIP. Creating the content files manually (Mocks.tt Mocks.xml) is your only choice right now until they add support back in for...
The problem with this approach (which I should have mentioned in my issue) is that I have found it to be much slower. That said, I'm running on Windows and...
Here are some results running `dartfmt` in various manners against my code base (282 files): ## Approach 1: run `flutter format .` ``` flutter format . ``` This takes less...
> why not just format the generated files as soon as you generate them? This would be awesome, but I'm not sure of any way of doing this. I'm using...