You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Added support for .NET 8
- Updated test and sample projects to supports .NET 8
- Fixed compile warnings and errors including CS8352, CA1416
- Initial update to the tests workflow (runtests.yml)
- Removed previously deleted items from the solution file.
* Fixing workflow errors and warnings
- Added .NET 3.1
- Removed include-prerelease: false
- Upgraded actions/cache to v4 (from v1)
* Update runtests.yml
- Run tests in release mode (as the benchmark)
- Upgraded the actions/checkout (v2 to v4)
* Add test solutions to reduce unnecessary nuget package restore
- nuget restore is currently the longest running work on the workflow.
- initial attempt to improve it
* Removed CS0618 in debug mode, updated release notes.
0 commit comments