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

-
Updated
Jun 29, 2022 - C#
-
Updated
Jul 6, 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
Jun 22, 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
Jul 6, 2022 - C#
-
Updated
Jun 22, 2022 - C#
-
Updated
Jul 3, 2022 - C#
-
Updated
Jul 5, 2022 - C#
-
Updated
Jun 23, 2022 - C#
-
Updated
Oct 8, 2021 - C#
-
Updated
Jul 6, 2022 - HTML
-
Updated
Jun 22, 2022 - C#
-
Updated
Jul 15, 2021 - C#
-
Updated
Apr 25, 2020 - C#
-
Updated
Jun 30, 2022 - C#
-
Updated
Jun 22, 2022 - C#
-
Updated
Jun 22, 2022 - C#
-
Updated
Jul 6, 2022 - C#
-
Updated
Mar 28, 2022 - C#
-
Updated
Jun 29, 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.
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 ()
-
Updated
Nov 6, 2019 - C#
-
Updated
May 31, 2022 - C#
-
Updated
Jun 17, 2022 - C#
-
Updated
Feb 19, 2022 - C#
-
Updated
Jun 22, 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."
We translate
Convert<int>(string)
, but we could also translate x.Parse on the various primitive types (int, long...), as they're a common .NET API. We'd only support the simple overloads accepting a string, nothing more.Originally raised in dotnet/efcore#28282 (comment)