Skip to content

Update test project file format and target framework #680

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 42 commits into
base: master
Choose a base branch
from

Conversation

louislefevre
Copy link
Contributor

@louislefevre louislefevre commented Mar 5, 2025

In order to better expand the UI test and unit test suites, this PR aims to modernize the FlaUI.Core.UITests, FlaUI.Core.UnitTests, WinFormsApplication, and WpfApplication projects. For each project:

  • Target framework brought up to the latest version of .NET.
  • .csproj file has been updated to use the newer and much leaner format.
  • NuGet packages have been bumped up to the latest versions,
  • Redundant files (e.g. AssemblyInfo.cs, App.config) have been removed.

In addition, the build tools has been updated to support the latest version of .NET.

These changes are aimed exclusively at the test related projects, and shouldn't affect any users of the project (with the exception of adding the target framework net8-windows to the FlaUI.TestUtilities project). The hope is that it will help start the process of making the test suite more extensible and generally cleaner, so that people can begin to contribute new tests to the project.

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.

1 participant