Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#-9.0

Can I hide sensitive property values from a c# 9 record's autogenerated methods?

c# c#-9.0

What "Init only setters" provides and what is the difference to the readonly one in C# [duplicate]

c# c#-9.0

What is the "with" operator for in C#?

C# 9.0 records - ToString not inherited

c# c#-9.0 record-classes

Convert nullable string to nullable int in c#

c# c#-9.0

Why can't I define top-level extension methods in C# 9?

c# c#-9.0

What is difference between Init-Only and ReadOnly in C# 9?

c# c#-9.0

.NET 5.0 Web API won't work with record featuring required properties

How do I define additional initialization logic for the positional record?

c# .net c#-9.0

C# Generic class: infer non-nullable type from nullable type parameter

T?, nullable type parameter in C# 9

c# nullable c#-9.0

Enabling C# 9 in .NET 5 Preview 5 raises a compiler error for the new C# 9 feature

c# .net-5 c#-9.0

How to Add Comments to C# 9 Records

c# comments record c#-9.0

Where are the using statements/directives in .NET 6

c# c#-9.0 .net-6.0 c#-10.0

JsonPropertyNameAttribute is not supported record from C#9? [duplicate]

StyleCopAnalyzers/SA1313 in a positional record: should be disabled?

stylecop c#-9.0

C# 9 Nullable types issues

c# c#-8.0 c#-9.0

How to pack a C# 9 source generator and upload it to the Nuget?

c# .net-5 c#-9.0

How to copy/clone records in C# 9?

c# copy clone record c#-9.0