Skip to content

Enable nullable for enum localize classes & Bump version to 0.0.5 #39

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Jack251970
Copy link
Member

Enable nullable for enum localize classes

Follow on with #38.

#38 introduces INotifyPropertyChanged which contains nullable type ? usage. So we should enable nullable for enum localize classes. Or it will lead to VS build warning:

Screenshot 2025-08-13 104035

Bump version to v0.0.5

Version bump for test release.

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 enables nullable reference types for enum localize classes and bumps the package version to 0.0.5. The changes address build warnings that occur when nullable reference types are used with INotifyPropertyChanged from a previous PR (#38).

  • Enable nullable reference types in generated enum localize classes
  • Update version numbers from 0.0.4 to 0.0.5 across all version properties

Reviewed Changes

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

File Description
Flow.Launcher.Localization.csproj Version bump to 0.0.5 for package release
EnumSourceGenerator.cs Enable nullable context and add nullable annotations to string properties

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

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