dotnet-standard
Here are 1,109 public repositories matching this topic...
-
Updated
Sep 2, 2020 - C#
-
Updated
Aug 7, 2020 - C#
If you have a partial command line like --option1 value1 --option2 value2 --options3 value3 and you copy and paste it to a response file, and then break it up to a line per token so that the response file works, if you are not careful enough you can leave trailing spaces behind like this:
--option1<space>
value1<space>
--option2<space>
value2<space>
--options3<space>
value3
APIs
SparkSession
-
pythondef getActiveSession(cls) -
scaladef executeCommand(runner: String, command: String, options: Map[String, String]): DataFrame
DataFrame
-
pythondef transform(self, func) -
pythondef tail(self, num)
scaladef tail(n: Int): Array[T] -
scaladef printSchema(level: Int): Unit -
scaladef explain(mode: String): U
Is your feature request related to a problem? Please describe
I'm using Magick.net to update Exif metadata, but could not find a way, to replace the thumbnail image.
Describe the solution you'd like
I would like to be able to replace the thumbnail, by using magick.net
Describe alternatives you've considered
I have tried to make an extension method but did not find a way to
Add PngWriteDefines
-
Updated
Aug 31, 2020 - C#
SendGrid has added an API to download information from the Email Activity feed. There are four new endpoints:
-
Updated
May 25, 2020 - C#
-
Updated
Aug 14, 2020 - C#
-
Updated
Feb 11, 2020 - C#
-
Updated
Apr 14, 2020 - C#
-
Updated
Jan 30, 2020 - C#
-
Updated
Sep 6, 2020 - C#
-
Updated
Aug 23, 2020 - C#
-
Updated
Sep 5, 2020 - C#
-
Updated
Nov 6, 2019 - C#
Problem Summary:
-
There was a change to Steeltoe quite some time ago to comply with the Spring spec for returning HTTP 503 in cases of HealthStatus.DOWN or HealthStatus.OUT_OF_SERVICE.
-
For 500 series errors, however, HWC is configured by default to substitute a canned message for the http response content - so, instead of getting back any failed health checks, the monitor just gets a 503 w
-
Updated
Aug 4, 2020 - C#
-
Updated
Apr 25, 2020 - C#
-
Updated
Sep 1, 2020 - C#
-
Updated
Sep 6, 2020 - C#
-
Updated
Apr 22, 2019 - C#
RefundLineItem has many changes.
https://help.shopify.com/en/api/reference/orders/refund
-
Updated
Jul 31, 2020 - CSS
-
Updated
Aug 4, 2020 - C#
-
Updated
Aug 27, 2020 - C#
-
Updated
Mar 24, 2018 - C#
-
Updated
Aug 17, 2020 - C#
-
Updated
Sep 4, 2020 - 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."


For #7283 I need to call a different overload of DbConnection.Open in the SQL Server provider. I'm adding a template method to allow this, but similar template methods could be useful in other providers. Tentative list of relevant methods based on what RelationalCommand calls:
We could also consider doing this for other Db