.NET Developer
1.14K subscribers
160 photos
1 file
390 links
Introducing Projects, Blogs, Podcasts, News and more for .NET Developers

Discussion Group: @devdotchats
Download Telegram
.NET Coverage Libraries

Here is a list of cool coverage libraries for .NET:

- coverlet: Cross platform code coverage framework for .NET, with support for line, branch and method coverage. It works with .NET Framework on Windows and .NET Core on all supported platforms.

- altcover: Cross-platform coverage gathering and processing tool set for .net/.net core and Mono, with GUI and a wide verity of export formats.

- minicover: A minimal cross platform code coverage tool for .NET Core.

- opencover: A code coverage tool for .NET 2 and above (WINDOWS OS only), support for 32 and 64 processes with both branch and sequence points.

- AxoCover: Nice and free .Net code coverage support for Visual Studio with OpenCover.

#coverage
gong-wpf-dragdrop

An easy to use drag'n'drop framework for WPF, supporting .NET Framework 4.5+ and .NET Core 3 (3.0 and 3.1)

https://github.com/punker76/gong-wpf-dragdrop
AvaloniaRibbon

Ribbon Control for Avalonia written in C#

#avalonia #csharp #ribbon

https://github.com/amazerol/AvaloniaRibbon
A tutorial on how to make a cross-platform music player with Avalonia and F#

https://dev.to/tunaxor/cross-platform-music-player-with-avalonia-f-1igi
Entitas

Entitas is a super fast and lightweight Entity-Component-System (ECS) framework, specifically designed for use with the Unity engine.

#csharp #fsharp #unity

For C#: sschmid/Entitas-CSharp
For F#: darkoverlordofdata/entitas-fsharp
.NET Developer
https://devblogs.microsoft.com/dotnet/announcing-f-5/
F# Developers, Which of the F# 5 new features was more exciting to you?
Anonymous Poll
54%
String Interpolation and Typed String Interpolation
0%
`nameof` on every language element
8%
Enhanced Slicing
8%
Applicative Computation Expressions
0%
Quotations improvements
8%
Open Type declarations
8%
Improved stack traces in computation expressions
8%
Improved .NET interop