RiddleTime / Race-Element

Solutions for Sim Racing
https://race.elementfuture.com
GNU General Public License v3.0
77 stars 18 forks source link

packages.config to PackageReference and C#7.3 to C#8 #83

Closed rs-blade closed 1 year ago

rs-blade commented 1 year ago
RiddleTime commented 1 year ago

The worker image in AppVeyor from visual studio 2019 has changed to visual studio 2022.

Quick note, the project is utilizing Custura Fody to weave all the managed and unmanaged assemblies and into 1 single executable.

rs-blade commented 1 year ago

Okay...Fody needs a bit more attention

rs-blade commented 1 year ago

The worker image in AppVeyor from visual studio 2019 has changed to visual studio 2022.

  • No clue...if I had modified the version info in the sln-File I hadn't be surprised...but there is no change.

Quick note, the project is utilizing Custura Fody to weave all the managed and unmanaged assemblies and into 1 single executable.

  • I see. Let's look if the magic Microsoft built into PackageReference also works for those referenced target files in the csproj file
rs-blade commented 1 year ago

Can I download the last appveyor build for this PR result to throw it on my gaming PC and check if it still runs?

RiddleTime commented 1 year ago

Can I download the last appveyor build for this PR result to throw it on my gaming PC and check if it still runs?

At the moment there is only a simple build status, it doesn't deploy the build, yet. I can download the fork and check it out manually, for now. (CI/CD is something for the future )

RiddleTime commented 1 year ago

It is building locally and running. I am (yes manually) functionally testing some of the features. Will merge the PR as soon as I see no issues.

Great work so far, some C# 8 features are very useful 👍