dotnet-standard
Here are 1,212 public repositories matching this topic...
-
Updated
Jan 26, 2022 - C#
-
Updated
Feb 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.
Add PngWriteDefines
-
Updated
Jan 19, 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
Feb 8, 2022 - C#
-
Updated
May 18, 2021 - C#
-
Updated
Feb 9, 2022 - C#
-
Updated
Feb 9, 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
Jan 11, 2022 - C#
-
Updated
Jan 22, 2022 - C#
Would it be possible to have an option to make Downloader pre-allocate the final file and stream into it directly instead of using temporary files? With large downloads the moving of temp files into the final file can take some time, especially with an overzealous anti-virus program.
-
Updated
Sep 9, 2021 - C#
-
Updated
Jan 20, 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."
Microsoft.Data.Sqlite 6.0.1
TargetFramework net6.0-windows
当我创建一个字符串类型的SqliteParameter时,我查询它的类型,得到的类型信息是 “SqliteType.Integer”
后来我在源码中定位到了以下位置,这就有点不合适了吧
https://github.com/dotnet/efcore/blob/8144d50ec0d15b87c35a9a3a425b1faadafb87f1/src/Microsoft.Data.Sqlite.Core/SqliteValueBinder.cs#L240-L263