SVG/Source/Transforms
Paul Selormey 02518c43c1
Added support for .NET 8 (#1137)
* 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.
2024-02-03 18:19:59 +09:00
..
ISvgTransformable.cs Enable building code without System.Drawing.Common dependency (#931) 2022-01-05 21:59:02 +01:00
SvgMatrix.Drawing.cs Split drawing code into separate files (#934) 2022-01-10 20:02:27 +01:00
SvgMatrix.cs Split drawing code into separate files (#934) 2022-01-10 20:02:27 +01:00
SvgRotate.Drawing.cs Split drawing code into separate files (#934) 2022-01-10 20:02:27 +01:00
SvgRotate.cs Split drawing code into separate files (#934) 2022-01-10 20:02:27 +01:00
SvgScale.Drawing.cs Split drawing code into separate files (#934) 2022-01-10 20:02:27 +01:00
SvgScale.cs Split drawing code into separate files (#934) 2022-01-10 20:02:27 +01:00
SvgShear.Drawing.cs Split drawing code into separate files (#934) 2022-01-10 20:02:27 +01:00
SvgShear.cs Split drawing code into separate files (#934) 2022-01-10 20:02:27 +01:00
SvgSkew.Drawing.cs Split drawing code into separate files (#934) 2022-01-10 20:02:27 +01:00
SvgSkew.cs Split drawing code into separate files (#934) 2022-01-10 20:02:27 +01:00
SvgTransform.Drawing.cs Split drawing code into separate files (#934) 2022-01-10 20:02:27 +01:00
SvgTransform.cs Split drawing code into separate files (#934) 2022-01-10 20:02:27 +01:00
SvgTransformCollection.Drawing.cs Split drawing code into separate files (#934) 2022-01-10 20:02:27 +01:00
SvgTransformCollection.cs Split drawing code into separate files (#934) 2022-01-10 20:02:27 +01:00
SvgTransformConverter.cs Added support for .NET 8 (#1137) 2024-02-03 18:19:59 +09:00
SvgTranslate.Drawing.cs Split drawing code into separate files (#934) 2022-01-10 20:02:27 +01:00
SvgTranslate.cs Split drawing code into separate files (#934) 2022-01-10 20:02:27 +01:00