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

-
Updated
Nov 15, 2020 - C#
-
Updated
Nov 10, 2020 - C#
I noticed a difference in behaviour and like to have a clarification if it is a bug or works as intended.
If you invoke an app with --help [command]
the command is not executed and the help of the command is shown.
If you invoke an app with --version [command]
the command is executed and no version information is shown.
This is somewhat confusing.
Some example code:
using S
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
This is more a question than a feature request.
When parsing JSON files, I need to sanitize the field names so field with spaces
becomes field_with_spaces
.
I want to preserve the original name as well, metadata about the column if you like :)
There is a metadata field on StructField
, but it is internal.
Why is this internal, is it possible or desirable to expose it?
-
Updated
Nov 14, 2020 - C#
SendGrid has added an API to download information from the Email Activity feed. There are four new endpoints:
-
Updated
Nov 15, 2020 - C#
-
Updated
Nov 10, 2020 - C#
-
Updated
Nov 14, 2020 - C#
-
Updated
Nov 11, 2020 - C#
-
Updated
Apr 14, 2020 - C#
-
Updated
Nov 2, 2020 - C#
-
Updated
Nov 14, 2020 - C#
Spring config server can be configured to have decryption of encrypted property values either at server side or client side.
https://cloud.spring.io/spring-cloud-config/reference/html/#_encryption_and_decryption
https://cloud.spring.io/spring-cloud-config/reference/html/#_serving_encrypted_properties
Steeltoe ConfigServer doesn't seems to support the client side decryption.
It would be
-
Updated
Oct 18, 2020 - C#
-
Updated
Nov 14, 2020 - C#
-
Updated
Nov 6, 2019 - C#
-
Updated
Nov 13, 2020 - C#
-
Updated
Oct 6, 2020 - C#
-
Updated
Apr 25, 2020 - C#
-
Updated
Nov 15, 2020 - C#
RefundLineItem
has many changes.
https://help.shopify.com/en/api/reference/orders/refund
-
Updated
Apr 22, 2019 - C#
-
Updated
Aug 4, 2020 - C#
-
Updated
Oct 11, 2020 - C#
-
Updated
Sep 10, 2020 - CSS
-
Updated
Mar 24, 2018 - C#
-
Updated
Oct 19, 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."
EF Core uses a class Migration, and if you add a new migration with name "Migration" it will break the build.
dotnet ef migrations add Migration
results with Circular base class dependency involving 'Migration' and 'Migration'
I recommend that "migrations add" adds a validation for this...
Include stack traces
Migrations/20201106105308_Migration.cs(6,26): error CS0146: Circul