[Generator] Clean the AttributeManager from deps and fix a bug in the errors. by mandel-macaque · Pull Request #19532 · dotnet/macios (original) (raw)
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 andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Conversation24 Commits9 Checks0 Files changed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
[ Show hidden characters]({{ revealButtonHref }})
Remove the need to pass the BT. More importantly fix an issue with the errors when more than one attribute was expected. The eng that wrote the code did not consider translations, and therefore the current errors seen by a non-english speaker will result in part of the error in her native language and the rest in english. On top of that, in english the error is broken with words repited or broken sentences.
… errors.
Remove the need to pass the BT. More importantly fix an issue with the errors when more than one attribute was expected. The eng that wrote the code did not consider translations, and therefore the current errors seen by a non-english speaker will result in part of the error in her native language and the rest in english. On top of that, in english the error is broken with words repited or broken sentences.
⚠️ Your code has been reformatted. ⚠️
If this is not desired, add the actions-disable-autoformat
label, and revert the reformatting commit.
If files unrelated to your change were modified, try reverting the reformatting commit + merging with the target branch (and push those changes).
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Comment on lines +532 to +547
Found {0} {1} attributes on the method {2}'s parameter #{3} ({4}). At most one was expected. |
Found {0} {1} attributes on the type {2}. At most one was expected. |
Found {0} {1} attributes on the assembly {2}. At most one was expected. |
Found {0} {1} attributes on the module {2}. At most one was expected. |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe add a comment saying that {0} is the number of attributes, and {1} is the name of the attribute in question. This might be important for translators.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good point
…in-macios into attr-manager-not-bt
⚠️ Your code has been reformatted. ⚠️
If this is not desired, add the actions-disable-autoformat
label, and revert the reformatting commit.
If files unrelated to your change were modified, try reverting the reformatting commit + merging with the target branch (and push those changes).
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
💻 [PR Build] Tests on macOS M1 - Mac Ventura (13.0) passed 💻
✅ All tests on macOS M1 - Mac Ventura (13.0) passed.
Pipeline on Agent
Hash: [PR build]
💻 [PR Build] Tests on macOS M1 - Mac Big Sur (11.5) passed 💻
✅ All tests on macOS M1 - Mac Big Sur (11.5) passed.
Pipeline on Agent
Hash: [PR build]
✅ API diff for current PR / commit
Legacy Xamarin (No breaking changes)
iOS(no change detected)tvOS(no change detected)watchOS(no change detected)macOS(no change detected) NET (empty diffs)iOS: (empty diff detected)tvOS: (empty diff detected)MacCatalyst: (empty diff detected)macOS: (empty diff detected)
✅ API diff vs stable
Legacy Xamarin (No breaking changes)
- iOS: vsdrops gist (No breaking changes)
- tvOS: vsdrops gist (No breaking changes)
- watchOS: vsdrops gist (No breaking changes)
- macOS: vsdrops gist (No breaking changes) .NET (No breaking changes)
- iOS: vsdrops gist (No breaking changes)
- tvOS: vsdrops gist (No breaking changes)
- MacCatalyst: vsdrops gist (No breaking changes)
- macOS: vsdrops gist (No breaking changes)
- Microsoft.iOS vs Microsoft.MacCatalyst: vsdrops gist Legacy Xamarin (stable) vs .NET
- iOS: vsdrops gist
- tvOS: vsdrops gist
- macOS: vsdrops gist
ℹ️ Generator diff
Generator Diff: vsdrops (html) vsdrops (raw diff) gist (raw diff) - Please review changes)
Pipeline on Agent
Hash: 10677142959e2965b2ffe851a161203e5de8a6b4 [PR build]
Failure is unrelated to the changes:
SendSynchronousRequest: Error
Expected: null
But was: <The network connection was lost.>