Upgrade projects to target .NET 10 (System.ComponentModel)#12788
Open
gewarren wants to merge 3 commits into
Open
Upgrade projects to target .NET 10 (System.ComponentModel)#12788gewarren wants to merge 3 commits into
gewarren wants to merge 3 commits into
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the C# snippet project files for System.ComponentModel and related namespaces to target .NET 10 so Snippets 5000 builds them against the newer TFM as part of the repo’s ongoing snippet modernization work (Issue #12513).
Changes:
- Retarget System.ComponentModel snippet projects from
net8.0/net8.0-windowstonet10.0/net10.0-windows. - Retarget System.ComponentModel.Design and System.ComponentModel.Design.Serialization snippet projects from
net6.0*tonet10.0*.
Reviewed changes
Copilot reviewed 134 out of 134 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| snippets/csharp/System.ComponentModel/Win32Exception/Overview/Project.csproj | TFM updated to net10.0. |
| snippets/csharp/System.ComponentModel/WarningException/Overview/Project.csproj | TFM updated to net10.0. |
| snippets/csharp/System.ComponentModel/TypeDescriptor/GetProperties/Project.csproj | TFM updated to net10.0-windows. |
| snippets/csharp/System.ComponentModel/TypeConverterAttribute/Overview/Project.csproj | TFM updated to net10.0. |
| snippets/csharp/System.ComponentModel/TypeConverter/Overview/Project.csproj | TFM updated to net10.0. |
| snippets/csharp/System.ComponentModel/ToolboxItemFilterAttribute/Overview/Project.csproj | TFM updated to net10.0-windows. |
| snippets/csharp/System.ComponentModel/ToolboxItemAttribute/Overview/Project.csproj | TFM updated to net10.0-windows. |
| snippets/csharp/System.ComponentModel/RefreshEventHandler/Overview/Project.csproj | TFM updated to net10.0-windows. |
| snippets/csharp/System.ComponentModel/ReadOnlyAttribute/Overview/Project.csproj | TFM updated to net10.0-windows. |
| snippets/csharp/System.ComponentModel/ReadOnlyAttribute/IsReadOnly/Project.csproj | TFM updated to net10.0-windows. |
| snippets/csharp/System.ComponentModel/ReadOnlyAttribute/.ctor/Project.csproj | TFM updated to net10.0-windows. |
| snippets/csharp/System.ComponentModel/ProvidePropertyAttribute/Overview/Project.csproj | TFM updated to net10.0-windows. |
| snippets/csharp/System.ComponentModel/PropertyTabAttribute/Overview/Project.csproj | TFM updated to net10.0-windows. |
| snippets/csharp/System.ComponentModel/PropertyDescriptorCollection/Overview/Project.csproj | TFM updated to net10.0-windows. |
| snippets/csharp/System.ComponentModel/PropertyDescriptorCollection/GetEnumerator/Project.csproj | TFM updated to net10.0-windows. |
| snippets/csharp/System.ComponentModel/PropertyDescriptorCollection/Find/Project.csproj | TFM updated to net10.0-windows. |
| snippets/csharp/System.ComponentModel/PropertyDescriptorCollection/Count/Project.csproj | TFM updated to net10.0-windows. |
| snippets/csharp/System.ComponentModel/PropertyDescriptor/Overview/System.ComponentModel.PropertyDescriptor.csproj | TFM updated to net10.0-windows. |
| snippets/csharp/System.ComponentModel/MergablePropertyAttribute/Overview/Project.csproj | TFM updated to net10.0-windows. |
| snippets/csharp/System.ComponentModel/MergablePropertyAttribute/AllowMerge/Project.csproj | TFM updated to net10.0-windows. |
| snippets/csharp/System.ComponentModel/MergablePropertyAttribute/.ctor/Project.csproj | TFM updated to net10.0-windows. |
| snippets/csharp/System.ComponentModel/LookupBindingPropertiesAttribute/Overview/Project.csproj | TFM updated to net10.0-windows. |
| snippets/csharp/System.ComponentModel/LocalizableAttribute/Overview/Project.csproj | TFM updated to net10.0. |
| snippets/csharp/System.ComponentModel/LocalizableAttribute/IsLocalizable/Project.csproj | TFM updated to net10.0-windows. |
| snippets/csharp/System.ComponentModel/LocalizableAttribute/.ctor/Project.csproj | TFM updated to net10.0-windows. |
| snippets/csharp/System.ComponentModel/LicenseProviderAttribute/Overview/Project.csproj | TFM updated to net10.0-windows. |
| snippets/csharp/System.ComponentModel/LicenseManager/Overview/Project.csproj | TFM updated to net10.0-windows. |
| snippets/csharp/System.ComponentModel/LicenseException/Overview/Project.csproj | TFM updated to net10.0-windows. |
| snippets/csharp/System.ComponentModel/ITypedList/Overview/Project.csproj | TFM updated to net10.0-windows. |
| snippets/csharp/System.ComponentModel/ITypeDescriptorContext/Overview/Project.csproj | TFM updated to net10.0. |
| snippets/csharp/System.ComponentModel/ISupportInitialize/Overview/Project.csproj | TFM updated to net10.0-windows. |
| snippets/csharp/System.ComponentModel/InvalidEnumArgumentException/Overview/Project.csproj | TFM updated to net10.0-windows. |
| snippets/csharp/System.ComponentModel/IListSource/Overview/Project.csproj | TFM updated to net10.0-windows. |
| snippets/csharp/System.ComponentModel/IExtenderProvider/Overview/Project.csproj | TFM updated to net10.0-windows. |
| snippets/csharp/System.ComponentModel/IEditableCollectionViewAddNewItem/Overview/ieditablecollectionviewadditemexample.csproj | TFM updated to net10.0-windows. |
| snippets/csharp/System.ComponentModel/IEditableCollectionView/Overview/EditingCollectionsSnippets.csproj | TFM updated to net10.0-windows. |
| snippets/csharp/System.ComponentModel/IBindingList/Overview/Project.csproj | TFM updated to net10.0-windows. |
| snippets/csharp/System.ComponentModel/ExpandableObjectConverter/Overview/Project.csproj | TFM updated to net10.0-windows. |
| snippets/csharp/System.ComponentModel/EventDescriptorCollection/Sort/Project.csproj | TFM updated to net10.0-windows. |
| snippets/csharp/System.ComponentModel/EventDescriptorCollection/Overview/Project.csproj | TFM updated to net10.0-windows. |
| snippets/csharp/System.ComponentModel/EventDescriptorCollection/InternalSort/Project.csproj | TFM updated to net10.0-windows. |
| snippets/csharp/System.ComponentModel/EventDescriptorCollection/GetEnumerator/Project.csproj | TFM updated to net10.0-windows. |
| snippets/csharp/System.ComponentModel/EventDescriptorCollection/Find/Project.csproj | TFM updated to net10.0-windows. |
| snippets/csharp/System.ComponentModel/EventDescriptorCollection/Count/Project.csproj | TFM updated to net10.0-windows. |
| snippets/csharp/System.ComponentModel/EventDescriptorCollection/.ctor/Project.csproj | TFM updated to net10.0-windows. |
| snippets/csharp/System.ComponentModel/EventDescriptor/Overview/Project.csproj | TFM updated to net10.0-windows. |
| snippets/csharp/System.ComponentModel/EditorBrowsableAttribute/Overview/Project.csproj | TFM updated to net10.0. |
| snippets/csharp/System.ComponentModel/EditorAttribute/Overview/Project.csproj | TFM updated to net10.0-windows. |
| snippets/csharp/System.ComponentModel/DoWorkEventArgs/Overview/Project.csproj | TFM updated to net10.0-windows. |
| snippets/csharp/System.ComponentModel/DesignOnlyAttribute/Overview/Project.csproj | TFM updated to net10.0-windows. |
| snippets/csharp/System.ComponentModel/DesignerSerializationVisibilityAttribute/Visibility/Project.csproj | TFM updated to net10.0-windows. |
| snippets/csharp/System.ComponentModel/DesignerSerializationVisibilityAttribute/Overview/Project.csproj | TFM updated to net10.0-windows. |
| snippets/csharp/System.ComponentModel/DesignerSerializationVisibilityAttribute/.ctor/Project.csproj | TFM updated to net10.0-windows. |
| snippets/csharp/System.ComponentModel/DesignerCategoryAttribute/Overview/Project.csproj | TFM updated to net10.0-windows. |
| snippets/csharp/System.ComponentModel/DesignerAttribute/Overview/Project.csproj | TFM updated to net10.0-windows. |
| snippets/csharp/System.ComponentModel/DescriptionAttribute/Overview/Project.csproj | TFM updated to net10.0-windows. |
| snippets/csharp/System.ComponentModel/DefaultValueAttribute/Overview/Project.csproj | TFM updated to net10.0-windows. |
| snippets/csharp/System.ComponentModel/DefaultPropertyAttribute/Overview/Project.csproj | TFM updated to net10.0-windows. |
| snippets/csharp/System.ComponentModel/DefaultEventAttribute/Overview/Project.csproj | TFM updated to net10.0-windows. |
| snippets/csharp/System.ComponentModel/ComponentResourceManager/Overview/Project.csproj | TFM updated to net10.0-windows. |
| snippets/csharp/System.ComponentModel/ComponentEditor/Overview/Project.csproj | TFM updated to net10.0-windows. |
| snippets/csharp/System.ComponentModel/ComponentCollection/Overview/Project.csproj | TFM updated to net10.0. |
| snippets/csharp/System.ComponentModel/CategoryAttribute/Overview/Project.csproj | TFM updated to net10.0-windows. |
| snippets/csharp/System.ComponentModel/CancelEventArgs/Overview/Project.csproj | TFM updated to net10.0-windows. |
| snippets/csharp/System.ComponentModel/BrowsableAttribute/Overview/Project.csproj | TFM updated to net10.0-windows. |
| snippets/csharp/System.ComponentModel/BrowsableAttribute/Browsable/Project.csproj | TFM updated to net10.0-windows. |
| snippets/csharp/System.ComponentModel/BrowsableAttribute/.ctor/Project.csproj | TFM updated to net10.0-windows. |
| snippets/csharp/System.ComponentModel/BooleanConverter/Overview/Project.csproj | TFM updated to net10.0-windows. |
| snippets/csharp/System.ComponentModel/BindingListT/Overview/Project.csproj | TFM updated to net10.0-windows. |
| snippets/csharp/System.ComponentModel/BindingListT/FindCore/Project.csproj | TFM updated to net10.0-windows. |
| snippets/csharp/System.ComponentModel/BindableAttribute/Overview/Project.csproj | TFM updated to net10.0-windows. |
| snippets/csharp/System.ComponentModel/BindableAttribute/Bindable/Project.csproj | TFM updated to net10.0-windows. |
| snippets/csharp/System.ComponentModel/BackgroundWorker/ReportProgress/Project.csproj | TFM updated to net10.0-windows. |
| snippets/csharp/System.ComponentModel/BackgroundWorker/Overview/backgroundworkersimple.csproj | TFM updated to net10.0-windows. |
| snippets/csharp/System.ComponentModel/BackgroundWorker/IsBusy/Project.csproj | TFM updated to net10.0-windows. |
| snippets/csharp/System.ComponentModel/AttributeCollection/Overview/Project.csproj | TFM updated to net10.0-windows. |
| snippets/csharp/System.ComponentModel/AttributeCollection/GetEnumerator/Project.csproj | TFM updated to net10.0-windows. |
| snippets/csharp/System.ComponentModel/AttributeCollection/Count/Project.csproj | TFM updated to net10.0-windows. |
| snippets/csharp/System.ComponentModel/AttributeCollection/.ctor/Project.csproj | TFM updated to net10.0-windows. |
| snippets/csharp/System.ComponentModel/AsyncCompletedEventArgs/Overview/Project.csproj | TFM updated to net10.0-windows. |
| snippets/csharp/System.ComponentModel/AmbientValueAttribute/Overview/Project.csproj | TFM updated to net10.0-windows. |
| snippets/csharp/System.ComponentModel.Design/StandardToolWindows/Overview/Project.csproj | TFM updated to net10.0-windows. |
| snippets/csharp/System.ComponentModel.Design/ServiceCreatorCallback/Overview/Project.csproj | TFM updated to net10.0. |
| snippets/csharp/System.ComponentModel.Design/ServiceContainer/Overview/Project.csproj | TFM updated to net10.0-windows. |
| snippets/csharp/System.ComponentModel.Design/ITypeResolutionService/Overview/Project.csproj | TFM updated to net10.0-windows. |
| snippets/csharp/System.ComponentModel.Design/ITypeDescriptorFilterService/Overview/Project.csproj | TFM updated to net10.0-windows. |
| snippets/csharp/System.ComponentModel.Design/IServiceContainer/Overview/Project.csproj | TFM updated to net10.0-windows. |
| snippets/csharp/System.ComponentModel.Design/IServiceContainer/AddService/Project.csproj | TFM updated to net10.0-windows. |
| snippets/csharp/System.ComponentModel.Design/ISelectionService/SelectionChanged/Project.csproj | TFM updated to net10.0-windows. |
| snippets/csharp/System.ComponentModel.Design/ISelectionService/Overview/Project.csproj | TFM updated to net10.0-windows. |
| snippets/csharp/System.ComponentModel.Design/IRootDesigner/Overview/Project.csproj | TFM updated to net10.0-windows. |
| snippets/csharp/System.ComponentModel.Design/IResourceService/Overview/Project.csproj | TFM updated to net10.0-windows. |
| snippets/csharp/System.ComponentModel.Design/IReferenceService/Overview/Project.csproj | TFM updated to net10.0-windows. |
| snippets/csharp/System.ComponentModel.Design/IMenuCommandService/Overview/Project.csproj | TFM updated to net10.0-windows. |
| snippets/csharp/System.ComponentModel.Design/IHelpService/Overview/Project.csproj | TFM updated to net10.0-windows. |
| snippets/csharp/System.ComponentModel.Design/IExtenderProviderService/Overview/Project.csproj | TFM updated to net10.0-windows. |
| snippets/csharp/System.ComponentModel.Design/IExtenderListService/Overview/Project.csproj | TFM updated to net10.0-windows. |
| snippets/csharp/System.ComponentModel.Design/IEventBindingService/Overview/Project.csproj | TFM updated to net10.0-windows. |
| snippets/csharp/System.ComponentModel.Design/IDictionaryService/Overview/Project.csproj | TFM updated to net10.0-windows. |
| snippets/csharp/System.ComponentModel.Design/IDesignerHost/Overview/Project.csproj | TFM updated to net10.0-windows. |
| snippets/csharp/System.ComponentModel.Design/IDesignerFilter/Overview/Project.csproj | TFM updated to net10.0-windows. |
| snippets/csharp/System.ComponentModel.Design/IDesigner/Overview/Project.csproj | TFM updated to net10.0-windows. |
| snippets/csharp/System.ComponentModel.Design/IComponentChangeService/Overview/Project.csproj | TFM updated to net10.0-windows. |
| snippets/csharp/System.ComponentModel.Design/DesignerVerbCollection/Overview/Project.csproj | TFM updated to net10.0-windows. |
| snippets/csharp/System.ComponentModel.Design/DesignerVerb/Overview/Project.csproj | TFM updated to net10.0-windows. |
| snippets/csharp/System.ComponentModel.Design/DesignerTransactionCloseEventHandler/Overview/Project.csproj | TFM updated to net10.0. |
| snippets/csharp/System.ComponentModel.Design/DesignerTransactionCloseEventArgs/Overview/Project.csproj | TFM updated to net10.0. |
| snippets/csharp/System.ComponentModel.Design/DesignerTransaction/Overview/Project.csproj | TFM updated to net10.0-windows. |
| snippets/csharp/System.ComponentModel.Design/DesignerOptionService/Overview/Project.csproj | TFM updated to net10.0-windows. |
| snippets/csharp/System.ComponentModel.Design/DesignerEventHandler/Overview/Project.csproj | TFM updated to net10.0. |
| snippets/csharp/System.ComponentModel.Design/DesignerEventArgs/Overview/Project.csproj | TFM updated to net10.0. |
| snippets/csharp/System.ComponentModel.Design/DesignerCollection/Overview/Project.csproj | TFM updated to net10.0-windows. |
| snippets/csharp/System.ComponentModel.Design/DesignerActionHeaderItem/Overview/Project.csproj | TFM updated to net10.0-windows. |
| snippets/csharp/System.ComponentModel.Design/ComponentRenameEventHandler/Overview/Project.csproj | TFM updated to net10.0. |
| snippets/csharp/System.ComponentModel.Design/ComponentRenameEventArgs/Overview/Project.csproj | TFM updated to net10.0. |
| snippets/csharp/System.ComponentModel.Design/ComponentEventHandler/Overview/Project.csproj | TFM updated to net10.0. |
| snippets/csharp/System.ComponentModel.Design/ComponentEventArgs/Overview/Project.csproj | TFM updated to net10.0. |
| snippets/csharp/System.ComponentModel.Design/ComponentDesigner/Overview/Project.csproj | TFM updated to net10.0-windows. |
| snippets/csharp/System.ComponentModel.Design/ComponentChangingEventHandler/Overview/Project.csproj | TFM updated to net10.0. |
| snippets/csharp/System.ComponentModel.Design/ComponentChangingEventArgs/Overview/Project.csproj | TFM updated to net10.0. |
| snippets/csharp/System.ComponentModel.Design/ComponentChangedEventHandler/Overview/Project.csproj | TFM updated to net10.0. |
| snippets/csharp/System.ComponentModel.Design/ComponentChangedEventArgs/Overview/Project.csproj | TFM updated to net10.0. |
| snippets/csharp/System.ComponentModel.Design/CheckoutException/Overview/Project.csproj | TFM updated to net10.0. |
| snippets/csharp/System.ComponentModel.Design/ByteViewer/Overview/Project.csproj | TFM updated to net10.0-windows. |
| snippets/csharp/System.ComponentModel.Design/ArrayEditor/Overview/Project.csproj | TFM updated to net10.0-windows. |
| snippets/csharp/System.ComponentModel.Design/ActiveDesignerEventHandler/Overview/Project.csproj | TFM updated to net10.0. |
| snippets/csharp/System.ComponentModel.Design/ActiveDesignerEventArgs/Overview/Project.csproj | TFM updated to net10.0. |
| snippets/csharp/System.ComponentModel.Design.Serialization/ResolveNameEventHandler/Overview/Project.csproj | TFM updated to net10.0-windows. |
| snippets/csharp/System.ComponentModel.Design.Serialization/ResolveNameEventArgs/Overview/Project.csproj | TFM updated to net10.0-windows. |
| snippets/csharp/System.ComponentModel.Design.Serialization/INameCreationService/Overview/Project.csproj | TFM updated to net10.0. |
| snippets/csharp/System.ComponentModel.Design.Serialization/DesignerSerializerAttribute/Overview/Project.csproj | TFM updated to net10.0-windows. |
| snippets/csharp/System.ComponentModel.Design.Serialization/ContextStack/Overview/Project.csproj | TFM updated to net10.0-windows. |
| snippets/csharp/System.ComponentModel.Design.Serialization/CodeDomSerializerException/Overview/Project.csproj | TFM updated to net10.0-windows. |
| snippets/csharp/System.ComponentModel.Design.Serialization/CodeDomSerializer/Overview/Project.csproj | TFM updated to net10.0-windows. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Contributes to #12513.