prlcutting
prlcutting
@Suchiman - would you be open to including this new rule proposal in your SerilogAnalyzer project? If so, would you be interested in a PR for it?
I recently came across the same need; that is, to be able to specify toc levels on a per file basis. I agree with the OP that in-lining something in...
I activated the 14 day free trial subscription for the cloud service, but the same problem remains.
Apologies for the delayed response to this. Thank you both for the input, suggestions and reference information. I got pulled onto other assignments recently, but hope to get back to...
I'm having a similar problem. But it's hit and miss. Committing works most of the time, but then the error will apparently randomly pop up when trying to commit sometimes....
Perhaps related to this issue... I just stumbled across a `CsvHelper.ReaderException` (which wrapped a `System.MissingMethodException` inner exception with the message: `"Constructor 'Foo.SomeRecord()' was not found."`) when trying to read a...
Hi @SteveDunn - I'm not sure I follow your rationale here. Isn't the fact that a domain object has a direct dependency on some "infrastructure", e.g. EF Core, the very...
Forgive me if this is slightly off topic for this issue (#222 would have been a better fit I think, but that's closed)... I'd like to make the case for...
Thanks for getting back to me @andrewlock, and apologies for the delayed response. Vladamir has an excellent blog post, [C# 9 Records as DDD Value Objects](https://enterprisecraftsmanship.com/posts/csharp-records-value-objects/) which compares and contrasts...
I just ran into the same problem in .NET 8. It really puzzled me, until I eventually stumbled across this GitHub issue. The standard behavior violates the Principle of Least...