dotnet-standard
Here are 1,216 public repositories matching this topic...
Build cross platform desktop apps with ASP.NET Core (Razor Pages, MVC, Blazor).
-
Updated
Apr 11, 2022 - C#
A .NET library that makes it easier to create beautiful console applications.
-
Updated
Apr 7, 2022 - C#
I'd like a line break in the help text produced from <summary> docs.
It seems that line breaks are ignored (understandably). Adding <para> elements doesn't help (in fact, it removed whitespace between paragraphs).
Perhaps a separate issue, but it'd be nice to use the <summary> section for the brief description, and the <remarks> section for more detailed information.
Magick.NET version
10.1.0
Environment (Operating system, version and so on)
macOS Big Sur 11.6.3
Description
Magick.NET does not copy libraries to the correct location on macOS (or Linux).
When running I get the following error:
Magick.NET-Q8-AnyCPU: The type initializer for 'ImageMagick.MagickFormatInfo' threw an exception.
Magick.NET-Q8-AnyCPU: The type initi
App Metrics is an open-source and cross-platform .NET library used to record and report metrics within an application.
-
Updated
Feb 23, 2022 - C#
Describe the bug
When the finalizer is called for CLR JvmObjectId objects, it calls the rm DotnetBackend method and this calls goes through the JvmBridge class. Because the rm call goes through [JvmBridge.CallJavaMethod](https://github.com/do
A set of .NET libraries for Windows implementing PInvoke calls to many native Windows APIs with supporting wrappers.
-
Updated
Apr 11, 2022 - 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
Feb 10, 2022 - C#
The Official Twilio SendGrid Led, Community Driven C#, .NetStandard, .NetCore API Library
-
Updated
Apr 2, 2022 - C#
The official repository for MonoTorrent, a bittorrent library for .NET
-
Updated
Apr 6, 2022 - C#
Tweetinvi, an intuitive Twitter C# library for the REST and Stream API. It supports .NET, .NETCore, UAP (Xamarin)...
-
Updated
Nov 15, 2021 - C#
Describe the bug
A clear and concise description of the bug.
when my asp.net core 3.1 app host in IIS, the url console is 127.0.0.1,so,when i have Multiple instances,the instances name will be the same,such as 127.0.0.1:svaname:port,eureka server think they are a single instance.
i print the console in source code:
 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
Apr 11, 2022 - HTML
High performance LINQ implementation with minimal heap allocations. Supports enumerables, async enumerables, arrays and Span<T>.
-
Updated
Oct 8, 2021 - C#
Create, read, modify, write and execute WebAssembly (WASM) files from .NET-based applications.
-
Updated
Jan 22, 2022 - C#
Simple, reliable feature toggles in .NET
-
Updated
Jul 15, 2021 - C#
A high-performance, extensible argument validation library.
-
Updated
Apr 25, 2020 - C#
-
Updated
Jan 4, 2022 - C#
An Amazon Alexa Skills SDK for .NET
-
Updated
Apr 3, 2022 - C#
ShopifySharp is a .NET library that helps developers easily authenticate with and manage Shopify stores.
-
Updated
Mar 9, 2022 - C#
A generalised Result object implementation for .NET/C#
-
Updated
Apr 10, 2022 - C#
LINQ Provider for the Twitter API (C# Twitter Library)
-
Updated
Mar 23, 2022 - C#
I receive
[WEBSOCKET] Failed to initialize logger, disabling.. Error: System.NullReferenceException: Object reference not set to an instance of an object. blazor.webassembly.js:1 at Websocket.Client.Logging.LogProvider.GetCurrentClassLogger () blazor.webassembly.js:1 at Websocket.Client.WebsocketClient.GetLogger ()
Mocking Entity Framework Core operations such ToListAsync, FirstOrDefaultAsync etc
-
Updated
Mar 28, 2022 - C#
I have been using this library in a Unity project and it works great but it does not work in Unity IL2CPP builds (specially iOS).
The issue is that System.IO.FileSystem.DriveInfo is not supported, setting CheckDiskSizeBeforeDownload to false fixes this.
I think it would be better to have that set by default to false.
Helper classes to set up and run as windows services directly on .net core. A ServiceBase alternative.
-
Updated
Nov 6, 2019 - C#
-
Updated
Mar 23, 2022 - C#
.NET server implementation of the Tus protocol for resumable file uploads. Read more at https://tus.io
-
Updated
Mar 29, 2022 - C#
KCP C#版。线程安全,运行时无alloc,对gc无压力。
-
Updated
Feb 19, 2022 - 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."


1. Exception Case:
LINQ: Here, I have a query which is doing a GroupJoin on an DbSet and then adding other inner joins.
Repository.ConvertToBigIntTable -> This is an output of a call to a Table-Valued function which returns an IQueryable (T is a Keyless entity having a long Id field)