DEV Community

Bervianto Leo Pratama
Bervianto Leo Pratama

Posted on • Originally published at berviantoleo.Medium on

My First .NET Library

My First .NET Library

Hello! Currently I start to build my own library and published to public and be Open Source to get many feedback. My target is to help Validation for .NET apps. Currently I’ve added initial project to Github and publish initial version. Hopefully I will setup the CD (Continuous Delivery) since I still learn how to do that especially for nuget and also dotnet .

Continuous Delivery Strategy

I hope I can publish to many feeds, of course to the nuget.org. Another feeds like Github Package also become my consideration. So I need to plan the CD strategy. Hopefully I will use Github Action so I can easy-ly publish to Github Package.

Repository

Stay tune! Here is my repositories: https://github.com/bervProject/BervProject.Validation.Common

bervProject/BervProject.Validation.Common

First Release

The first release is for checking IFormFile and checking the filename extension and validate what you need. So you can easy-ly integrate the validation in your code and more cleaner. :)

Photo by reyhan afif on Unsplash

License

The license is MIT. So feel free to modify or create your own from my code! Happy Open Source!

Top comments (0)