dotnet-standard
Here are 1,221 public repositories matching this topic...
-
Updated
Apr 29, 2022 - C#
-
Updated
May 4, 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
May 11, 2022 - C#
-
Updated
Apr 19, 2022 - C#
-
Updated
May 12, 2022 - C#
-
Updated
May 5, 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:
.
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
Mar 28, 2022 - C#
-
Updated
Nov 6, 2019 - C#
-
Updated
Apr 28, 2022 - C#
-
Updated
Mar 23, 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."


When scaffolding from a SQLite database using the
dotnet eftool it will create the DbContext with the initial lowercase if the database filename is lowercase.Example:
It creates the
DbContextwith the filenamebloggingContext.csand the class namebloggingContextwhich is