dotnet-framework
Here are 767 public repositories matching this topic...
-
Updated
Aug 7, 2020 - C#
-
Updated
Aug 6, 2020 - C#
-
Updated
Aug 18, 2020 - C#
-
Updated
Jun 14, 2020 - C#
-
Updated
May 25, 2020 - C#
-
Updated
Aug 6, 2020 - C#
-
Updated
Aug 8, 2020 - C#
Is your feature request related to a problem? Please describe.
I'm not being able to run Stryker in a project (netframework 4.5) inside a machine that doesn't have VS2017 installed (it has VS2015). Stryker fails when it tries to build the solution.
I ran some tests and found out that it tries to use the MSBuild.exe located at the first path defined on MSBuildHelper's.fallbackLocations.
-
Updated
May 5, 2018 - C#
-
Updated
Jun 22, 2020 - C#
Since dotnetcore's behavior when testing entire solution is trying also test non testing projects and then whole process is evaluated as non successful at least on linux, then I need to run test on one by one testing project separately I need to somehow then merge altcover results into one xml file, is that possible?
-
Updated
Jul 6, 2019
-
Updated
Mar 24, 2018 - C#
-
Updated
Aug 12, 2020 - C#
-
Updated
Apr 26, 2019 - C#
-
Updated
Jul 25, 2020 - F#
-
Updated
Jul 28, 2020 - C#
-
Updated
May 2, 2017 - C#
-
Updated
Aug 17, 2020 - 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
Jul 14, 2020 - C#
-
Updated
Jul 8, 2020 - C#
-
Updated
Mar 3, 2020 - C#
-
Updated
Aug 17, 2020 - C#
-
Updated
May 25, 2017 - C#
-
Updated
Nov 12, 2017 - C#
-
Updated
Jun 27, 2020 - 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."
For #7283 I need to call a different overload of DbConnection.Open in the SQL Server provider. I'm adding a template method to allow this, but similar template methods could be useful in other providers. Tentative list of relevant methods based on what RelationalCommand calls:
We could also consider doing this for other Db