Found 22 packages
NRefactory supports analysis of C# source code: it includes a parser, abstract syntax tree, type system, semantic analysis (resolver), code completion, and several refactorings.
A analyzer library for C# that uses Roslyn to produce refactorings, code analysis, and other niceties. This is a community project, free and open source. Everyone is invited to contribute, fork, share and use the code. No money shall be charged by this software, nor it will be. Ever.
Source generator package adding support for newer Roslyn features than for example an analyzer is compiled against. The consuming project needs to reference a version of the CodeAnalysis.Lightup.Runtime package which is compatible with version 1.2.0.
A analyzer library for C# that uses Roslyn to produce refactorings, code analysis, and other niceties. This is a community project, free and open source. Everyone is invited to contribute, fork, share and use the code. No money shall be charged by this software, nor it will be. Ever. This is updated version with latest Roslyn and .NET SDK.
(JetBrains repack) NRefactory supports analysis of C# source code: it includes a parser, abstract syntax tree, type system, semantic analysis (resolver), code completion, and several refactorings.
You hate verbatim SQL queries with zero type safety for your code but you love the speed? Dapper.FastCRUD is built around essential features of the C# 6 / VB that have finally raised the simplicity of raw SQL constructs to acceptable maintenance levels. These features leave no chance to mistypings or problems arising from db entity refactorings. Visual Studio 2019 or later is recommended.
Runtime support package needed by code generated by the CodeAnalysis.Lightup.Generator package. Adds support for runtime creation of types and delegates.
A commercial Metalama extension that allows to attach code fix suggestions to errors and warnings, and to suggest code refactorings.
Testing framework for Roslyn analyzers, refactorings and code fixes.
A analyzer library for Visual Basic that uses Roslyn to produce refactorings, code analysis, and other niceties. This is a community project, free and open source. Everyone is invited to contribute, fork, share and use the code. No money shall be charged by this software, nor it will be. Ever.
A lightweight framework for creating unit tests for Roslyn diagnostic analyzers, code fixes and refactorings. This is a of fork Dustin Campbell's library RoslynNUnitLight - this version is a test framework independent.
A lightweight framework for creating unit tests for Roslyn diagnostic analyzers, code fixes and refactorings using NUnit.
A lightweight framework for creating unit tests for Roslyn diagnostic analyzers, code fixes and refactorings.
C# code refactorings and diagnostic analyzers with code fixes, based on the .NET Compiler Platform (Roslyn).
A library containing various analyzers, code fixes, refactorings, etc.
DelSole.CrossAnalyzers is a collection of code analyzers and refactorings for C# on multiple platforms
A lightweight framework for creating unit tests for Roslyn diagnostic analyzers, code fixes and refactorings using NUnit. This is a NetStandard retarget of Dustin Campbell's library, targetting newer versions of CodeAnalysis packages.