Manuel

Results 18 comments of Manuel

@twright-msft - we use this feature in many projects on Windows to store binary files, like Azure blob storage, with the relational data. Backup and restore are very simple. Access...

Any news here? .NET Core would be the perfect solution for this project and with the latest announcements (.NET 5, .NET Core COM) it would perfectly fit in.

+1 Visual Studio's test runner display the correct categories!?

Hi @letsar, thanks for your response. I need such things because I used this in an ASP.NET Core API for HAL links. The UrlHelper creates the links as a preprocessor...

@letsar sorry for the delay. No, I generate the links first, with the UrlHelper, based on the current request/response and then append the RFC6570 template parts with your libs.

The problem is, that I don't know if the existing (pre-rendered via UrlHelper) already contains a query. Like this code snippet: ```cs protected override Task EnrichModel(INameBaseModel content, IUrlHelper urlHelper) {...

@dasMulli thanks for the hint! And what should or can we do in this situation?

I tried to convert the NuGet.Server to .NET Core 1.5 years ago. I don't remember exactly what the blocker was. Vague, some XML transformation libs? Does anybody know more?