Skip to content
New issue

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

chore: Mark Includes in AspNetCore.SassCompiler.props as Visible="false" #223

Merged
merged 1 commit into from
Jan 25, 2025

Conversation

samtrion
Copy link
Contributor

This pull request updates the <None Include... /> element in the AspNetCore.SassCompiler.props file by marking it with the attribute Visible="false".

Purpose

The change is intended to:

  1. Prevent the specified files from appearing in the solution explorer in IDEs like Visual Studio.
  2. Enhance the developer experience by reducing clutter and avoiding confusion caused by displaying files that are not directly intended for modification.

Impact

This modification is purely a visual improvement and does not affect the build process, functionality, or behavior of the Sass compiler or the project.

Testing

  • Verified that the files are no longer displayed in the solution explorer in Visual Studio.
  • Confirmed that the build process remains unaffected by this change.

Copy link
Collaborator

@sleeuwen sleeuwen left a comment

Choose a reason for hiding this comment

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

Thanks!

@sleeuwen sleeuwen merged commit c06041e into koenvzeijl:master Jan 25, 2025
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.

2 participants