Skip to content

Conversation

tylerwarner33
Copy link
Contributor

Add a common .editorconfig file from the official '.NET Platform' to implement coding/formatting standards across the repository.
(tabs vs spaces, naming conventions, etc.)
https://github.com/dotnet/runtime/blob/main/.editorconfig

Include the solution-level items within the solution to see all of the included files that it is working with.

tylerwarner33 and others added 3 commits September 2, 2025 20:22
Updated file header template for Autodesk licensing to match the existing file header displayed on some of the pages in the SDK, but without referencing the specific API, as it would be generic.
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR adds standardized coding/formatting conventions to the repository by introducing an .editorconfig file from the official .NET Platform and organizing solution-level files within the Visual Studio solution for better visibility.

  • Adds comprehensive .editorconfig file with .NET coding standards including formatting, naming conventions, and code style rules
  • Includes solution-level files (like .gitignore, README.md, etc.) in a new "Solution Items" folder within the Visual Studio solution
  • Restructures the solution file to include an ExtensibilityGlobals section with a SolutionGuid

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
Aps.Sdk.sln Adds Solution Items folder containing project files and reorganizes GlobalSection order
.editorconfig New comprehensive configuration file defining coding standards, formatting rules, and naming conventions for .NET development

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

tylerwarner33 and others added 2 commits September 18, 2025 06:12
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant