Skip to content

DotNetOutputToConsole v1.1.0 – Dependency-Free, Safer Console Output for ASP.NET

Latest

Choose a tag to compare

@livedcode livedcode released this 23 Nov 02:38

🚀 DotNetOutputToConsole v1.1.0

This update improves safety, removes unnecessary dependencies, and enhances browser-console output for ASP.NET Framework 4.8 / 4.8.1 applications.

🔧 Improvements

  • Removed dependency on System.Web.Helpers (no more Json.Encode required)
  • Now uses HttpUtility.JavaScriptStringEncode (built-in, no external DLLs)
  • Improved XSS-safe sanitization for console output
  • Cleaned .csproj references for a lighter package
  • Updated Web.config reading and fallback handling
  • Updated README.md and added CHANGELOG.md
  • AssemblyVersion, FileVersion, and NuGet version updated to 1.1.0

🛠️ Bug Fixes

  • Fixed “Could not load System.Web.Helpers” runtime error on servers
  • Fixed special character encoding issues
  • Fixed NuGet readme packaging issue (case-sensitive path)

📦 Version Information

  • AssemblyVersion: 1.1.0.0
  • FileVersion: 1.1.0.0
  • NuGet Package Version: 1.1.0

⚙️ How to Update

Update-Package DotNetOutputToConsole