-
Notifications
You must be signed in to change notification settings - Fork 165
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
Realm namespace #3351
Comments
You're right - we must have overlooked that -
Realms.UnityUtils .
|
Upgrading to the version 11.1.1 has this issue in .NET Maui as build error. |
I can't reproduce this in Maui. Is this happening for you in a new project or an existing one? If you can upload a repro case here, that would be super helpful. |
I was able to track that down - looks like the xamarin tooling is generating a namespace that is the same as the assembly name (in our case Realm.PlatformHelpers). I'll try and see how we can disable or at least configure this. |
What happened?
Since upgrading to version 11.1.0 I get the following compiler error:
When trying to use the Realm type like this:
Fully qualifying the type does resolve the error:
I think this might have something to do with the addition of the Realm namespace in #3323
Repro steps
Version
11.1.0
What Atlas Services are you using?
Local Database only
What type of application is this?
Unity
Client OS and version
Windows 11
Code snippets
Stacktrace of the exception/crash you're getting
No response
Relevant log output
The text was updated successfully, but these errors were encountered: