Skip to content

Dot net 8 - #308

Merged
Hirogen merged 61 commits into
Developmentfrom
dot-net-8
Feb 13, 2025
Merged

Dot net 8#308
Hirogen merged 61 commits into
Developmentfrom
dot-net-8

Conversation

@Hirogen

@Hirogen Hirogen commented Feb 3, 2025

Copy link
Copy Markdown
Collaborator

No description provided.

Randall Flagg and others added 14 commits January 5, 2025 19:58
Updated the .csproj files to support .net 8 better:
1. Removed old project configurations.
2. Created props files.
3. Manage packages versions centrally
4. Standardized the output path
appveyor.yml image updated to vs2022.
appveyor-release.yml removed the image.

The build changes were done with the help of:
TheNicker
Hirogen
# Conflicts:
#	.gitignore
#	.nuke/build.schema.json
#	.nuke/parameters.json
#	build.ps1
#	build/Build.cs
#	build/_build.csproj
#	src/AutoColumnizer/AutoColumnizer.csproj
#	src/ColumnizerLib.UnitTests/ColumnizerLib.UnitTests.csproj
#	src/ColumnizerLib/ColumnizerLib.csproj
#	src/CsvColumnizer/CsvColumnizer.csproj
#	src/DefaultPlugins/DefaultPlugins.csproj
#	src/FlashIconHighlighter/FlashIconHighlighter.csproj
#	src/GlassfishColumnizer/GlassfishColumnizer.csproj
#	src/JsonColumnizer/JsonColumnizer.csproj
#	src/JsonCompactColumnizer/JsonCompactColumnizer.csproj
#	src/Log4jXmlColumnizer/Log4jXmlColumnizer.csproj
#	src/LogExpert.Tests/DateFormatParserTest.cs
#	src/LogExpert.Tests/Extensions/EnumerableTests.cs
#	src/LogExpert.Tests/JSONSaveTest.cs
#	src/LogExpert.Tests/JsonColumnizerTest.cs
#	src/LogExpert.Tests/LogExpert.Tests.csproj
#	src/LogExpert.Tests/LogStreamReaderTest.cs
#	src/LogExpert.Tests/LogWindowTest.cs
#	src/LogExpert/Controls/LogTabWindow/LogTabWindow.cs
#	src/LogExpert/Controls/LogTabWindow/LogTabWindow.designer.cs
#	src/LogExpert/Controls/LogWindow/LogWindow.designer.cs
#	src/LogExpert/Controls/LogWindow/LogWindowEventHandlers.cs
#	src/LogExpert/Controls/LogWindow/LogWindowsPublic.cs
#	src/LogExpert/Dialogs/BufferedDataGridView.cs
#	src/LogExpert/Dialogs/DateTimeDragControl.cs
#	src/LogExpert/Dialogs/SettingsDialog.cs
#	src/LogExpert/LogExpert.csproj
#	src/LogExpert/Program.cs
#	src/RegexColumnizer.UnitTests/RegexColumnizer.UnitTests.csproj
#	src/RegexColumnizer.UnitTests/RegexColumnizerTests.cs
#	src/RegexColumnizer/RegexColumnizer.csproj
#	src/SftpFileSystemx64/SftpFileSystemx64.csproj
#	src/SftpFileSystemx64/SftpLogFileInfo.cs
#	src/SftpFileSystemx86/SftpFileSystemx86.csproj
#	src/Solution Items/AssemblyVersion.cs
#	src/WinFormsUI/WinFormsUI.csproj
@Hirogen

Hirogen commented Feb 4, 2025

Copy link
Copy Markdown
Collaborator Author

some UI Changes need to be made, after that, the development branch will be switched to .net 8 and a week after that, the master branch

Randall Flagg and others added 5 commits February 4, 2025 23:36
Avoids NullReference on Finalizer on GC thread.

Riferimento a un oggetto non impostato su un'istanza di oggetto.

NullReferenceException
   in LogExpert.Classes.Log.PositionAwareStreamReaderBase.Dispose(Boolean disposing)
   in LogExpert.Classes.Log.LogStreamReaderBase.Finalize()

A finalizer should always call Dispose with disposing set to false because some objects could already have been collected and set to null.
Added a property inorder to be able to compile on linux
@Hirogen

Hirogen commented Feb 10, 2025

Copy link
Copy Markdown
Collaborator Author

Currently there is a color problem in the LogTabWindow, probably from the DarkMode, but I can't find out why the color doesn't change back

@Hirogen Hirogen linked an issue Feb 11, 2025 that may be closed by this pull request
@Hirogen
Hirogen merged commit ff1e629 into Development Feb 13, 2025
@Hirogen
Hirogen deleted the dot-net-8 branch February 13, 2025 16:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

toolbar Position "external Tools" - not correct

3 participants