awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
cezarypiatek avatar

cezarypiatek/MappingGeneratorArchived

0
View on GitHub↗
1,023 stars·121 forks·C#·MIT·5 vuesmarketplace.visualstudio.com/items?itemName=54748ff9-45fc-43c2-8ec5-cf7912bc3b84.mappinggenerator↗

MappingGenerator

"AutoMapper" like, Roslyn based, code fix provider that allows to generate mapping code in design time. Read more Mapping Generator – Design Time Alternative to AutoMapper

Features

  • Code Analysis and Refactoring - Automated code generation for complex object-to-object mappings.

Historique des stars

Graphique de l'historique des stars pour cezarypiatek/mappinggeneratorGraphique de l'historique des stars pour cezarypiatek/mappinggenerator

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à MappingGenerator

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec MappingGenerator.
  • pycqa/pylintAvatar de PyCQA

    PyCQA/pylint

    5,685Voir sur GitHub↗

    Pylint is a static code analysis tool for Python that checks source code for errors, coding standard violations, and code smells without executing the program. It parses code into an abstract syntax tree and walks the tree to detect issues, enforces configurable style rules and naming conventions, and identifies duplicate code blocks by comparing tokenised source sequences. The tool also includes an inference engine that deduces variable types by simulating code paths, enabling deeper analysis even in untyped code. What distinguishes Pylint is its plugin-based checker architecture, which allo

    Python
    Voir sur GitHub↗5,685
  • rrrene/credoAvatar de rrrene

    rrrene/credo

    5,193Voir sur GitHub↗

    Credo is a static analysis tool and linter for Elixir. It functions as a code quality analyzer that scans source code to identify stylistic inconsistencies, common mistakes, and potential security vulnerabilities. The tool provides a customizable framework for defining and testing specialized rules to enforce project-specific coding standards. It identifies complex code fragments and duplication to highlight opportunities for refactoring and simplification. Its capabilities cover automated code reviews, the enforcement of Elixir coding standards, and real-time developer feedback through edit

    Elixir
    Voir sur GitHub↗5,193
  • microsoft/vscode-goAvatar de microsoft

    microsoft/vscode-go

    5,897Voir sur GitHub↗

    This project is a Go language extension for VS Code that provides a comprehensive development environment through a language server client, a debugging interface, and a test automation runner. It integrates language intelligence, formatting, and debugging capabilities to support the full Go language development lifecycle. The extension distinguishes itself by managing the Go toolchain, including the installation and configuration of external binaries required for language features. It also features a dedicated test automation interface that allows for the generation of unit test skeletons and

    TypeScript
    Voir sur GitHub↗5,897
  • sveltejs/language-toolsAvatar de sveltejs

    sveltejs/language-tools

    1,431Voir sur GitHub↗

    This project is a language server implementation and code editor extension designed to provide intelligence for Svelte components. It functions as a static analysis tool that parses source code to deliver real-time feedback, automated formatting, and code navigation within development environments. The tool distinguishes itself by utilizing a virtual file system mapping that translates component files into modules, allowing standard language tools to process non-standard syntax. It integrates directly with the TypeScript compiler to perform type checking and static analysis across mixed scrip

    TypeScriptlanguage-serversveltevscode-extension
    Voir sur GitHub↗1,431
Voir les 26 alternatives à MappingGenerator→

Questions fréquentes

Que fait cezarypiatek/mappinggenerator ?

"AutoMapper" like, Roslyn based, code fix provider that allows to generate mapping code in design time. Read more Mapping Generator – Design Time Alternative to AutoMapper

Quelles sont les fonctionnalités principales de cezarypiatek/mappinggenerator ?

Les fonctionnalités principales de cezarypiatek/mappinggenerator sont : Code Analysis and Refactoring.

Quelles sont les alternatives open-source à cezarypiatek/mappinggenerator ?

Les alternatives open-source à cezarypiatek/mappinggenerator incluent : rrrene/credo — Credo is a static analysis tool and linter for Elixir. It functions as a code quality analyzer that scans source code… sveltejs/language-tools — This project is a language server implementation and code editor extension designed to provide intelligence for Svelte… microsoft/vscode-go — This project is a Go language extension for VS Code that provides a comprehensive development environment through a… pycqa/pylint — Pylint is a static code analysis tool for Python that checks source code for errors, coding standard violations, and… dotnetanalyzers/stylecopanalyzers — An implementation of StyleCop rules using the .NET Compiler Platform. code-cracker/code-cracker — An analyzer library for C# and VB that uses Roslyn to produce refactorings, code analysis, and other niceties.