-
After adding a package reference to `MR.EntityFrameworkCore.KeysetPagination`, the build times of my solution went from taking 1-2 minutes to around 50 minutes.
I _think_ I've narrowed down the reaso…
-
[This](https://github.com/dotnet/roslyn/blob/master/docs/compilers/Design/Parser.md) sounded interesting, I have no idea whether it really applies here, but thought I'd post it :)
-
Create a multi-project template that can be cloned to create a starting code base for building a new set of analyzers. Inspired by angular-seed repo.
ghost updated
10 months ago
-
`Grpc.Tools` uses msbuild to integrate protoc into .NET projects. Using protoc has pros and cons:
* Pros: Works today, handles all versions of Protobuf, well tested, maintained by Protobuf team
* …
-
### Issue Description
`CoreCompile` target calls `Csc` with `KeyFile="$(KeyOriginatorFile)"`.
This `KeyOriginatorFile` property is set by the `ResolveKeySource` target.
`ResolveKeySource` target …
-
When using code actions on types that hasn't been imported OmniSharp fails to suggest any options.
Code actions like adding param to constructor works. There seems to be something with imports.
…
-
When creating an analyzer it says “standard” in the template, but this seems to be a .NET framework target project:
![image](https://user-images.githubusercontent.com/46729679/101421719-d8a12500…
-
Currently we generate the xlf files but do not have translations and do not ship the resource files
-
-
Hi,
are there any objections on adding roslyn to Bonobo?
This blog post from Microsoft goes into detail about advantages, disadvantages and the necessary steps:
https://blogs.msdn.microsoft.com…