dotnet-framework
Here are 873 public repositories matching this topic...
-
Updated
Apr 15, 2021 - C#
-
Updated
Mar 1, 2021 - C#
-
Updated
Apr 19, 2021 - C#
-
Updated
Apr 15, 2021 - C#
-
Updated
Apr 14, 2021
-
Updated
Apr 3, 2021 - C#
-
Updated
Mar 8, 2021 - C#
-
Updated
Dec 29, 2020 - C#
Is your feature request related to a problem? Please describe.
When running tests in Rider, it will not recompile the main project dlls if there are no changes in the source files. When running Stryker, it will modify the dlls in a way that breaks test runs in Rider. This forces me to recompile the project manually in Rider after running Stryker.
Describe the solution you'd like
It wo
-
Updated
Apr 8, 2021 - C#
-
Updated
May 5, 2018 - C#
-
Updated
Apr 19, 2021 - F#
-
Updated
Nov 25, 2020
-
Updated
Mar 24, 2018 - C#
-
Updated
Dec 18, 2020 - C#
-
Updated
Mar 28, 2021 - C#
-
Updated
Mar 22, 2021 - F#
-
Updated
Feb 2, 2021 - C#
Is your feature request related to a problem? Please describe.
I want to use ETCD's ttl, and I noticed that there are some lease methods (LeaseGrant and so on) exposed from client, but I can't figure out how to use them.
Describe the solution you'd like
Add some usage examples in README.md.
Thank you for your creating the great client again.
-
Updated
May 2, 2017 - C#
-
Updated
Feb 3, 2021 - C#
-
Updated
Jul 14, 2020 - C#
-
Updated
May 25, 2017 - C#
-
Updated
Mar 1, 2021 - C#
-
Updated
Sep 14, 2020 - C#
-
Updated
Nov 12, 2017 - C#
-
Updated
Apr 19, 2021 - C#
Improve this page
Add a description, image, and links to the dotnet-framework topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the dotnet-framework topic, visit your repo's landing page and select "manage topics."
The
ToFunctionmethods onRelationalEntityTypeBuilderExtensionscurrently take astring. We should add sugar overloads that take aMethodInfoinstead and callDbFunction.GetFunctionNameon it.