Daniel Meza

Results 37 comments of Daniel Meza

For Enums we can use [SmartEnum ](https://github.com/ardalis/SmartEnum)or a custom implementation of [Enhanced Enums ](https://codeblog.jonskeet.uk/2006/01/05/classenum/)

T4 can be now replaced with [Source Generators](https://devblogs.microsoft.com/dotnet/introducing-c-source-generators/) I used with [Scriban ](https://github.com/scriban/scriban)as template engine and work well!

We can start with https://docs.microsoft.com/en-us/samples/microsoft/windows-universal-samples/nfc/ for UWP, I wonder if there is any native implementation for Linux

I had the same problen with the SignalR package using the 3.1.0-preview4.19579.2 of Blazor and the 1.1.0-preview3 of SIgnalR

That's great! This allow us to reduce the maintenance effort and will propagate new features across all system. Remember to use HttpClientFactory and Polly for reduce HTTP connection issues.

@devployment I have a lot of experience with aurelia, and it is a awesome JS framework, but it is JS. Although since the project is oriented to rest noting stop...

I have made a workarround [here ](https://github.com/RicoSuter/NSwag/issues/2161#issuecomment-606091808)

@bpaczkowski here is a workarround https://github.com/RicoSuter/NSwag/issues/2161#issuecomment-606091808

Here is other solution, copy the .xml from nuget folder to the build folder https://snede.net/add-nuget-package-xml-documentation-to-swagger/

pleease we need this!