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

Fix the oversight regarding the attribute of full qualified name. #48

Merged
merged 2 commits into from
Sep 29, 2024

Conversation

xin9le
Copy link
Owner

@xin9le xin9le commented Sep 29, 2024

Summary

We will fix the oversight regarding the annotation of attributes with the fully qualified name.

[FastEnum<HttpStatusCode>]  // OK
public partial class HttpStatusCodeBooster
{}
[global::FastEnumUtility.FastEnum<HttpStatusCode>]  // NG
public partial class HttpStatusCodeBooster
{}

@xin9le xin9le self-assigned this Sep 29, 2024
@xin9le xin9le merged commit 7c74fd6 into main Sep 29, 2024
1 check passed
@xin9le xin9le deleted the hotfix/full-namespace-attribute branch September 29, 2024 14:34
@xin9le xin9le mentioned this pull request Sep 29, 2024
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