Skip to content

Dotnet format#247

Merged
Happypig375 merged 13 commits into
verybadcat:masterfrom
hflexgrig:dotnet_format
Jan 28, 2026
Merged

Dotnet format#247
Happypig375 merged 13 commits into
verybadcat:masterfrom
hflexgrig:dotnet_format

Conversation

@hflexgrig
Copy link
Copy Markdown
Contributor

No description provided.

switch (integralFrom, integralTo) {
case (null, null): integralFromTo = null; break;
case ({ }, { }):
case ( { }, { }):
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This has to be fixed somehow

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you try dotnet format CSharpMath.sln on your side?

break;
case (null, { }): return "Integrals with only the upper limit are not supported";
case ({ }, null): return "Integrals with only the lower limit are not supported";
case ( { }, null): return "Integrals with only the lower limit are not supported";
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same here

@Happypig375

This comment was marked as outdated.

@Happypig375
Copy link
Copy Markdown
Collaborator

See dotnet/sdk#52708.

@Happypig375 Happypig375 merged commit b7a4d79 into verybadcat:master Jan 28, 2026
6 checks passed
@Happypig375 Happypig375 added the Type/Housekeeping This includes internal only changes. label Feb 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Type/Housekeeping This includes internal only changes.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants