microsoft / krabsetw

KrabsETW provides a modern C++ wrapper and a .NET wrapper around the low-level ETW trace consumption functions.
Other
588 stars 147 forks source link

Rename .targets file and add missing assert specialization for bool #185

Closed swannman closed 2 years ago

swannman commented 2 years ago

Fix #184 by renaming .targets file to match nuget ID.

Fix #177 by adding assert_valid_assignment specialization that was missed in #148.