Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#-9.0

JsonProperty on C# Records in Constructor [duplicate]

c# .net json.net c#-9.0

Warning CS7022 - The entry point of the program is global code; ignoring 'Program.Main(string[])' entry point

c#-9.0

Record type with multiple constructors

c# .net c#-9.0

Using C# 9 records "with" expression can I copy and add to new derived instance?

c#-9.0

ReSharper 2020.2.4 fails on C# 9.0 records

Documentation comments for properties of positional records in C#

c# record xml-comments c#-9.0

In C#9, how do init-only properties differ from read-only properties?

c# readonly c#-9.0 init-only

VS Code IntelliSense fails on C# 9.0

C# "anyString".Contains('\0', StringComparison.InvariantCulture) returns true in .NET5 but false in older versions

c# .net-5 c#-9.0

What does the "default" generic constraint do?

c# generics c#-9.0

Using C# 9.0 records to build smart-enum-like/discriminated-union-like/sum-type-like data structure?

Disabling a specific C# 9 source generator

c# c#-9.0 sourcegenerators

Init + private set accessors on the same property?

c# 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