We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The following new syntax needs to be supported and properly formatted.
public readonly record struct Point(double X, double Y, double Z); public readonly record class Point(double X, double Y, double Z);
namespace MyNamespace;
{ Prop1.Prop2: pattern } // vs having to be { Prop1: { Prop2: pattern } }
global using System;
The following may just work without any new formatting
The following work without any new formatting
The text was updated successfully, but these errors were encountered:
belav
Successfully merging a pull request may close this issue.
The following new syntax needs to be supported and properly formatted.
The following may just work without any new formatting
The following work without any new formatting
The text was updated successfully, but these errors were encountered: