Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
72c1ab4
remove GitVersion.CommandLine, it is deprecated
Hirogen Mar 2, 2025
1b1b009
Merge pull request #327 from Hirogen/deleteOldNugetPackage
Hirogen Mar 3, 2025
db714f5
Updated Singleton to .net9 capabilities.
Mar 5, 2025
964c670
Changed the interface in order to be able to compile under other OS t…
Mar 5, 2025
883bc7f
Removed redundant check as Point is a struct thus can never be null
Mar 5, 2025
b8d34b4
Code Improvements - Modern writing and splitting big methods
Mar 5, 2025
4365f30
Changed: Encapsulated code better by changing visibility from public …
Mar 6, 2025
8f8a771
Changed to a more standard name
Mar 6, 2025
ea8bac8
Removed redundant assignments
Mar 6, 2025
2f5f1f6
Removed unused delegates
Mar 6, 2025
36df022
Merge pull request #331 from RandallFlagg/CodeImprovement
Hirogen Mar 8, 2025
df62bf5
Changed: Removed the thread that updates the status line and replaced…
Mar 11, 2025
8864052
Merge pull request #333 from RandallFlagg/status_line_update
Hirogen Mar 11, 2025
206302e
Modern writing
Mar 6, 2025
fc871d8
Issue31 missing again
Hirogen Mar 11, 2025
479a7ba
Merge branch 'Development' into issue31
Hirogen Mar 11, 2025
e5fe811
Merge pull request #336 from Hirogen/issue31
Hirogen Mar 11, 2025
d4aa75c
Merge pull request #343 from Hirogen/aboutfordev
Hirogen Mar 12, 2025
b8afdee
Open the files in designer. Didn't change anything.
Mar 13, 2025
6801cde
Changed the default number of lines loaded per buffer from 500 to 50000.
Mar 13, 2025
90f6ba5
Fix: Load all the plugins in the plugins directory
Mar 13, 2025
451082e
Merge pull request #347 from RandallFlagg/#337
Hirogen Mar 13, 2025
97526ca
Merge pull request #345 from RandallFlagg/default_read_lines
Hirogen Mar 13, 2025
58f55b5
Create test_dotnet.yml
Hirogen Mar 13, 2025
1397533
wrong target
Mar 13, 2025
fbd3ffb
workflow test
Mar 13, 2025
ec54e58
solution name
Mar 13, 2025
c38e703
removed
Mar 13, 2025
de8900e
working directory
Mar 13, 2025
a26c8cb
working directories
Mar 13, 2025
dc725bf
issue31 msising again
Mar 13, 2025
d630a63
Merge pull request #349 from LogExperts/Test-Workflow
Hirogen Mar 13, 2025
af73cf8
Update README.md
Hirogen Mar 13, 2025
637aa74
build badge
Mar 13, 2025
b58d90a
Merge pull request #350 from LogExperts/status-badge
Hirogen Mar 13, 2025
11ebdcc
Merge branch 'LogExperts:Development' into CodeCleanup
RandallFlagg Mar 14, 2025
93ba114
Merge pull request #346 from RandallFlagg/CodeCleanup
Hirogen Mar 14, 2025
7be6f3a
Change: Resources file names code update to be able to compile on cas…
Mar 16, 2025
7a72c89
Merge pull request #351 from RandallFlagg/Fixes
Hirogen Mar 17, 2025
eee04a9
issue355: fix csv columnizer not using high dpi
Hirogen Mar 20, 2025
4aaa813
Merge pull request #357 from LogExperts/issue355
Hirogen Mar 20, 2025
4c5887d
grpc-nuget-update
Hirogen Mar 20, 2025
570960d
new version
Hirogen Mar 20, 2025
fd9c943
Merge pull request #358 from LogExperts/grpc_nuget_update
Hirogen Mar 20, 2025
4a7fcd0
Merge pull request #359 from LogExperts/version1_12_0
Hirogen Mar 20, 2025
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
31 changes: 31 additions & 0 deletions .github/workflows/test_dotnet.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# This workflow will build a .NET project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net

name: .NET

on:
push:
branches: [ "Development" ]
pull_request:
branches: [ "Development" ]

jobs:
build:

runs-on: windows-latest

steps:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
- name: Restore dependencies
run: dotnet restore
working-directory: src
- name: Build
run: dotnet build --no-restore
working-directory: src
- name: Test
run: dotnet test --no-build --verbosity normal
working-directory: src
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# LogExpert [![Build status](https://ci.appveyor.com/api/projects/status/hxwxyyxy81l4tee8/branch/master?svg=true)](https://ci.appveyor.com/project/Zarunbal/logexpert/branch/master)
# LogExpert [![.NET](https://github.com/LogExperts/LogExpert/actions/workflows/test_dotnet.yml/badge.svg)](https://github.com/LogExperts/LogExpert/actions/workflows/test_dotnet.yml)

