Kros-sk / Kros.Libs

This repo contains Kros.Utils, Kros.Utils.MsAccess, Kros.KORM and Kros.KORM.MsAccess libraries.
MIT License
7 stars 13 forks source link

Make ResourceHelper public for using in other .NET Core projects #151

Closed satano closed 6 years ago

satano commented 6 years ago

.NET Core is not able to get value of file resources. That's why we have ResourceHelper class. But other our .NET Core projects are using file resources and it would be great if they can use file resources easily.

satano commented 6 years ago

It seems that file resources are already working the same way as in full .NET framework. At least in .NET Core 2.1 projects.