29 results for “topic:roslyn-codefix”
surfacing defects at compile time and preventing issues that would otherwise go unnoticed
Automatic implemention of stronly typed IDs via record structs with compile-time feature auto-detection
Exterminates redundant and useless whitespace :fire:
Modernize edilmek istenen bir uygulamadaki business nesnelerin tamamının birer sözleşmesini çıkarmak istediğimizi düşünelim. Her business nesne için birer interface oluşturacağız. Hatta uygulamanın .Net Framework tabanlı olduğunu ve bu sözleşmeler için birer WCF servis noktası üretmek istediğimizi farz edelim. Biraz rosyln'den yararlanarak işi otomatize edebilir miyiz, edebiliyorsak ne kadar ileri gidebiliriz sorularına cevap bulmaya çalışıyoruz.
MockIt is a Diagnostic Analyzer and CodeFix Provider for generating mocks for the Moq framework.
:wrench: Roslyn Fixer for ObsoleteAttribute in C# :sparkles:
StyleChecker is another code style checking and refactoring tool similar to NetAnalyzers, StyleCop Analyzers, SonarLint, Roslynator, etc.
Roslyn analyzers and code fixes that accelerate migrating existing WPF code to Avalonia UI.
A Visual Studio extension that warn to configure an awaiter in await calls
Roslyn Analyzers and CodeFixes to help guide users building websites with Umbraco
Adding instance-level accessibility mode to C#
JsonPropertyName attributes added by roslyn
Winforms analyzer and fixer
This is an analyzer and codefixer for adding sealed modifier to the appropriate classes.
This is an analyzer and codefixer for Russian C in English word and vice versa.
This repository contains all the source codes for the season one - Roslyn - of my YouTube channel!
No description provided.
This is an analyzer and codefixer for replacing `this.GetType().Name` to `nameof(your class name)`.
No description provided.
A Roslyn analyzer that detects non inherited classes missing the selaed keyword, offering diagnostics and automated code fixes.
A Roslyn analyzer that detects async Task- and ValueTask-returning methods missing a CancellationToken parameter, offering diagnostics and automated code fixes.
Using roslyn analyzers for code analysis and automatic fixes
A set of custom Rosyln Analyzers for use in my own projects and for learning more about Roslyn analyzers
Simple analyzer and codefixer written using Roslyn API
Лабораторные работы по дисциплине: Технологии программирования
.NET code quality & duplication analyzer. Fast, extensible & Roslyn-based
A codefix for CA2254, to replace interpolated strings with a proper structred-logging friendly message
A modular, high-performance Roslyn analyzer framework for .NET and C#—enabling reusable, testable static code analysis and automated code fixes with a clean adapter-based architecture.
Playing with roslyn analyzers