Commit 4b93594
Add support for VS2022 (#853)
* Update to PackageReference
* Migrage to PackageReferences
* Migrate to PackageReferences
* Simplify references.
* Remove duplicate reference
* Add test adapters
* Add reference to try to get unit tests to run
* Remove unnecessary references
* Add skeleton Shared projects
* Move files from CodeMaid to CodeMaidShared
* Migrate resources and settings to shared
* Update copyright statement
* Remove empty group
* Add skeleton VS2022 project
* Remove experimental add
* Flesh out links into VS2022 project
* Update VS2022 targets
* Update RootNamespace
This seemed to fix the Resources.resx from the shared project not being available at runtime.
* Update BuildTools
* Add GetExecutingAssembly prior to any InitializeComponent call for VS2022
* Remove all explicit binding paths since the assembly name varies for VS2022.
* Replace usage of FindPattern/ReplacePattern with IFindService (#847)
* Replace usage of FindPattern/ReplacePattern with IFindService
* Fix replace logic
* cleanup
* more cleanup
* fix NU1605 warnings
* fix test project build error
* Remove ThreadHelper.ThrowIfNotOnUIThread
These prevent Spade from loading which uses asynchronous background parsing for performance.
* Fix inverted calculation
This looks like it is intending to get the relative line offset, however it was subtracting the line position from the start of the line resulting in a negative number. These should(tm) be inverted so that the start of the line is subtracted from the place on the line.
* Dogfood code cleanup via VS2022
* Dogfood code cleanup with VS2022
* Fix threading exceptions when running Solution cleanup (#851)
* CodeMaid on CodeMaid
* Re-fix inverted calculation
Same as
* Delete IntegrationTests
* Delete IntegrationTests.testsettings
* Updates to v12.0
Includes dropping VS2017 support, package upgrades, etc.
* Revert 16.0 UI references, still refer to them as 15.0 in latest
Co-authored-by: Oleg Tkachenko <olegtk@microsoft.com>1 parent 46b82eb commit 4b93594
629 files changed
Lines changed: 2246 additions & 20558 deletions
File tree
- CodeMaid.IntegrationTests
- Cleaning
- FileTypes
- Data
- Insert
- Data
- Remove
- Data
- Update
- Data
- VisualStudio
- Data
- Formatting
- Data
- Helpers
- Properties
- Reorganizing
- Data
- Sorting
- Data
- CodeMaid.UnitTests
- Formatting
- Helpers
- CodeMaid.VS2022
- Properties
- CodeMaid
- Helpers
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
Lines changed: 0 additions & 106 deletions
This file was deleted.
Lines changed: 0 additions & 106 deletions
This file was deleted.
Lines changed: 0 additions & 106 deletions
This file was deleted.
0 commit comments