76
3
77
7
78
2
79
3
80
8
81
0
82
2
83
4
84
1
85
4
86
17
87
2
88
4
89
3
90
-16
91
1
92
11
submitted 5 months ago by morrowind@lemmy.ml to c/dotnet@programming.dev
93
12
submitted 5 months ago by mac@programming.dev to c/dotnet@programming.dev
94
1
95
11
submitted 5 months ago* (last edited 5 months ago) by Kissaki@programming.dev to c/dotnet@programming.dev

Some of the changes:

  • System.Text.Json now provides the JsonSchemaExporter type, which supports generating a JSON schema that represents a .NET type.
  • System.Text.Json: The JsonObject type now exposes ordered-dictionary-like APIs that enables explicit property order manipulation
  • [GeneratedRegex] on properties
  • The Regex class provides a Split method, similar in concept to the String.Split method. With String.Split, you supply one or more char or string separators, and the implementation splits the input text on those separators.
  • Generic OrderedDictionary<TKey, TValue>
  • ReadOnlySet<T>
  • new Base64Url class
  • System.Diagnostics.Metrics now provides the Gauge instrument
  • NuGetAudit now raises warnings for vulnerabilities in transitive dependencies
  • dotnet nuget why
  • MSBuild BuildChecks
  • C#: Partial properties
  • ASP.NET Core: Fingerprinting of static web assets
96
2
UI’ve Been Framed (inthehand.com)
97
5
98
2
99
4
100
8

I exclusively use Visual Studio Code for editing code. I primarily work with Go, and a little bit with JavaScript/TypeScript, but I need to do some C# work.

I have no interest in using Microsoft's proprietary C# Dev Kit or dealing with their licensing terms. What capabilities am I losing? The marketing materials for the dev kit talk about a lot of stuff that appear to be features of the open source C# extension, so it's unclear which features are actually exclusive to the dev kit.

view more: ‹ prev next ›

.NET

1503 readers
1 users here now

Getting started

Useful resources

IDEs and code editors

Tools

Rules

Related communities

Wikipedia pages

founded 2 years ago
MODERATORS