You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
public Task DeleteAsync(Guidid){return DataSvcInvoker.Current.InvokeAsync(this,async()=>{await _data.DeleteAsync(id).ConfigureAwait(false);await _evtPub.PublishAsync($"Reservation","", id).ConfigureAwait(false); _cache.Remove<Reservation>(new UniqueKey(id));});}
The action string is empty, this only happens when the EventSubject property is set. If the EventSubject is not present, it will set the action to the value of WebApiOperationType or OperationType as expected.
The above code gen did work with previous versions of beef.
Beef Version: V4.1.4
The text was updated successfully, but these errors were encountered:
Code Gen Code
Generates the following datasvc
The action string is empty, this only happens when the EventSubject property is set. If the EventSubject is not present, it will set the action to the value of
WebApiOperationType
orOperationType
as expected.The above code gen did work with previous versions of beef.
Beef Version: V4.1.4
The text was updated successfully, but these errors were encountered: