A
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
-
A created a post, C# "record" doesn't work
Hi. I can't get Rider to recognize the word “record.”Example of usage: public record Point(float X, float Y);Anyone know what the deal is? Some sort of missing dependency perhaps? Everything else i...