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

RNET-1159: Flexible-schema POC #3630

Draft
wants to merge 55 commits into
base: fp/flexible-schema-epic
Choose a base branch
from

Added stub for unmanaged object dynamic api

187f501
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Draft

RNET-1159: Flexible-schema POC #3630

Added stub for unmanaged object dynamic api
187f501
Select commit
Loading
Failed to load commit list.
GitHub Actions / Verify TODOs failed Aug 15, 2024 in 1s

Verify TODOs

Found 13 TODO entries that don't have a link to a Github issue/Jira ticket.

Annotations

Check warning on line 92 in Realm/Realm/Configurations/RealmConfigurationBase.cs

See this annotation in the file changed.

@github-actions github-actions / Verify TODOs

Realm/Realm/Configurations/RealmConfigurationBase.cs#L92

TODO entry doesn't have a link to Github issue or Jira ticket
Add docs

Check warning on line 129 in Realm/Realm/DatabaseTypes/Accessors/ManagedAccessor.cs

See this annotation in the file changed.

@github-actions github-actions / Verify TODOs

Realm/Realm/DatabaseTypes/Accessors/ManagedAccessor.cs#L129

TODO entry doesn't have a link to Github issue or Jira ticket
Add docs

Check warning on line 40 in Realm/Realm/DatabaseTypes/Accessors/UnmanagedAccessor.cs

See this annotation in the file changed.

@github-actions github-actions / Verify TODOs

Realm/Realm/DatabaseTypes/Accessors/UnmanagedAccessor.cs#L40

TODO entry doesn't have a link to Github issue or Jira ticket
we could initialize this lazily

Check warning on line 34 in Realm/Realm/Dynamic/DynamicObjectApi.cs

See this annotation in the file changed.

@github-actions github-actions / Verify TODOs

Realm/Realm/Dynamic/DynamicObjectApi.cs#L34

TODO entry doesn't have a link to Github issue or Jira ticket
Add docs

Check warning on line 53 in Realm/Realm/Dynamic/DynamicObjectApi.cs

See this annotation in the file changed.

@github-actions github-actions / Verify TODOs

Realm/Realm/Dynamic/DynamicObjectApi.cs#L53

TODO entry doesn't have a link to Github issue or Jira ticket
Add docs

Check warning on line 56 in Realm/Realm/Dynamic/DynamicObjectApi.cs

See this annotation in the file changed.

@github-actions github-actions / Verify TODOs

Realm/Realm/Dynamic/DynamicObjectApi.cs#L56

TODO entry doesn't have a link to Github issue or Jira ticket
Add docs

Check warning on line 67 in Realm/Realm/Dynamic/DynamicObjectApi.cs

See this annotation in the file changed.

@github-actions github-actions / Verify TODOs

Realm/Realm/Dynamic/DynamicObjectApi.cs#L67

TODO entry doesn't have a link to Github issue or Jira ticket
Add docs

Check warning on line 377 in Realm/Realm/Handles/ObjectHandle.cs

See this annotation in the file changed.

@github-actions github-actions / Verify TODOs

Realm/Realm/Handles/ObjectHandle.cs#L377

TODO entry doesn't have a link to Github issue or Jira ticket
This is not used atm. We could remove it

Check warning on line 134 in Realm/Realm/Schema/ObjectSchema.cs

See this annotation in the file changed.

@github-actions github-actions / Verify TODOs

Realm/Realm/Schema/ObjectSchema.cs#L134

TODO entry doesn't have a link to Github issue or Jira ticket
Fix docs

Check warning on line 170 in Realm/Realm/Schema/ObjectSchema.cs

See this annotation in the file changed.

@github-actions github-actions / Verify TODOs

Realm/Realm/Schema/ObjectSchema.cs#L170

TODO entry doesn't have a link to Github issue or Jira ticket
Docs

Check warning on line 232 in Realm/Realm/Schema/ObjectSchema.cs

See this annotation in the file changed.

@github-actions github-actions / Verify TODOs

Realm/Realm/Schema/ObjectSchema.cs#L232

TODO entry doesn't have a link to Github issue or Jira ticket
We could remove this or the new constructor

Check warning on line 104 in Realm/Realm/Schema/Property.cs

See this annotation in the file changed.

@github-actions github-actions / Verify TODOs

Realm/Realm/Schema/Property.cs#L104

TODO entry doesn't have a link to Github issue or Jira ticket
Docs

Check warning on line 267 in wrappers/src/object_cs.cpp

See this annotation in the file changed.

@github-actions github-actions / Verify TODOs

wrappers/src/object_cs.cpp#L267

TODO entry doesn't have a link to Github issue or Jira ticket
This is not correct, it should be "has_additional_property", but the method is not there yet