platformplatform / PlatformPlatform

🚀 Pre-alpha state. A platform designed for building enterprise-grade, multi-tenant products using Azure, .NET, React, TypeScript, Infrastructure as Code, etc.
https://platformplatform.github.io
MIT License
217 stars 21 forks source link

Update formatting rules to align Visual Studio and code cleanup #496

Closed tjementum closed 1 month ago

tjementum commented 1 month ago

Summary & Motivation

Update formatting rules to avoid conflicts between Visual Studio and code cleanup. The .editorconfig file has been updated to insert a space before the closing tag in XML. For example, <ProjectReference Include="..."/> is now <ProjectReference Include="..." />. This aligns with the default format when using Visual Studio and Rider to create project references. All .csproj and .props files have been updated to reflect this change.

Checklist

sonarcloud[bot] commented 1 month ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud