8 Commits

Author SHA1 Message Date
suvenka a16f78a4a7 Fix CI build: pin .NET SDK to 8.0.x via global.json
The CI runner has .NET SDK 10.0.x pre-installed, which fails to resolve
the .NET 8.0 AppHost packs needed by the NetCore project. Pin the SDK
to the 8.0.x feature band using global.json with rollForward=latestFeature,
and add the setup-dotnet action to install the matching SDK on CI.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-06 16:36:27 -08:00
wwh1004 1b26db44b0 Add constructor for schema from EVENT_RECORD and PTRACE_EVENT_INFO (#265)
* Add constructor for schema from EVENT_RECORD and PTRACE_EVENT_INFO

* Update target framework to net8.0 in build and assembly generation scripts

* Bump nuget versions

---------

Co-authored-by: Matt Swann <mswann@Microsoft.com>
2025-12-02 08:45:18 -08:00
Kyle Reed 924a28ed8d Update for .NET Core 8 (#267)
* Update for .NET Core 8
Clean up the netcore vcxproj files

* Update test assembly path

* Don't define a runtime lib in release builds (this is how it was before)

* Remove assemblyDebug from release builds

* Remember to actually save file after changing it
2025-11-19 16:47:22 -08:00
HydrophobicMinghao 338d486440 Add Windows ARM64 port for managed wrappers. (#234)
* Add assets for ARM64 port.

* Remove unused element.

* Add new ignore files.

* Compatible with non-SDK projects.

* Fix installation command log.

* Fix CI workflow.

* Fix platform targets.

* Fix x64 managed tests path.

* Migrate csproj to SDK style.

* Fix csproj.

* Align and fix csproj projects.
2024-06-04 08:46:15 -07:00
Henri-Bastien Lamontagne 6ce05a62b2 address code review feedback 2022-08-03 07:55:05 -07:00
John U 79e8af192e add stack trace helpers (#26) (#191)
* add stack trace helpers (#26)

* use windows-2019 for builds

* [PR feedback] rename StackTrace method to GetStackTrace
2022-04-24 18:13:42 -07:00
Matt Swann 0d0f20efa7 Fix setup-nuget step (#146) 2020-11-19 16:24:18 -08:00
Johannes Rave 3e974bd0c7 Create github action ci flow (#112) 2020-03-13 10:25:27 -07:00