Jeroen Vannevel
Jeroen Vannevel
Additionally it might be interesting to have the following workflow (too): - Clone repo - Format repo - Apply all code fixes - Intermediately store all documents their source text...
Another interesting test idea: since we have to manually test our analyzers to account for invalid code during typing, we could set up a testing suite that runs all our...
No, nothing about unmanaged inspection. You're right that it would be redundant but I think it's beneficial to have all IDisposable implementations be the same -- it prevents from a...
I like that! We can only do that for `>` and `
The C# compiler will already prevent you from building if you only have `!=` or `==`, same as it does with `>` and `
Then again, the next rule says not to use `Enum.IsDefined()` so we'll have to look into what is the actual appropriate solution.
Related: #352
I second this. Is it possible by now to extend this time out? I'd like to leave the Live Tail running on a screen in the office.
https://twitter.com/codeopinion/status/1766148463828373751?t=DQ5PXzwiJAKwod-p2ufODw&s=19
If anyone has ideas on how we can connect a namespace to a particular package reference, I'm all ears