Skip to content

Conversation

United600
Copy link
Collaborator

Moves LangVersion and Nullable settings to Directory.Build.props to simplify configuration management across the solution. It also removes redundant LangVersion and Nullable properties from Screenbox.Core.csproj and Screenbox.csproj.

@United600 United600 requested a review from Copilot September 27, 2025 14:18
@dosubot dosubot bot added the size:S This PR changes 10-29 lines, ignoring generated files. label Sep 27, 2025
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 centralizes project configuration by moving common compiler settings to a new Directory.Build.props file, eliminating duplication across individual project files.

  • Introduces a centralized Directory.Build.props file with shared compiler settings
  • Removes redundant LangVersion and Nullable properties from project files
  • Cleans up unnecessary configuration blocks and file references

Reviewed Changes

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

File Description
Directory.Build.props Creates centralized configuration with LangVersion, Nullable, and AnalysisLevel settings
Screenbox/Screenbox.csproj Removes redundant LangVersion and Nullable properties from all configuration blocks
Screenbox.Core/Screenbox.Core.csproj Removes redundant LangVersion property
Screenbox.sln Adds Directory.Build.props to solution items for visibility

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

@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Sep 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lgtm This PR has been approved by a maintainer size:S This PR changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants