Giorgi
NuGet publisher profile
Packages (28)
EntityFrameworkCore.Exceptions.Common
Handle database errors easily when working with Entity Framework Core. Catch specific exceptions such as UniqueConstraintException, CannotInsertNullException, MaxLengthExceededException, NumericOverflowException or ReferenceConstraintException instead of generic DbUpdateException This is a base package for database specific packages. Install one of the specific packages instead of this
EntityFrameworkCore.Exceptions.SqlServer
Handle database errors easily when working with Entity Framework Core. Catch specific exceptions such as UniqueConstraintException, CannotInsertNullException, MaxLengthExceededException, NumericOverflowException or ReferenceConstraintException instead of generic DbUpdateException
EntityFrameworkCore.Exceptions.PostgreSQL
Handle database errors easily when working with Entity Framework Core. Catch specific exceptions such as UniqueConstraintException, CannotInsertNullException, MaxLengthExceededException, NumericOverflowException or ReferenceConstraintException instead of generic DbUpdateException
DuckDB.NET.Bindings.Full
DuckDB Bindings for C#.
DuckDB.NET.Data.Full
DuckDB ADO.NET Provider for C#.
DuckDB.NET.Bindings
DuckDB Bindings for C#. This package does not include a copy of the native DuckDB library.
DuckDB.NET.Data
DuckDB ADO.NET Provider for C#. This package does not include a copy of the native DuckDB library.
EntityFrameworkCore.Exceptions.Sqlite
Handle database errors easily when working with Entity Framework Core. Catch specific exceptions such as UniqueConstraintException, CannotInsertNullException, MaxLengthExceededException, NumericOverflowException or ReferenceConstraintException instead of generic DbUpdateException.
DbExceptionClassifier.Common
Classify database exceptions by error type. This is a base package for database specific packages. Install one of the specific packages instead of this
EntityFrameworkCore.Exceptions.MySQL.Pomelo
Handle database errors easily when working with Entity Framework Core. Catch specific exceptions such as UniqueConstraintException, CannotInsertNullException, MaxLengthExceededException, NumericOverflowException or ReferenceConstraintException instead of generic DbUpdateException Use this package if you use Pomelo.EntityFrameworkCore.MySql Entity Framework Core provider for MySQL
DbExceptionClassifier.SqlServer
Classify SQL Server database exceptions by error type such as unique constraint violation, foreign key violation, and more
DbExceptionClassifier.PostgreSQL
Classify PostgreSQL database exceptions by error type such as unique constraint violation, foreign key violation, and more
EntityFrameworkCore.Exceptions.MySQL
Handle database errors easily when working with Entity Framework Core. Catch specific exceptions such as UniqueConstraintException, CannotInsertNullException, MaxLengthExceededException, NumericOverflowException or ReferenceConstraintException instead of generic DbUpdateException
Math-Expression-Evaluator
A C# library for parsing mathematical expressions with support for parentheses and variables.
EntityFrameworkCore.Exceptions.Oracle
Handle database errors easily when working with Entity Framework Core. Catch specific exceptions such as UniqueConstraintException, CannotInsertNullException, MaxLengthExceededException, NumericOverflowException or ReferenceConstraintException instead of generic DbUpdateException
GraphQLinq.Client
Strongly typed GraphQL queries with LINQ query syntax.
DbExceptionClassifier.Sqlite
Classify SQLite database exceptions by error type such as unique constraint violation, foreign key violation, and more
LINQPadQueryPlanVisualizer
SQL Server and PostgreSQL query execution plan visualizer for LINQPad. Features Include: • View query execution plan inside LINQPad • View missing indexes for query • Share plan to https://www.brentozar.com/pastetheplan/ or https://explain.dalibo.com/ • Create missing indexes directly from LINQPad • Open plan in SQL Server Management Studio or other default app • Save plan to disk
EntityFrameworkAnalyzers
Code Analyzers and Fixers for Common Entity Framework Issues built by .NET Compiler Platform ("Roslyn")
Elarian
Package Description
DynamicViewState
A Library which allows to access ViewState with dynamic properties.
EntityFrameworkCore.Exceptions.Sqlite.Core
Handle database errors easily when working with Entity Framework Core. Catch specific exceptions such as UniqueConstraintException, CannotInsertNullException, MaxLengthExceededException, NumericOverflowException or ReferenceConstraintException instead of generic DbUpdateException. This package does not include a copy of the native SQLite library.
DbExceptionClassifier.Oracle
Classify Oracle database exceptions by error type such as unique constraint violation, foreign key violation, and more
GraphQLinq.Scaffolding
Generate classes from GraphQL endpoint and write strongly typed queries with LINQ.
DbExceptionClassifier.MySQL
Classify MySQL database exceptions by error type such as unique constraint violation, foreign key violation, and more
DbExceptionClassifier.Sqlite.Core
Classify SQLite database exceptions by error type such as unique constraint violation, foreign key violation, and more This package does not include a copy of the native SQLite library.
SemanticKernel.Connectors.Oracle
Oracle connector for Semantic Kernel plugins and semantic memory
DbExceptionClassifier.MySQL.Pomelo
Classify MySQL database exceptions by error type such as unique constraint violation, foreign key violation, and more. Use this package if you use MySqlConnector