Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#-9.0

Can I make Json.net deserialize a C# 9 record type with the "primary" constructor, as if it had [JsonConstructor]?

c# json json.net c#-9.0

Defining a property in a record twice

c# c#-9.0

Can we use Records in C# 8.0?

c# record c#-8.0 c#-9.0

How to use C# 9 records with EF Core?

How can I find all references to fields defined by a C# 9 record?

c# visual-studio c#-9.0

Why is an explicit `this` constructor initializer required in records with a primary constructor?

c# .net c#-9.0 record-classes

Ignoring specific fields when using "with" on a C# 9 record?

c# c#-9.0 c#-record-type

c# 9.0 records - reflection and generic constraints

c# c#-9.0 record-classes

What is the right way to add comments with C# 9 record?

c# c#-9.0

Can I use C# 9 records as IOptions?

c# record c#-9.0

C# 9 top-level programs without csproj?

c# c#-9.0

How do I target attributes for a record class?

Custom Equality check for C# 9 records

c# record equality c#-9.0

How to enable C# 9.0-preview

c# .net-5 c#-9.0

Predefined type 'System.Runtime.CompilerServices.IsExternalInit' is not defined or imported [duplicate]

c#-9.0

Testing C# 9.0 in VS2019 - CS0518 IsExternalInit is not defined or imported ... How do I define/import it?

c# c#-9.0

When to use record vs class vs struct