dotnet-standard
Here are 1,140 public repositories matching this topic...
Build cross platform desktop apps with ASP.NET Core (Razor Pages, MVC, Blazor).
-
Updated
Nov 21, 2020 - C#
App Metrics is an open-source and cross-platform .NET library used to record and report metrics within an application.
-
Updated
Nov 23, 2020 - C#
I noticed a difference in behaviour and like to have a clarification if it is a bug or works as intended.
If you invoke an app with --help [command] the command is not executed and the help of the command is shown.
If you invoke an app with --version [command] the command is executed and no version information is shown.
This is somewhat confusing.
Some example code:
using SIs your feature request related to a problem? Please describe
I'm using Magick.net to update Exif metadata, but could not find a way, to replace the thumbnail image.
Describe the solution you'd like
I would like to be able to replace the thumbnail, by using magick.net
Describe alternatives you've considered
I have tried to make an extension method but did not find a way to
Add PngWriteDefines
This is more a question than a feature request.
When parsing JSON files, I need to sanitize the field names so field with spaces becomes field_with_spaces.
I want to preserve the original name as well, metadata about the column if you like :)
There is a metadata field on StructField, but it is internal.
Why is this internal, is it possible or desirable to expose it?
A library that makes it easier to create beautiful console applications.
-
Updated
Nov 25, 2020 - C#
Piranha CMS is the friendly editor-focused CMS for .NET Core that can be used both as an integrated CMS or as a headless API.
-
Updated
Nov 24, 2020 - C#
SendGrid has added an API to download information from the Email Activity feed. There are four new endpoints:
Tweetinvi, an intuitive Twitter C# library for the REST and Stream API. It supports .NET, .NETCore, UAP (Xamarin)...
-
Updated
Nov 15, 2020 - C#
GeneticSharp is a fast, extensible, multi-platform and multithreading C# Genetic Algorithm library that simplifies the development of applications using Genetic Algorithms (GAs).
-
Updated
Nov 25, 2020 - C#
The official repository for MonoTorrent, a bittorrent library for .NET
-
Updated
Nov 26, 2020 - C#
Simple, reliable feature toggles in .NET
-
Updated
Apr 14, 2020 - C#
Math Parser Java Android C# .NET/MONO (.NET Framework, .NET Core, .NET Standard, .NET PCL, Xamarin.Android, Xamarin.iOS) CLS Library - a super easy, rich and flexible mathematical expression parser (expression evaluator, expression provided as plain text / strings) for JAVA and C#. Main features: rich built-in library of operators, constants, math functions, user defined: arguments, functions, recursive functions and general recursion (direct / indirect). Additionally parser provides grammar and internal syntax checking.
-
Updated
Nov 2, 2020 - C#
Technitium DNS Server
-
Updated
Nov 22, 2020 - C#
Spring config server can be configured to have decryption of encrypted property values either at server side or client side.
https://cloud.spring.io/spring-cloud-config/reference/html/#_encryption_and_decryption
https://cloud.spring.io/spring-cloud-config/reference/html/#_serving_encrypted_properties
Steeltoe ConfigServer doesn't seems to support the client side decryption.
It would be
Create, read, modify, write and execute WebAssembly (WASM) files from .NET-based applications.
-
Updated
Oct 18, 2020 - C#
A set of .NET libraries for Windows implementing PInvoke calls to many native Windows APIs with supporting wrappers.
-
Updated
Nov 23, 2020 - C#
Helper classes to set up and run as windows services directly on .net core. A ServiceBase alternative.
-
Updated
Nov 6, 2019 - C#
High performance LINQ implementation with minimal heap allocations. Supports enumerables, async enumerables, arrays and Span<T>.
-
Updated
Nov 23, 2020 - C#
An Amazon Alexa Skills SDK for .NET
-
Updated
Nov 17, 2020 - C#
A high-performance, extensible argument validation library.
-
Updated
Apr 25, 2020 - C#
LINQ Provider for the Twitter API (C# Twitter Library)
-
Updated
Nov 26, 2020 - C#
RefundLineItem has many changes.
https://help.shopify.com/en/api/reference/orders/refund
Awesome CMS Core is an open source CMS built using ASP.Net Core & ReactJS with module seperation concern in mind and provide lastest trend of technology like .Net Core, React, Webpack, SASS, Background Job, Message Queue.
-
Updated
Apr 22, 2019 - C#
-
Updated
Oct 11, 2020 - C#
-
Updated
Aug 4, 2020 - C#
Modular blog using Blazor with clean domain-driven design patterns
-
Updated
Sep 10, 2020 - CSS
.NET C# library for advanced formatting of console output [Apache]
-
Updated
Mar 24, 2018 - C#
A comprehensive cross-platform .NET Library for HashiCorp's Vault, a secret management tool
-
Updated
Nov 26, 2020 - C#
Improve this page
Add a description, image, and links to the dotnet-standard topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the dotnet-standard topic, visit your repo's landing page and select "manage topics."


EF Core uses a class Migration, and if you add a new migration with name "Migration" it will break the build.
dotnet ef migrations add Migration
results with Circular base class dependency involving 'Migration' and 'Migration'
I recommend that "migrations add" adds a validation for this...
Include stack traces
Migrations/20201106105308_Migration.cs(6,26): error CS0146: Circul