RalfKoban / MiKo-Analyzers

Provides analyzers that are based on the .NET Compiler Platform.
MIT License
13 stars 1 forks source link

MiKo_1300 now accepts 'failed' as identifier on lambda expressions #896

Closed RalfKoban closed 3 months ago

RalfKoban commented 3 months ago

In ASP .NET core developers might want to indicate that a specific operation was OK or failed. In such case they want to use lambdas for the different cases where