1
I Use This!
Inactive

Commits : Listings

Analyzed about 15 hours ago. based on code collected 2 days ago.
Mar 26, 2025 — Mar 26, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
#13 (TextAlign property doesn't work on single-line blocks): InlineContainer now stretches by default. More... about 8 years ago
Updated ReadMe: added link to NuGet package to Getting Started section. More... about 8 years ago
Simplified Grid API for simple cases: Switched default Column width to Auto. Added conversion of AddColumns(-1) to Auto. Added constructors for Cell and Div which accept text (they're the only block elements which frequently contain text directly). More... about 8 years ago
Updated ReadMe: added badges for GitHub closed issues, FOSSA, CII best practices, libraries.io dependencies; added shields.io logo. More... about 8 years ago
Force GitHub to redetect license. More... about 8 years ago
Switched to version 0.9.1. Enabled symbol+source packages. Updated ReadMe: reordered badges. More... about 8 years ago
Updated ReadMe: added 13 badges. More... about 8 years ago
Reverted change to SolutionDir fix in Settings.Dirs.props. More... about 8 years ago
Added AppVeyor-specific build config: get version from tags; add version suffixes based on build number, branch, pull request; modify assembly attributes; add branch name, commit hash tags. Added NuGet-specific small ReadMe, generated on build. More... about 8 years ago
Converted Tests projects to new format, enabled all 6 framework-XAML combinations (except .NET 3.5). Updated packages Tests projects depend on. More... about 8 years ago
Fixed adding first gradient stop with auto offset. Added custom FIGlet font (Roman). Changed FigletDiv to ignore extra line generated by Figlet.ToAscii. More... about 8 years ago
Moved Bin and Obj dirs and NuGet package output of Library and Sample projects to Artifacts dir. Added content files (ReadMe and License) to Library projects and NuGet packages. More... about 8 years ago
Updated ReadMe: added sections: Getting Started, Framework Compatibility, Related Projects. More... about 8 years ago
Added Alba.CsConsoleFormat.ColorfulConsole-NoXaml project. More... about 8 years ago
Added Alba.CsConsoleFormat.ColorfulConsole project with support for Colorfule.Console's FIGlet fonts. Cleaned up solution file and compatibility for .NET Standard 1.3. More... about 8 years ago
Converted Alba.CsConsoleFormat.Presentation project to new format, added building of NuGet package. WPF project system based on https://github.com/aienabled/WpfNewProjectSystemSample. More... about 8 years ago
Fix CI build (make SolutionDir property work without .sln file). Disable building NuGet packages in Debug mode. More... about 8 years ago
Converted Alba.CsConsoleFormat.Sample.ProcessManager project to new format. More... about 8 years ago
Converted Alba.CsConsoleFormat.ConsoleTest project to new format. More... about 8 years ago
Cleaned up project files: moved common NuGet properties to Settings.props. Added icon. More... about 8 years ago
Cleaned project files: moved common logic to Settings.props. More... about 8 years ago
Fixed ConsoleRendererTests.NullArguments test. Cleaned up framework id logic in project files. More... about 8 years ago
Cleaned up project dependencies. More... about 8 years ago
Added support for .NET 3.5 in No-XAML version. More... about 8 years ago
Fixed build paths. More... about 8 years ago
Added No-XAML version (no XAML, no bindings, no Repeater). More... about 8 years ago
Fixed build for .NET Standard 2.0 and .NET 4.0. More... about 8 years ago
Switched from .NET Standard 2.0 to 1.3. Fixed build for .NET Standard 1.3. More... about 8 years ago
Switched main project from Net 4.0 to multi-targeted .NET 4.0 + .NET Standard 2.0. More... about 8 years ago
Switched to C# 7.2. Enabled more R# inspections. Applied changes according to them: sealed classes, added pure and mustusereturnvalue attributes, added nullability attributes and checks, added asserts. More... about 8 years ago