LaotiSok.ModelBuilder.NamingCaseToSpecificCase 1.0.1

dotnet add package LaotiSok.ModelBuilder.NamingCaseToSpecificCase --version 1.0.1
NuGet\Install-Package LaotiSok.ModelBuilder.NamingCaseToSpecificCase -Version 1.0.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="LaotiSok.ModelBuilder.NamingCaseToSpecificCase" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add LaotiSok.ModelBuilder.NamingCaseToSpecificCase --version 1.0.1
#r "nuget: LaotiSok.ModelBuilder.NamingCaseToSpecificCase, 1.0.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install LaotiSok.ModelBuilder.NamingCaseToSpecificCase as a Cake Addin
#addin nuget:?package=LaotiSok.ModelBuilder.NamingCaseToSpecificCase&version=1.0.1

// Install LaotiSok.ModelBuilder.NamingCaseToSpecificCase as a Cake Tool
#tool nuget:?package=LaotiSok.ModelBuilder.NamingCaseToSpecificCase&version=1.0.1

ModelBuilder Case Conversion

Overview

This package is designed to convert the naming convention used in ModelBuilder models to a specific case format. So we can work with a specific database without changing the naming convention in ASP dotnet. Easily work with other databases without changing their own naming convention such as PostgreSQL(prefer: snake_case convention) or other databases. It ensures consistency and readability across your model names, making them easier to understand and maintain.

Features

  • Flexible Case Conversion: Supports various case styles including PascalCase, snake_case, camelCase, lowercase, and UPPERCASE.
  • Batch Processing: Ability to process multiple models at once, saving time and effort.
  • Safe Refactoring: Previews changes before applying them to avoid unintended modifications.

Getting Started

To use this package, simply call the extension in Class DbContext and in method OnModelCreating.

public class YourClassName : DbContext
{
    protected override void OnModelCreating(ModelBuilder modelBuilder)
    {
        // Convert specific naming to SnakeCase
        modelBuilder.NamingToSnakeCase();
    }
}

Prerequisites

  • dotnet 7.0 or higher

Installation

  • dotnet add package LaotiSok.ModelBuilder.NamingCaseToSpecificCase

Buy me a coffee

Buy Me A Coffee

Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.1 78 5/2/2024
1.0.0 80 4/30/2024
1.0.0-alpha.5 43 4/29/2024
1.0.0-alpha.4 42 4/29/2024
1.0.0-alpha.3 40 4/29/2024
1.0.0-alpha.2 37 4/29/2024
1.0.0-alpha.1 42 4/29/2024