Vincent Maverick Durano

Results 40 comments of Vincent Maverick Durano

@mattmckinstry This should now be fixed in `rc-03`: https://www.nuget.org/packages/AutoWrapper.Core/5.0.0-rc-03 Please keep you feedback coming to better improve this project. Thank you and I appreciate all the support and feedback! ❤️

@replete - Not yet :)

Not sure if I follow. Using the `ApiResponse` object is optional. For as long as you integrate AutoWrapper, your controller method can use IActionResult or any type that you'd like...

I see what you mean. I will look into this when I have some time. It's been very busy at work. I' am on the process on converting this to...

@TheTrigger I've released an RC version just to test out the migration to .NET 5. You can try using it to test this request out as well: https://www.nuget.org/packages/AutoWrapper.Core/5.0.0-rc

Thanks @Dubzer! Great suggestion and that's really something that we have to consider adding. I have so much on my plate now and hopefully, when time permits, I can start...

It does not support XML at the moment.

Because there isn't a need. At the moment, only the `RequestDataLogIgnore` and `AutoWrapIgnore` attributes can be used within the action level. Is there any specific use case that you are...

Hi, Have you tried looking into the ExcludePaths property to ignore a particular path for websockets? https://github.com/proudmonkey/AutoWrapper#exclude-paths

@arhen Currently, no. Localization is indeed an interesting feature to look at.