-
Notifications
You must be signed in to change notification settings - Fork 994
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
Anchor resource errors in ProgressDialog.resx Resource Explorer #12686
Comments
The issue also can reproduce with the Language, Dock, RightToLeft etc. properties as below screenshot. Form1.resx file info: |
In the Resource Explorer Preview page, all resource items are displayed We can fix this by adding the version and PublicKeyToken to the type properties.
@merriemcgaw @Tanya-Solyanik But this is just a preview feature. Do we need to make changes in our code? |
@merriemcgaw @Tanya-Solyanik @LeafShi1 I opened all the .Resx files and there are several similar issues and resource names without values as shown below, the first one might be an empty string and be OK but then why does it exist as a resource. |
This is helpful, thanks @paul1956 - we'll pick it up in the new year for sure! |
For the resources without values, we can add attribute
The resource |
@LeafShi1 when you say "we", is there (or should there be) someone assigned to make these changes? |
Sorry that my statement confused you, maybe it would be better to say "When these properties need to be updated, only the resource file needs to be updated, without modifying the code itself" Currently this issue is assigned to @ricardobossan, I think he can make this fix. |
…ectly. Fixes dotnet#12686 ## Root Cause - Missing information in resource files prevents them from loading. ## Proposed changes - Fill missing information in resource files so they can be loaded correctly. ## Customer Impact - None ## Regression? - No ## Risk - Minimal ## Screenshots ### Before ### After ## Test methodology - Manual ## Test environment(s) - `10.0.100-alpha.1.24573.1`
.NET version
Latest winforms repo main branch.
Did it work in .NET Framework?
Not tested/verified
Did it work in any of the earlier releases of .NET Core or .NET 5+?
No response
Issue description
Cannot load resource value for ButtonCloseDialog.Anchor, Labellnfo.Anchor and ProgressBarWork.Anchor in ProgressDialog.resx's Resource Explorer manager.
Steps to reproduce
More info:
The text was updated successfully, but these errors were encountered: