Understanding GitHub Actions for NuGet Publishing: A Step-by-Step Workflow Breakdown
GitHub Actions enable automated workflows for building, testing, and deploying software. This post walks through a sample YAML workflow for publishing NuGet ...
"The pragmatic application of technology is about making wise, informed, and strategic choices that align technology with business goals and objectives. It's a belief system that prioritizes tangible outcomes."
Tony Bierman
GitHub Actions enable automated workflows for building, testing, and deploying software. This post walks through a sample YAML workflow for publishing NuGet ...
Refactoring monolithic code in Razor Pages can transform tangled logic into modular, testable components. This post explores refactoring stats computations f...
Pipeline Pattern Update: Refactored FieldValueDisplayViewModel to use a pipeline pattern, improving maintainability and extensibility for field value formatt...
Unit Test Update: Code coverage for UniversalReportCore.dll is at 78.7%, branch coverage at 71.3%.
Demo Update: Report Hub Implementation