Closed rs-blade closed 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.
Okay...Fody needs a bit more attention
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
Can I download the last appveyor build for this PR result to throw it on my gaming PC and check if it still runs?
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 )
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 👍