fix(): implement filter on PostgresChangeHandler #20
Annotations
10 warnings
Realtime/Socket/Responses/PostgresChangeResponse.cs#L9
Non-nullable property 'change' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Realtime/PostgresChanges/PostgresChangesResponse.cs#L79
Non-nullable property 'Ids' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Realtime/Binding.cs#L6
Missing XML comment for publicly visible type or member 'Binding'
|
Realtime/Binding.cs#L8
Missing XML comment for publicly visible type or member 'Binding.Options'
|
Realtime/Binding.cs#L10
Missing XML comment for publicly visible type or member 'Binding.Handler'
|
Realtime/Binding.cs#L12
Missing XML comment for publicly visible type or member 'Binding.ListenType'
|
Realtime/Binding.cs#L14
Missing XML comment for publicly visible type or member 'Binding.Id'
|
Realtime/Interfaces/IRealtimePresence.cs#L49
XML comment has a param tag for 'payload', but there is no parameter by that name
|
Realtime/Interfaces/IRealtimePresence.cs#L50
XML comment has a param tag for 'timeoutMs', but there is no parameter by that name
|
Realtime/PostgresChanges/PostgresChangesOptions.cs#L107
Missing XML comment for publicly visible type or member 'PostgresChangesOptions.Equals(object?)'
|
The logs for this run have expired and are no longer available.
Loading