dotnet-standard
Here are 1,215 public repositories matching this topic...

-
Updated
Apr 7, 2022 - C#
-
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
-
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
-
Updated
Mar 25, 2022 - C#
-
Updated
Feb 10, 2022 - C#
-
Updated
Apr 2, 2022 - C#
-
Updated
Apr 6, 2022 - C#
-
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:
 blazor.webassembly.js:1 at Websocket.Client.WebsocketClient.GetLogger ()
-
Updated
Nov 6, 2019 - 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.
-
Updated
Mar 28, 2022 - C#
-
Updated
Mar 23, 2022 - C#
-
Updated
Mar 29, 2022 - C#
-
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)