This is a clone from (no longer exists) https://logexpert.codeplex.com/

Expand Down
2 changes: 1 addition & 1 deletion build/Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Version Version
patch = AppVeyor.Instance.BuildNumber;
}

return new Version(1, 11, 2, patch);
return new Version(1, 12, 0, patch);
}
}

Expand Down
12 changes: 4 additions & 8 deletions build/_build.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,15 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="chocolatey" Version="2.4.1" />
<PackageReference Include="GitVersion.CommandLine" Version="5.12.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="chocolatey" Version="2.4.3" />
<PackageReference Include="GitVersion.Core" Version="6.1.0" />
<PackageReference Include="NuGet.CommandLine" Version="6.12.2">
<PackageReference Include="NuGet.CommandLine" Version="6.13.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Include="Nuke.Common" Version="9.0.3" />
<PackageReference Include="Nuke.Common" Version="9.0.4" />
<PackageReference Include="Nuke.GitHub" Version="7.0.0" />
<PackageReference Include="NUnit.ConsoleRunner" Version="3.19.0" />
<PackageReference Include="NUnit.ConsoleRunner" Version="3.19.2" />
</ItemGroup>

<ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions src/AutoColumnizer/AutoColumnizer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<AssemblyTitle>AutoColumnizer</AssemblyTitle>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>..\Solution Items\Key.snk</AssemblyOriginatorKeyFile>
<IsTestProject>false</IsTestProject>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<OutputPath>$(SolutionDir)..\bin\$(Configuration)\plugins</OutputPath>
</PropertyGroup>
Expand Down
6 changes: 2 additions & 4 deletions src/ColumnizerLib/ColumnizerLib.csproj
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0-windows</TargetFramework>
<EnableWindowsTargeting>true</EnableWindowsTargeting>
<TargetFramework>net8.0</TargetFramework>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>LogExpert</RootNamespace>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<UseWindowsForms>true</UseWindowsForms>
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
<DocumentationFile>$(SolutionDir)..\bin\Docs\ColumnizerLib.xml</DocumentationFile>
<IsTestProject>false</IsTestProject>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<OutputPath>$(SolutionDir)..\bin\$(Configuration)</OutputPath>
<NoWarn>CS1591;</NoWarn>
Expand Down
5 changes: 2 additions & 3 deletions src/ColumnizerLib/ILogExpertPluginConfigurator.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using System;
using System.Collections.Generic;
using System.Text;
using System.Windows.Forms;

namespace LogExpert
{
Expand Down Expand Up @@ -46,7 +45,7 @@ public interface ILogExpertPluginConfigurator
/// </summary>
/// <seealso cref="HasEmbeddedForm"/>
/// <param name="parentPanel">Set this panel as the parent for you config dialog.</param>
void ShowConfigForm(Panel parentPanel);
void ShowConfigForm(object parentPanel);

/// <summary>
/// Implement this function if your plugin uses an own top level dialog for the configuration (modal config dialog).
Expand All @@ -60,7 +59,7 @@ public interface ILogExpertPluginConfigurator
/// </summary>
/// <seealso cref="HasEmbeddedForm"/>
/// <param name="owner">Set the given Form as the owner of your dialog.</param>
void ShowConfigDialog(Form owner);
void ShowConfigDialog(object owner);

/// <summary>
/// This function is called when the user selects another plugin in the list. You should retrieve
Expand Down
2 changes: 2 additions & 0 deletions src/CsvColumnizer/CsvColumnizer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@
using System.IO;
using System.Linq;
using System.Reflection;
using System.Runtime.Versioning;
using System.Windows.Forms;

[assembly: SupportedOSPlatform("windows")]
namespace CsvColumnizer
{
/// <summary>
Expand Down
2 changes: 1 addition & 1 deletion src/CsvColumnizer/CsvColumnizer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<TargetFramework>net8.0-windows</TargetFramework>
<EnableWindowsTargeting>true</EnableWindowsTargeting>
<OutputType>Library</OutputType>
<IsTestProject>false</IsTestProject>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<UseWindowsForms>true</UseWindowsForms>
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<OutputPath>$(SolutionDir)..\bin\$(Configuration)\plugins</OutputPath>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<NoWarn>CA1416;</NoWarn>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<Optimize>False</Optimize>
Expand Down
Loading