Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,8 @@ paket-files/
.fake/

# Nuke Build System
.nuke/
.nuke/*
!.nuke/parameters.json

# CodeRush personal settings
.cr/personal
Expand Down
4 changes: 4 additions & 0 deletions .nuke/parameters.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"$schema": "./build.schema.json",
"Solution": "src/LogExpert.sln"
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ This is a continous integration build. So always the latest and greates changes.
## How to Build

* Clone / Fork / Download the source code
* Open the Solution (src/LogExpert.sln) with Visual Studio 2017 (e.g. Community Edition)
* Open the Solution (src/LogExpert.sln) with Visual Studio 2026 (e.g. Community Edition)
* Restore Nuget Packages on Solution
* Build
* The output is under bin/(Debug/Release)/
Expand Down
20 changes: 2 additions & 18 deletions build/Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -68,30 +68,14 @@ partial class Build : NukeBuild

string SetupCommandLineParameter => $"/dAppVersion=\"{VersionString}\" /O\"{BinDirectory}\" /F\"LogExpert-Setup-{VersionString}\"";

Version Version
{
get
{
int patch = 0;

if (AppVeyor.Instance != null)
{
patch = AppVeyor.Instance.BuildNumber;
}

return new Version(1, 21, 0, patch);
}
}

[Parameter("Version string")]
string VersionString => $"{Version.Major}.{Version.Minor}.{Version.Build}";
string VersionString => $"{GitVersion.Major}.{GitVersion.Minor}.{GitVersion.Patch}";

[Parameter("Version Information string")]
//.Branch.{GitVersion.BranchName}.{GitVersion.Sha} removed for testing purpose
string VersionInformationString => $"{VersionString} {Configuration}";

[Parameter("Version file string")]
string VersionFileString => $"{Version.Major}.{Version.Minor}.{Version.Build}";
string VersionFileString => $"{GitVersion.Major}.{GitVersion.Minor}.{GitVersion.Patch}";

[Parameter("Exclude file globs")]
string[] ExcludeFileGlob => ["**/*.xml", "**/*.XML", "**/*.pdb"];
Expand Down
34 changes: 17 additions & 17 deletions src/PluginRegistry/PluginHashGenerator.Generated.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,36 +10,36 @@ public static partial class PluginValidator
{
/// <summary>
/// Gets pre-calculated SHA256 hashes for built-in plugins.
/// Generated: 2026-03-03 15:31:13 UTC
/// Generated: 2026-03-03 16:09:05 UTC
/// Configuration: Release
/// Plugin count: 22
/// </summary>
public static Dictionary<string, string> GetBuiltInPluginHashes()
{
return new Dictionary<string, string>(StringComparer.OrdinalIgnoreCase)
{
["AutoColumnizer.dll"] = "22B0D8918CE8EC55B60E1C7F600CDE5346E84C850D0F101A708938C0A9D28B84",
["AutoColumnizer.dll"] = "66A99B05B0158109FDD466BD86BF7146DB496E6FEF101E2432354482D4D7B54E",
["BouncyCastle.Cryptography.dll"] = "E5EEAF6D263C493619982FD3638E6135077311D08C961E1FE128F9107D29EBC6",
["BouncyCastle.Cryptography.dll (x86)"] = "E5EEAF6D263C493619982FD3638E6135077311D08C961E1FE128F9107D29EBC6",
["CsvColumnizer.dll"] = "0F221FD603B46799D489B082715273EB9C3037127F0587EA3C2E64B4A55C79EF",
["CsvColumnizer.dll (x86)"] = "0F221FD603B46799D489B082715273EB9C3037127F0587EA3C2E64B4A55C79EF",
["DefaultPlugins.dll"] = "8DAB8BFB8A49F70721C056B528376BF5FA780984E867970D12D37F4ABEFA511D",
["FlashIconHighlighter.dll"] = "67743542678B2FCC7E640D62D7A37982511C35331A019B5512E3CD130DE36005",
["GlassfishColumnizer.dll"] = "FE72016523E48DED2AE02A0B8846237126A0EF737447BDE163DE6D7FA09D609A",
["JsonColumnizer.dll"] = "467AEFF4EF4C7316AD62EDA83EC61CE9D997868C728DAD565036A6DA5924503B",
["JsonCompactColumnizer.dll"] = "0941BC5EBC513895C4A3614ABF0BCA91C9F7178FEA9BFB456EBA73875E60F52F",
["Log4jXmlColumnizer.dll"] = "223F858848286A6E813674493DF4C5436DA150A22B3C0F3BDFB9F0C0645C4C2B",
["LogExpert.Core.dll"] = "1F9EE97286307D8DCAFE86B6CEE57B5E3A78D112CA6EFBD0A40BA9A0D66C7849",
["LogExpert.Resources.dll"] = "20421EBFAF11D184D7BC838D87376400D7BD2F6F6F6AAB40AA66A28359D27C61",
["CsvColumnizer.dll"] = "2C3C10055940DD621375D053E377103D11A93F335ED36D9E55040DB838E5C3A7",
["CsvColumnizer.dll (x86)"] = "2C3C10055940DD621375D053E377103D11A93F335ED36D9E55040DB838E5C3A7",
["DefaultPlugins.dll"] = "81B1B90671F3BE83FCA762FED5CB9374DB54222417FFC8CA788F6963C56987A0",
["FlashIconHighlighter.dll"] = "E664D296451903BAFDEFF0893FFCBE3AEB311497A8AEC8E7738918050940EAB1",
["GlassfishColumnizer.dll"] = "68B362D30EFEF28038CF94399D246E50B411C37CDCA98B75144B48005EAE0B21",
["JsonColumnizer.dll"] = "73A5F86FE858F32D2CE431A96BE38349280CC906AD74CCDBFD44656AD33F9FC3",
["JsonCompactColumnizer.dll"] = "A9F4F76E252E3097E2BD9BF23B97CF8EF8A0888589EEF5D2B8D06CEC4EF3A0EB",
["Log4jXmlColumnizer.dll"] = "C2317699673D3C7C017DE4D454C21944734D23EFAE52ABFF6941C048C437906E",
["LogExpert.Core.dll"] = "479001389D97EBF5E999862D8050D0716BFA041E64141941AF32AD7260D2D4FC",
["LogExpert.Resources.dll"] = "4A74C2A933A4FC089792CCEC4793F3CCC962B4D2F2D9A26F4E96793B766BDF49",
["Microsoft.Extensions.DependencyInjection.Abstractions.dll"] = "67FA4325000DB017DC0C35829B416F024F042D24EFB868BCF17A895EE6500A93",
["Microsoft.Extensions.DependencyInjection.Abstractions.dll (x86)"] = "67FA4325000DB017DC0C35829B416F024F042D24EFB868BCF17A895EE6500A93",
["Microsoft.Extensions.Logging.Abstractions.dll"] = "BB853130F5AFAF335BE7858D661F8212EC653835100F5A4E3AA2C66A4D4F685D",
["Microsoft.Extensions.Logging.Abstractions.dll (x86)"] = "BB853130F5AFAF335BE7858D661F8212EC653835100F5A4E3AA2C66A4D4F685D",
["RegexColumnizer.dll"] = "8B0B6CCD1527203874D9AB3CC8213AFAB002183088478780816DB6A9A7360D69",
["SftpFileSystem.dll"] = "1D329D6B7CC40D91C3AE630E82A0EE8E3E07F2EC51C131C0B6C6B7D577E8AD93",
["SftpFileSystem.dll (x86)"] = "979E99CE684AE144605C4BD7E00EFD7D48A61BA82428DEE6F657C9BB0C4AE0CE",
["SftpFileSystem.Resources.dll"] = "21BB198D10368D23E18D103BC07092730C4231DEA66F2640FABD70E9C8FADFA9",
["SftpFileSystem.Resources.dll (x86)"] = "21BB198D10368D23E18D103BC07092730C4231DEA66F2640FABD70E9C8FADFA9",
["RegexColumnizer.dll"] = "2B6787EFC0AA8C1BE9888F65B771E022D0EF352D1307E2A0D936BCA0ED61719A",
["SftpFileSystem.dll"] = "BA495D57BB5BAFAF0CADA9E420830EFF103B70F6A064A6AEC75EBA99992F3B43",
["SftpFileSystem.dll (x86)"] = "9ED8AE8F8E75970C9127FF0B5ADF92FEA0D38A4AD21CCBCB724FA1134247098F",
["SftpFileSystem.Resources.dll"] = "B1F0AF2F41A8CEE71F46C079B08AD11DD0E387042D26650D7A7A04BBC5966FA3",
["SftpFileSystem.Resources.dll (x86)"] = "B1F0AF2F41A8CEE71F46C079B08AD11DD0E387042D26650D7A7A04BBC5966FA3",

};
}
Expand Down
7 changes: 4 additions & 3 deletions src/PluginRegistry/PluginRegistry.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
using ColumnizerLib;

using LogExpert.Core.Classes;
using LogExpert.Core.Classes.Columnizer;
using LogExpert.Core.Entities;
using LogExpert.Core.Interface;
using LogExpert.PluginRegistry.Events;
Expand Down Expand Up @@ -168,9 +169,9 @@ internal void LoadPlugins ()
[
//Default Columnizer if other Plugins can not be loaded
new DefaultLogfileColumnizer(),
//new TimestampColumnizer() as ILogLineMemoryColumnizer,
//new SquareBracketColumnizer() as ILogLineMemoryColumnizer,
//new ClfColumnizer() as ILogLineMemoryColumnizer,
new TimestampColumnizer(),
new SquareBracketColumnizer(),
new ClfColumnizer(),
];

//Default FileSystem if other FileSystem Plugins cannot be loaded
Expand Down
2 changes: 1 addition & 1 deletion src/Solution Items/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[assembly: AssemblyConfiguration("Release")]
[assembly: AssemblyProduct("LogExpert")]
[assembly: AssemblyCopyright("Original work Copyright (c) 2008-2011 Hagen Raab\r\nModified work Copyright (c) 2025 Zarunbal|Hirogen and many others")]
[assembly: AssemblyCopyright("Original work Copyright (c) 2008-2011 Hagen Raab\r\nModified work Copyright (c) 2024-2026 Zarunbal|Hirogen and many others")]

[assembly: AssemblyVersion("1.21.0")]
[assembly: AssemblyFileVersion("1.21.0")]
Expand Down
Empty file added src/build/Build.cs
Empty file.