SVG/Source/DataTypes
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
..
EnumConverters.cs Main Project Cleanup (#1123) 2024-01-18 12:05:57 +09:00
ISvgSupportsCoordinateUnits.cs Deprecate unused interface (#516) 2019-07-17 05:32:45 +02:00
ISvgViewPort.cs Autoformat source code 2019-05-20 21:46:35 +02:00
SvgAspectRatio.cs Update DeepCopy method of each element. (#599) 2019-10-23 19:54:20 +02:00
SvgAspectRatioConverter.cs Main Project Cleanup (#1123) 2024-01-18 12:05:57 +09:00
SvgColourInterpolation.cs Replace tabs by spaces. 2019-06-07 21:09:41 +02:00
SvgCoordinateUnits.cs Remove DefaultValue in EnumConverters. (#668) 2020-02-10 21:07:57 +01:00
SvgElementStyle.cs - Source control folders restructured 2010-03-04 10:19:58 +00:00
SvgFontStretch.cs Add properties to SvgMask and SvgElement (#654) 2020-01-30 21:16:10 +01:00
SvgFontStyle.cs Fixed SvgFontStyle values. (#661) 2020-02-05 20:40:23 +01:00
SvgFontVariant.cs Refactor in EnumConverters (#666) 2020-02-08 22:19:56 +01:00
SvgFontWeight.cs Add tests for EnumConverters. (#663) 2020-02-07 20:32:39 +01:00
SvgMarkerUnits.cs Replace tabs by spaces. 2019-06-07 21:09:41 +02:00
SvgNumberCollection.cs Added support for .NET 8 (#1137) 2024-02-03 18:19:59 +09:00
SvgOrient.cs Migrate to supported .NET Core versions (#787) 2021-01-12 18:36:33 +01:00
SvgOrientConverter.cs Small refactoring in SvgOrient (#532) 2019-07-28 13:58:57 +02:00
SvgOverflow.cs Replace tabs by spaces. 2019-06-07 21:09:41 +02:00
SvgPoint.Drawing.cs Split drawing code into separate files (#934) 2022-01-10 20:02:27 +01:00
SvgPoint.cs Split drawing code into separate files (#934) 2022-01-10 20:02:27 +01:00
SvgPointCollection.cs Added support for .NET 8 (#1137) 2024-02-03 18:19:59 +09:00
SvgTextDecoration.cs Fixed many attribute enums. Now they will 1) output the proper case, 2) only output if non-null and non-default, 3) include more documentation, 4) are marked as Flags where appropriate. 2015-04-03 15:36:19 -04:00
SvgTextLengthAdjust.cs Fixed many attribute enums. Now they will 1) output the proper case, 2) only output if non-null and non-default, 3) include more documentation, 4) are marked as Flags where appropriate. 2015-04-03 15:36:19 -04:00
SvgTextPathMethod.cs Fixed many attribute enums. Now they will 1) output the proper case, 2) only output if non-null and non-default, 3) include more documentation, 4) are marked as Flags where appropriate. 2015-04-03 15:36:19 -04:00
SvgTextPathSpacing.cs Fixed many attribute enums. Now they will 1) output the proper case, 2) only output if non-null and non-default, 3) include more documentation, 4) are marked as Flags where appropriate. 2015-04-03 15:36:19 -04:00
SvgTextTransformation.cs Basic support of CSS text-transform 2018-12-22 13:51:12 +01:00
SvgUnit.Drawing.cs Fix precision issue in SvgUnit (#969) 2022-04-05 09:09:13 +02:00
SvgUnit.cs Split drawing code into separate files (#934) 2022-01-10 20:02:27 +01:00
SvgUnitCollection.cs Main Project Cleanup (#1123) 2024-01-18 12:05:57 +09:00
SvgUnitConverter.cs Added support for .NET 8 (#1137) 2024-02-03 18:19:59 +09:00
SvgViewBox.Drawing.cs Split drawing code into separate files (#934) 2022-01-10 20:02:27 +01:00
SvgViewBox.cs Split drawing code into separate files (#934) 2022-01-10 20:02:27 +01:00
XmlSpaceHandling.cs Use Source Generators for SvgElementFactory (#772) 2021-01-07 20:11:08 +01:00