Skip to content
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

Add .net 9 to platform #931

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open

Add .net 9 to platform #931

wants to merge 10 commits into from

Commits on Nov 13, 2024

  1. Add .net 9 to platform

    vb2ae committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    00f83c5 View commit details
    Browse the repository at this point in the history
  2. Update .NET version to 9.0.x in CI configuration files

    The .NET version used in `codeql-analysis.yml` and `azure-pipeline.yml` files has been updated from `8.0.x` to `9.0.x`. This ensures compatibility with the latest features and improvements in .NET 9.0.x.
    vb2ae committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    688067c View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. Configuration menu
    Copy the full SHA
    a956057 View commit details
    Browse the repository at this point in the history
  2. update build

    vb2ae committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    82d612f View commit details
    Browse the repository at this point in the history
  3. fix build

    vb2ae committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    f933789 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    68a36d9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    11358df View commit details
    Browse the repository at this point in the history
  6. Update global.json .net version

    Have codeql use global.json to .net version
    vb2ae committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    923df78 View commit details
    Browse the repository at this point in the history
  7. Refactor CI configs and enhance EventAggregator logging

    Updated codeql-analysis.yml and dotnet.yml to use a new environment variable 'caliburn_sln' for solution file paths,
    improving maintainability.
    Refactored EventAggregatorTests.cs to optimize message type handling.
    Added detailed logging in EventAggregator.cs to provide better insights into handler checks and registrations.
    vb2ae committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    438e725 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2024

  1. Configuration menu
    Copy the full SHA
    34e1554 View commit details
    Browse the repository at this point in the history