dotnet-framework
Here are 1,016 public repositories matching this topic...
-
Updated
Nov 26, 2021 - C#
-
Updated
Dec 2, 2021 - C#
-
Updated
Jan 3, 2022 - C#
-
Updated
Dec 7, 2021 - C#
-
Updated
Nov 15, 2021 - C#
-
Updated
Jun 5, 2021 - C#
-
Updated
Jan 7, 2022 - C#
-
Updated
Sep 3, 2021 - C#
-
Updated
Dec 28, 2021 - C#
-
Updated
Sep 22, 2021
-
Updated
Sep 9, 2021 - C#
-
Updated
May 5, 2018 - C#
-
Updated
Jan 8, 2022 - F#
-
Updated
Mar 24, 2018 - C#
-
Updated
Jan 5, 2022 - C#
Is your feature request related to a problem? Please describe.
When I add new code to the project and then try to build
DotnetTest 00:00:04.1182971 (Exception of type 'Fake.DotNet.MSBuildException' was thrown.)
GenerateCoverageReport 00:00:00 (skipped)
C:\Users\foo\.nuget\packages\altcover\7.6.812\build\netstandard2.0\AltCover.targets(197,5): er
-
Updated
Jul 30, 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
Nov 3, 2021 - C#
-
Updated
May 2, 2017 - C#
-
Updated
Jul 5, 2021 - C#
-
Updated
May 25, 2017 - C#
-
Updated
Jul 14, 2020 - C#
-
Updated
Nov 8, 2021 - TypeScript
-
Updated
May 30, 2020 - C#
-
Updated
Jan 4, 2022
-
Updated
Oct 3, 2021 - C#
-
Updated
Oct 13, 2021 - PowerShell
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."
I'd like a way to call
SqlServerDbContextOptionsBuilder.EnableRetryOnFailurewitherrorCodesToAddwithout forcingmaxRetryCountandmaxRetryDelayto be added.I want to keep the latter two default, so I copied the values from ExecutionStrategy as they'r