↧
Adding input validation in Uno Platform apps
A common scenario of most user experiences is the ability to validate a user’s input. Some examples include validation of a value of a text box or selection of an... The post Adding input validation in...
View ArticleSetting GitHub Actions environment variables in PowerShell
GitHub Actions is becoming quite robust with a wide variety of actions you can take advantage of in your workflows. For those unaware, these are workflows for your open-source GitHub... The post...
View ArticleHow to build & publish NuGet packages with GitHub Actions
When it comes to maintaining an open-source .NET library development, it is best practice to... The post How to build & publish NuGet packages with GitHub Actions appeared first on James Croft.
View Article