check authentication cookies#2
Merged
Merged
Annotations
10 warnings
|
src/AppwriteHelper/Collections/GenericCollection.cs#L202
'GenericCollection<T>.GetDatabases(bool)' is obsolete: 'This method has been deprecated. Please use `GetTables` instead.'
|
|
src/AppwriteHelper/Collections/GenericCollection.cs#L189
'Databases.DeleteDocument(string, string, string, string?)' is obsolete: 'This API has been deprecated since 1.8.0. Please use `TablesDB.deleteRow` instead.'
|
|
src/AppwriteHelper/Collections/GenericCollection.cs#L189
'GenericCollection<T>.GetDatabases(bool)' is obsolete: 'This method has been deprecated. Please use `GetTables` instead.'
|
|
src/AppwriteHelper/Collections/GenericCollection.cs#L174
'Databases.CreateDocument(string, string, string, object, List<string>?, string?)' is obsolete: 'This API has been deprecated since 1.8.0. Please use `TablesDB.createRow` instead.'
|
|
src/AppwriteHelper/Collections/GenericCollection.cs#L174
'GenericCollection<T>.GetDatabases(bool)' is obsolete: 'This method has been deprecated. Please use `GetTables` instead.'
|
|
src/AppwriteHelper/Collections/GenericCollection.cs#L162
'Databases.UpdateDocument(string, string, string, object?, List<string>?, string?)' is obsolete: 'This API has been deprecated since 1.8.0. Please use `TablesDB.updateRow` instead.'
|
|
src/AppwriteHelper/Collections/GenericCollection.cs#L162
'GenericCollection<T>.GetDatabases(bool)' is obsolete: 'This method has been deprecated. Please use `GetTables` instead.'
|
|
src/AppwriteHelper/Collections/GenericCollection.cs#L153
Possible null reference argument for parameter 'documentId' in 'Task<Document> Databases.UpdateDocument(string databaseId, string collectionId, string documentId, object? data = null, List<string>? permissions = null, string? transactionId = null)'.
|
|
src/AppwriteHelper/Collections/GenericCollection.cs#L141
Possible null reference argument for parameter 'rowId' in 'Task<Row> TablesDB.UpdateRow(string databaseId, string tableId, string rowId, object? data = null, List<string>? permissions = null, string? transactionId = null)'.
|
|
src/AppwriteHelper/DocumentExtensions.cs#L44
Possible null reference assignment.
|
The logs for this run have expired and are no longer available.
Loading