Skip to content

RNET-1159: Flexible-schema POC #2079

RNET-1159: Flexible-schema POC

RNET-1159: Flexible-schema POC #2079

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