dotnet-framework
Here are 774 public repositories matching this topic...
App Metrics is an open-source and cross-platform .NET library used to record and report metrics within an application.
-
Updated
Aug 7, 2020 - C#
DockPanel Suite - The Visual Studio inspired docking library for .NET WinForms
-
Updated
Aug 6, 2020 - C#
This is the codebase for Entity Framework 6 (previously maintained at https://entityframework.codeplex.com). Entity Framework Core is maintained at https://github.com/dotnet/efcore.
-
Updated
Aug 31, 2020 - C#
Open source obfuscation tool for .NET assemblies
-
Updated
Aug 22, 2020 - C#
Tweetinvi, an intuitive Twitter C# library for the REST and Stream API. It supports .NET, .NETCore, UAP (Xamarin)...
-
Updated
May 25, 2020 - C#
FFME: The Advanced WPF MediaElement (based on FFmpeg)
-
Updated
Aug 6, 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.
Dark themed control and docking library for .NET WinForms.
-
Updated
Sep 2, 2020 - C#
PHP 5.4 compiler for .NET/Mono frameworks. Predecessor to the opensource PeachPie project (www.peachpie.io).
-
Updated
May 5, 2018 - C#
LINQ Provider for the Twitter API (Twitter Library)
-
Updated
Sep 1, 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?
Awesome .NET Security Resources
-
Updated
Jul 6, 2019
.NET C# library for advanced formatting of console output [Apache]
-
Updated
Mar 24, 2018 - C#
Sharp SNMP Library- Open Source SNMP for .NET and Mono
-
Updated
Aug 28, 2020 - C#
Hazel Networking is a low level networking library for C# providing connection orientated, message based communication via TCP, UDP and RUDP.
-
Updated
Apr 26, 2019 - C#
Moking Entity Framework Core operations such ToListAsync, FirstOrDefaultAsync etc
-
Updated
Jul 28, 2020 - C#
F# Template for creating and publishing libraries targeting .NET Full (net461) and Core (netstandard2.1) or console apps .NET Core (netcoreapp3.1)
-
Updated
Jul 25, 2020 - F#
CurlSharp - .Net binding and object-oriented wrapper for libcurl.
-
Updated
May 2, 2017 - C#
The official distribution of the vulnerability parsing utility.
-
Updated
Sep 4, 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.
.Net API for Redmine bug/task management systems.
-
Updated
Jul 8, 2020 - C#
EntityFrameworkCore second level cache
-
Updated
Jul 14, 2020 - C#
A command-line tool that enables quick build and run deployments over SSH.
-
Updated
Mar 3, 2020 - C#
A small MVVM library for WPF built on top of MahApps.Metro, supporting .NET Framework 4.7.2 and .NET Core 3
-
Updated
Aug 17, 2020 - C#
NCalc - Mathematical Expressions Evaluator for .NET
-
Updated
May 25, 2017 - C#
The Winforms Gantt Chart is the .NET Winforms control originally hosted on CodePlex (http://ganttchart.codeplex.com)
-
Updated
Nov 12, 2017 - C#
Backporting .NET and more: LINQ expressions in .net 2.0 - nuget Theraot.Core available.
-
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