-
Updated
Dec 3, 2020 - C#
netstandard
Here are 781 public repositories matching this topic...
-
Updated
Dec 5, 2020 - C#
-
Updated
Dec 6, 2020 - C#
-
Updated
Nov 16, 2020 - C#
-
Updated
Dec 5, 2020 - C#
-
Updated
Nov 28, 2020 - C#
-
Updated
Nov 13, 2020 - C#
-
Updated
Dec 4, 2020 - C#
-
Updated
Dec 2, 2020 - HTML
-
Updated
Dec 5, 2020 - C#
-
Updated
Dec 1, 2020 - C#
-
Updated
Nov 20, 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
Nov 23, 2020 - C#
See #143 for example and Autofac documentation link.
-
Updated
Dec 6, 2020 - C#
-
Updated
Nov 18, 2020 - C#
-
Updated
Dec 5, 2020 - C#
-
Updated
Feb 9, 2020 - C#
C# has multiple types and ways of expressing a linear collection of finite data (that is, a type that contains n instances of some type T). Passing this collection to native code typically requires the user to contain it in an array, pin it, and acquire a pointer to the first element of the array.
Traditional P/Invoke allows a user to pass an array directly, and performs these operations un
-
Updated
Jan 31, 2020 - C#
When adding multiple rpc target classes, if multiple targets contain the same\similar method, the method in first target added is used (as documented). But I miss an option to disallow duplicates, as this is (in my case) always an error. Alternatives:
-Preferably a setting on JsonRpc itself that produce error when AddLocalRpcTarget is called
-A setting on JsonRpc itself that produce error during
-
Updated
Jun 7, 2020 - C#
How can I remove the charset=utf-8 from the request header when using the SendQueryAsync?
I have tried setting the GraphQLHttpClientOptions.MediaType to "application/json" (wich I also think is the default, so it shouldn't be necessary), but I still keep getting the Content-type header of the request to : application/json; charset=utf-8, which is rejected by the service I'm requesting, it needs
-
Updated
Nov 17, 2020 - C#
-
Updated
Nov 30, 2020 - C#
-
Updated
Sep 15, 2020 - C#
Supported scenarios and unsupported scenarios are not well explained outside the example on the README.
Improve Documentation with more examples and explanations of what will/won't work.
-
Set up Github Pages site with great documentation
-
Improve & Update README
-
XML <summary> tags on classes & methods.
Improve this page
Add a description, image, and links to the netstandard topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the netstandard topic, visit your repo's landing page and select "manage topics."


Improvement description
Extend the LegendExamples with one that first shows but then hides the legend.
Why? It took me a while to find the
IsLegendVisibleproperty.