Jason Bock

Results 72 issues of 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...

up-for-grabs
help wanted

Self-explanatory

help wanted
back-compat
port

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...

enhancement

**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....

kind/enhancement
flag/roadmap
flag/help wanted
flag/researching

**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...

kind/enhancement
area/analyzers

**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...

kind/technical debt
area/analyzers

**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:...

kind/technical debt
area/analyzers

**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...

kind/technical debt

**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...

kind/enhancement
flag/breaking change
flag/roadmap
kind/technical debt
flag/researching

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...

kind/enhancement
flag/researching