Jason Bock
Jason Bock
I wanted to propose the idea of adding analyzers for Benchmark.NET. There's a couple of rules I was thinking of for this library: * Make sure any classes that contain...
Note: I did this using different permutations of .NET 5 and .NET 6 target frameworks along with the 2.5.0, 2.6.0, and 2.6.1 versions of AspectInjector, and I believe they all...
**Is your feature request related to a problem? Please describe.** Not a problem. **Describe the solution you'd like** # Overview The intent is to start incorporating source generators into CSLA....
**Describe the bug** One of the analyzers isn't detecting a condition correctly for a backing field. **Version and Platform** CSLA version: 5.4.2 OS: Windows (but it shouldn't matter) Platform: .NET...
**Is your feature request related to a problem? Please describe.** Not a problem. **Describe the solution you'd like** There are differences with analyzer projects created now in 2021 compared to...
**Describe the bug** Not a CSLA bug, a doc bug :) **Version and Platform** Irrelevant **Code that Fails** Not code per-se....I just realized that this doc page was never finished:...
**Is your feature request related to a problem? Please describe.** No problem, just a code cleanup issue. **Describe the solution you'd like** I went through CSLA's code base using the...
**Is your feature request related to a problem? Please describe.** C#8 adds nullable reference types. Not only will CSLA need to support this, but it should also annotate its members...
As CSLA is moving towards 5.0.0, one thought I had is maybe we should look at `MobileFormatter` and see if we can do any perf improvements using either `Span` and/or...