-
Updated
Sep 2, 2020 - C#
netstandard
Here are 764 public repositories matching this topic...
-
Updated
Aug 29, 2020 - C#
-
Updated
Aug 26, 2020 - C#
-
Updated
Sep 4, 2020 - C#
-
Updated
Aug 28, 2020 - C#
-
Updated
Aug 15, 2020 - C#
-
Updated
Jul 23, 2020 - C#
-
Updated
Aug 31, 2020 - C#
-
Updated
Aug 19, 2020 - HTML
-
Updated
Sep 4, 2020 - C#
-
Updated
Sep 4, 2020 - C#
-
Updated
Jun 21, 2020 - C#
-
Updated
Sep 2, 2020 - C#
See #143 for example and Autofac documentation link.
-
Updated
Aug 12, 2020 - C#
-
Updated
Feb 9, 2020 - C#
-
Updated
Sep 2, 2020 - 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
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#
-
Updated
Jun 7, 2020 - C#
-
Updated
May 1, 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
Aug 21, 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.
-
Updated
Sep 3, 2020 - C#
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.