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
Currently, all the supporting files (traits, contracts, exceptions, Dto, BaseResource, EmptyResponse, Request, Response) are overwritten every time code is regenerated. These are files that are pretty likely to be changed by the end user, so there should be some kind of check that alerts the user that their code is being overwritten.
The text was updated successfully, but these errors were encountered:
Currently, all the supporting files (traits, contracts, exceptions,
Dto
,BaseResource
,EmptyResponse
,Request
,Response
) are overwritten every time code is regenerated. These are files that are pretty likely to be changed by the end user, so there should be some kind of check that alerts the user that their code is being overwritten.The text was updated successfully, but these errors were encountered: