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

Breaking Changes for 3.x #138

Closed
drasticactions opened this issue Dec 29, 2024 · 0 comments
Closed

Breaking Changes for 3.x #138

drasticactions opened this issue Dec 29, 2024 · 0 comments

Comments

@drasticactions
Copy link
Owner

Hey folks!

If you're updating to 3.x and going "Where is (x) type!", for 3.x I added a source-generator that pulls in the atproto lexicon (among others) to generate the C# types. In doing so, I had to introduce breaking changes to type names to make it easier to source-gen and for consistency.

This results in some types being converted into classes from records, and names changing. If you see something missing, first check the lexicon for the name to validate what object you're looking for, it should be named the same (Or similar, if it collides with C# syntax). If you see an object in the lexicon, but can't find it here, please file a bug.

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

No branches or pull requests

1 participant