Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inflexible PopupViewer #514

Closed
bsundsbo opened this issue May 12, 2023 · 12 comments
Closed

Inflexible PopupViewer #514

bsundsbo opened this issue May 12, 2023 · 12 comments

Comments

@bsundsbo
Copy link

bsundsbo commented May 12, 2023

Hi,

In the 200.1 update of PopupViewer, the customization of the table is a bit of a hassle when it comes to individual fields. We wanted to take advantage of the new features of the control. We don't want to display attributes with empty values, and since the table is generated in code-behind, we are not able to set any visibility of a particular row. At least an option to hide empty value rows would be helpful.

However, I feel the new design is a bit rigid, as it requires a table format. The previous version was a bit more flexible in case you want i.e. label over value.

It appears that the new PopupViewer PopupViewer ignores hidden fields, changes to displayname for fields and order configured in the webmap.

@bsundsbo
Copy link
Author

bsundsbo commented May 15, 2023

@dotMorten @mbranscomb There appears to be some newly introduced issues with the new PopupViewer.

PS. forgive my less serious avatar, as the account was created for internal development.

@dotMorten
Copy link
Member

At least an option to hide empty value rows would be helpful.

@bsundsbo We're mainly using the popup templates defined in the webmapping spec. You'd have to use Arcade to create a more custom definition of your table to support the scenario. With Arcade you should be able to conditionalize certain content.

@dotMorten
Copy link
Member

It appears that the new PopupViewer PopupViewer ignores hidden fields, changes to displayname for fields and order configured in the webmap.

Do you have some examples of this, and how a popup definition differs in the toolkit compared to for instance the online webmap viewer?

@bsundsbo
Copy link
Author

The toolkit looks the same as the online webmap viewer. In the previous version of the toolkit I could create my own styles per "row"/attribute set so that I could hide it when the value was null/empty. In the new toolkit I only have access to either the fieldname/display name or the value; not both, so no longer able to hide the label/value pair.

@bsundsbo
Copy link
Author

I'll see if my team member can create a comparison of the toolkit vs web viewer

@bsundsbo
Copy link
Author

At least an option to hide empty value rows would be helpful.

@bsundsbo We're mainly using the popup templates defined in the webmapping spec. You'd have to use Arcade to create a more custom definition of your table to support the scenario. With Arcade you should be able to conditionalize certain content.

It would be very nice to keep the ability to style according to the target application, rather than forced to style the same as the webviewer. I know you can change the font and row color, but more flexibility would be nice. Default appearance makes sense to match the webviewer.

@bsundsbo
Copy link
Author

I had a conversation with my coworker, and it turns out there was some confusing and not knowing the applications well enough to do the sort of configuration. The field order, display name and visibility was reflected the toolkit.

However, the limitation to have to use a table view (not super important for us, but might be relevant for others) and be able to set a property to true to rows with empty values would be very beneficial, without having to use Arcade.

@bsundsbo
Copy link
Author

bsundsbo commented Aug 7, 2023

@dotMorten I would create some pull requests for the features I need, however, I'm having problems compiling the toolkit.
The inflexibilities I'm would love to have addressed is the following on the FieldsPopupElementView:

  • HideEmptyRows (hides attributes that don't have a value)
  • Add property LabelTextStyle (to give the ability to have different style for label vs data field)
  • Be able to change the hyperlink text
  • Add protected virtual void OnLinkClicked so it is easier to open links internally within the application rather than external browser (like with AttachmentsPopupElementView for attachment)

@dotMorten
Copy link
Member

The design is meant to match the arcgis online popup viewer by default.
However every single part of the popupviewer is designed to be customizable via templating, so you should be able to replace any part of the controls that make up the popupviewer, or override the styles on individual parts. I think that should take care of the first two requests.

Hyperlink events is a good suggestion - we already do something similar for attachments clicked (which allow you to override the default open action).

We do have plans to add localization to the toolkit - will that take care of the hyperlink text?

I'm having problems compiling the toolkit.

What problems are you having? We keep this open source so you can adjust it for your own uses. We realize it's not possible to build a lot of UI controls that fits every single scenario, so we want our customers to be able to fork and customize for their specific scenarios.

@bsundsbo
Copy link
Author

  • HideEmptyRows might be possible through the FieldTextStyle with triggers for visibility, though it feels a bit "off".
  • FieldTextStyle has some limitations when it comes to being able to have the label rendered differently from the field value.
  • Localization might do the trick, though different customers might want other text. But from my perspective the oddest thing is that the current non-localized text is in English in a Norwegian application :)

About Compiler errors
I believe I've installed everything from the docs, but can't be 100% sure. If the docs had a few entries with command line for dotnet install workload might make it easier to be sure?

Build started... 1>------ Build started: Project: Esri.ArcGISRuntime.Toolkit.UWP, Configuration: Debug Any CPU ------ 2>------ Build started: Project: Esri.ArcGISRuntime.Toolkit.WPF, Configuration: Debug Any CPU ------ 3>------ Build started: Project: Esri.ArcGISRuntime.Toolkit.WinUI, Configuration: Debug Any CPU ------ 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit.Version.cs(11,12,11,54): error CS0579: Duplicate 'System.Reflection.AssemblyVersionAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit.Version.cs(12,12,12,58): error CS0579: Duplicate 'System.Reflection.AssemblyFileVersionAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit.Version.cs(13,12,13,67): error CS0579: Duplicate 'System.Reflection.AssemblyInformationalVersionAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit_vtsitcsr_wpftmp.AssemblyInfo.cs(14,12,14,54): error CS0579: Duplicate 'System.Reflection.AssemblyCompanyAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit_vtsitcsr_wpftmp.AssemblyInfo.cs(15,12,15,60): error CS0579: Duplicate 'System.Reflection.AssemblyConfigurationAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit_vtsitcsr_wpftmp.AssemblyInfo.cs(16,12,16,56): error CS0579: Duplicate 'System.Reflection.AssemblyCopyrightAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit_vtsitcsr_wpftmp.AssemblyInfo.cs(17,12,17,58): error CS0579: Duplicate 'System.Reflection.AssemblyDescriptionAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit_vtsitcsr_wpftmp.AssemblyInfo.cs(19,12,19,54): error CS0579: Duplicate 'System.Reflection.AssemblyProductAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit_vtsitcsr_wpftmp.AssemblyInfo.cs(20,12,20,52): error CS0579: Duplicate 'System.Reflection.AssemblyTitleAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\.NETCoreApp,Version=v6.0.AssemblyAttributes.cs(4,12,4,70): error CS0579: Duplicate 'global::System.Runtime.Versioning.TargetFrameworkAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(14,12,14,54): error CS0579: Duplicate 'System.Reflection.AssemblyCompanyAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(15,12,15,60): error CS0579: Duplicate 'System.Reflection.AssemblyConfigurationAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(16,12,16,56): error CS0579: Duplicate 'System.Reflection.AssemblyCopyrightAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(17,12,17,58): error CS0579: Duplicate 'System.Reflection.AssemblyDescriptionAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(19,12,19,54): error CS0579: Duplicate 'System.Reflection.AssemblyProductAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(20,12,20,52): error CS0579: Duplicate 'System.Reflection.AssemblyTitleAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.Version.cs(11,12,11,54): error CS0579: Duplicate 'System.Reflection.AssemblyVersionAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.Version.cs(12,12,12,58): error CS0579: Duplicate 'System.Reflection.AssemblyFileVersionAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.Version.cs(13,12,13,67): error CS0579: Duplicate 'System.Reflection.AssemblyInformationalVersionAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit_yhnccxed_wpftmp.AssemblyInfo.cs(14,12,14,54): error CS0579: Duplicate 'System.Reflection.AssemblyCompanyAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit_yhnccxed_wpftmp.AssemblyInfo.cs(15,12,15,60): error CS0579: Duplicate 'System.Reflection.AssemblyConfigurationAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit_yhnccxed_wpftmp.AssemblyInfo.cs(16,12,16,56): error CS0579: Duplicate 'System.Reflection.AssemblyCopyrightAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit_yhnccxed_wpftmp.AssemblyInfo.cs(17,12,17,58): error CS0579: Duplicate 'System.Reflection.AssemblyDescriptionAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit_yhnccxed_wpftmp.AssemblyInfo.cs(19,12,19,54): error CS0579: Duplicate 'System.Reflection.AssemblyProductAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit_yhnccxed_wpftmp.AssemblyInfo.cs(20,12,20,52): error CS0579: Duplicate 'System.Reflection.AssemblyTitleAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit_yhnccxed_wpftmp.AssemblyInfo.cs(22,12,22,61): error CS0579: Duplicate 'System.Runtime.Versioning.TargetPlatformAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\.NETStandard,Version=v2.0.AssemblyAttributes.cs(4,12,4,70): error CS0579: Duplicate 'global::System.Runtime.Versioning.TargetFrameworkAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(14,12,14,54): error CS0579: Duplicate 'System.Reflection.AssemblyCompanyAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(15,12,15,60): error CS0579: Duplicate 'System.Reflection.AssemblyConfigurationAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(16,12,16,56): error CS0579: Duplicate 'System.Reflection.AssemblyCopyrightAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(17,12,17,58): error CS0579: Duplicate 'System.Reflection.AssemblyDescriptionAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(19,12,19,54): error CS0579: Duplicate 'System.Reflection.AssemblyProductAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(20,12,20,52): error CS0579: Duplicate 'System.Reflection.AssemblyTitleAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.Version.cs(11,12,11,54): error CS0579: Duplicate 'System.Reflection.AssemblyVersionAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.Version.cs(12,12,12,58): error CS0579: Duplicate 'System.Reflection.AssemblyFileVersionAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.Version.cs(13,12,13,67): error CS0579: Duplicate 'System.Reflection.AssemblyInformationalVersionAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\.NETCore,Version=v5.0.AssemblyAttributes.cs(4,12,4,70): error CS0579: Duplicate 'global::System.Runtime.Versioning.TargetFrameworkAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(14,12,14,54): error CS0579: Duplicate 'System.Reflection.AssemblyCompanyAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(15,12,15,60): error CS0579: Duplicate 'System.Reflection.AssemblyConfigurationAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(16,12,16,56): error CS0579: Duplicate 'System.Reflection.AssemblyCopyrightAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(17,12,17,58): error CS0579: Duplicate 'System.Reflection.AssemblyDescriptionAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(19,12,19,54): error CS0579: Duplicate 'System.Reflection.AssemblyProductAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(20,12,20,52): error CS0579: Duplicate 'System.Reflection.AssemblyTitleAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.Version.cs(11,12,11,54): error CS0579: Duplicate 'System.Reflection.AssemblyVersionAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.Version.cs(12,12,12,58): error CS0579: Duplicate 'System.Reflection.AssemblyFileVersionAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.Version.cs(13,12,13,67): error CS0579: Duplicate 'System.Reflection.AssemblyInformationalVersionAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit.WPF\obj\Debug\net6.0-windows10.0.19041.0\.NETCoreApp,Version=v6.0.AssemblyAttributes.cs(4,12,4,70): error CS0579: Duplicate 'global::System.Runtime.Versioning.TargetFrameworkAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit.WPF\obj\Debug\net6.0-windows10.0.19041.0\Esri.ArcGISRuntime.Toolkit.WPF_kzh0zro2_wpftmp.AssemblyInfo.cs(14,12,14,54): error CS0579: Duplicate 'System.Reflection.AssemblyCompanyAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit.WPF\obj\Debug\net6.0-windows10.0.19041.0\Esri.ArcGISRuntime.Toolkit.WPF_kzh0zro2_wpftmp.AssemblyInfo.cs(15,12,15,60): error CS0579: Duplicate 'System.Reflection.AssemblyConfigurationAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit.WPF\obj\Debug\net6.0-windows10.0.19041.0\Esri.ArcGISRuntime.Toolkit.WPF_kzh0zro2_wpftmp.AssemblyInfo.cs(16,12,16,56): error CS0579: Duplicate 'System.Reflection.AssemblyCopyrightAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit.WPF\obj\Debug\net6.0-windows10.0.19041.0\Esri.ArcGISRuntime.Toolkit.WPF_kzh0zro2_wpftmp.AssemblyInfo.cs(17,12,17,58): error CS0579: Duplicate 'System.Reflection.AssemblyDescriptionAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit.WPF\obj\Debug\net6.0-windows10.0.19041.0\Esri.ArcGISRuntime.Toolkit.WPF_kzh0zro2_wpftmp.AssemblyInfo.cs(18,12,18,54): error CS0579: Duplicate 'System.Reflection.AssemblyProductAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit.WPF\obj\Debug\net6.0-windows10.0.19041.0\Esri.ArcGISRuntime.Toolkit.WPF_kzh0zro2_wpftmp.AssemblyInfo.cs(19,12,19,52): error CS0579: Duplicate 'System.Reflection.AssemblyTitleAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit.WPF\obj\Debug\net6.0-windows10.0.19041.0\Esri.ArcGISRuntime.Toolkit.WPF_kzh0zro2_wpftmp.AssemblyInfo.cs(21,12,21,61): error CS0579: Duplicate 'System.Runtime.Versioning.TargetPlatformAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\GeneratedInternalTypeHelper.g.i.cs(20,25,20,52): error CS0101: The namespace 'XamlGeneratedNamespace' already contains a definition for 'GeneratedInternalTypeHelper' 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.cs(20,25,20,52): error CS0101: The namespace 'XamlGeneratedNamespace' already contains a definition for 'GeneratedInternalTypeHelper' 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.i.cs(20,25,20,52): error CS0101: The namespace 'XamlGeneratedNamespace' already contains a definition for 'GeneratedInternalTypeHelper' 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit.WPF\obj\Debug\net6.0-windows10.0.19041.0\GeneratedInternalTypeHelper.g.cs(20,25,20,52): error CS0101: The namespace 'XamlGeneratedNamespace' already contains a definition for 'GeneratedInternalTypeHelper' 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\XamlTypeInfo.g.cs(19,67,19,71): error CS0234: The type or namespace name 'Xaml' does not exist in the namespace 'Windows.UI' (are you missing an assembly reference?) 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\XamlTypeInfo.g.cs(65,50,65,80): error CS0234: The type or namespace name 'ReflectionXamlMetadataProvider' does not exist in the namespace 'Microsoft.UI.Xaml.Markup' (are you missing an assembly reference?) 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit.Version.cs(15,2,15,39): error CS0579: Duplicate 'System.CodeDom.Compiler.GeneratedCode' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.Version.cs(15,2,15,39): error CS0579: Duplicate 'System.CodeDom.Compiler.GeneratedCode' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.Version.cs(15,2,15,39): error CS0579: Duplicate 'System.CodeDom.Compiler.GeneratedCode' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.Version.cs(15,2,15,39): error CS0579: Duplicate 'System.CodeDom.Compiler.GeneratedCode' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\XamlTypeInfo.g.cs(77,35,77,39): error CS0234: The type or namespace name 'Xaml' does not exist in the namespace 'Windows.UI' (are you missing an assembly reference?) 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\XamlTypeInfo.g.cs(82,35,82,39): error CS0234: The type or namespace name 'Xaml' does not exist in the namespace 'Windows.UI' (are you missing an assembly reference?) 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\GeneratedInternalTypeHelper.g.i.cs(17,6,17,53): error CS0579: Duplicate 'System.Diagnostics.DebuggerNonUserCodeAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\GeneratedInternalTypeHelper.g.i.cs(18,6,18,52): error CS0579: Duplicate 'System.CodeDom.Compiler.GeneratedCodeAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\GeneratedInternalTypeHelper.g.i.cs(19,6,19,52): error CS0579: Duplicate 'System.ComponentModel.EditorBrowsableAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.cs(17,6,17,53): error CS0579: Duplicate 'System.Diagnostics.DebuggerNonUserCodeAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.cs(18,6,18,52): error CS0579: Duplicate 'System.CodeDom.Compiler.GeneratedCodeAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.cs(19,6,19,52): error CS0579: Duplicate 'System.ComponentModel.EditorBrowsableAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.i.cs(17,6,17,53): error CS0579: Duplicate 'System.Diagnostics.DebuggerNonUserCodeAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.i.cs(18,6,18,52): error CS0579: Duplicate 'System.CodeDom.Compiler.GeneratedCodeAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.i.cs(19,6,19,52): error CS0579: Duplicate 'System.ComponentModel.EditorBrowsableAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit.WPF\obj\Debug\net6.0-windows10.0.19041.0\GeneratedInternalTypeHelper.g.cs(17,6,17,53): error CS0579: Duplicate 'System.Diagnostics.DebuggerNonUserCodeAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit.WPF\obj\Debug\net6.0-windows10.0.19041.0\GeneratedInternalTypeHelper.g.cs(18,6,18,52): error CS0579: Duplicate 'System.CodeDom.Compiler.GeneratedCodeAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit.WPF\obj\Debug\net6.0-windows10.0.19041.0\GeneratedInternalTypeHelper.g.cs(19,6,19,52): error CS0579: Duplicate 'System.ComponentModel.EditorBrowsableAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\XamlTypeInfo.g.cs(38,35,38,39): error CS0234: The type or namespace name 'Xaml' does not exist in the namespace 'Windows.UI' (are you missing an assembly reference?) 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\XamlTypeInfo.g.cs(46,35,46,39): error CS0234: The type or namespace name 'Xaml' does not exist in the namespace 'Windows.UI' (are you missing an assembly reference?) 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\XamlTypeInfo.g.cs(64,50,64,80): error CS0234: The type or namespace name 'ReflectionXamlMetadataProvider' does not exist in the namespace 'Microsoft.UI.Xaml.Markup' (are you missing an assembly reference?) 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\XamlTypeInfo.g.cs(54,35,54,39): error CS0234: The type or namespace name 'Xaml' does not exist in the namespace 'Windows.UI' (are you missing an assembly reference?) 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit.Version.cs(18,27,18,42): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyVersion' 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.Version.cs(18,27,18,42): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyVersion' 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.Version.cs(18,27,18,42): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyVersion' 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.Version.cs(18,27,18,42): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyVersion' 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit.Version.cs(19,27,19,46): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyFileVersion' 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.Version.cs(19,27,19,46): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyFileVersion' 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.Version.cs(19,27,19,46): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyFileVersion' 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.Version.cs(19,27,19,46): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyFileVersion' 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit.Version.cs(20,27,20,55): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyInformationalVersion' 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.Version.cs(20,27,20,55): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyInformationalVersion' 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.Version.cs(20,27,20,55): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyInformationalVersion' 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.Version.cs(20,27,20,55): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyInformationalVersion' 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit.Version.cs(21,27,21,39): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyName' 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.Version.cs(21,27,21,39): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyName' 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.Version.cs(21,27,21,39): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyName' 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.Version.cs(21,27,21,39): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyName' 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit.Version.cs(22,27,22,40): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyTitle' 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.Version.cs(22,27,22,40): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyTitle' 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.Version.cs(22,27,22,40): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyTitle' 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.Version.cs(22,27,22,40): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyTitle' 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit.Version.cs(23,27,23,48): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyConfiguration' 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.Version.cs(23,27,23,48): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyConfiguration' 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.Version.cs(23,27,23,48): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyConfiguration' 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.Version.cs(23,27,23,48): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyConfiguration' 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit.Version.cs(24,27,24,38): error CS0102: The type 'ThisAssembly' already contains a definition for 'GitCommitId' 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.Version.cs(24,27,24,38): error CS0102: The type 'ThisAssembly' already contains a definition for 'GitCommitId' 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.Version.cs(24,27,24,38): error CS0102: The type 'ThisAssembly' already contains a definition for 'GitCommitId' 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.Version.cs(24,27,24,38): error CS0102: The type 'ThisAssembly' already contains a definition for 'GitCommitId' 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit.Version.cs(25,46,25,59): error CS0102: The type 'ThisAssembly' already contains a definition for 'GitCommitDate' 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.Version.cs(25,46,25,59): error CS0102: The type 'ThisAssembly' already contains a definition for 'GitCommitDate' 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.Version.cs(25,46,25,59): error CS0102: The type 'ThisAssembly' already contains a definition for 'GitCommitDate' 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.Version.cs(25,46,25,59): error CS0102: The type 'ThisAssembly' already contains a definition for 'GitCommitDate' 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit.Version.cs(26,27,26,40): error CS0102: The type 'ThisAssembly' already contains a definition for 'RootNamespace' 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.Version.cs(26,27,26,40): error CS0102: The type 'ThisAssembly' already contains a definition for 'RootNamespace' 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.Version.cs(26,27,26,40): error CS0102: The type 'ThisAssembly' already contains a definition for 'RootNamespace' 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.Version.cs(26,27,26,40): error CS0102: The type 'ThisAssembly' already contains a definition for 'RootNamespace' 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\GeneratedInternalTypeHelper.g.i.cs(25,35,25,49): error CS0111: Type 'GeneratedInternalTypeHelper' already defines a member called 'CreateInstance' with the same parameter types 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.cs(25,35,25,49): error CS0111: Type 'GeneratedInternalTypeHelper' already defines a member called 'CreateInstance' with the same parameter types 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.i.cs(25,35,25,49): error CS0111: Type 'GeneratedInternalTypeHelper' already defines a member called 'CreateInstance' with the same parameter types 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit.WPF\obj\Debug\net6.0-windows10.0.19041.0\GeneratedInternalTypeHelper.g.cs(25,35,25,49): error CS0111: Type 'GeneratedInternalTypeHelper' already defines a member called 'CreateInstance' with the same parameter types 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\GeneratedInternalTypeHelper.g.i.cs(33,35,33,51): error CS0111: Type 'GeneratedInternalTypeHelper' already defines a member called 'GetPropertyValue' with the same parameter types 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.cs(33,35,33,51): error CS0111: Type 'GeneratedInternalTypeHelper' already defines a member called 'GetPropertyValue' with the same parameter types 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.i.cs(33,35,33,51): error CS0111: Type 'GeneratedInternalTypeHelper' already defines a member called 'GetPropertyValue' with the same parameter types 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit.WPF\obj\Debug\net6.0-windows10.0.19041.0\GeneratedInternalTypeHelper.g.cs(33,35,33,51): error CS0111: Type 'GeneratedInternalTypeHelper' already defines a member called 'GetPropertyValue' with the same parameter types 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\GeneratedInternalTypeHelper.g.i.cs(40,33,40,49): error CS0111: Type 'GeneratedInternalTypeHelper' already defines a member called 'SetPropertyValue' with the same parameter types 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.cs(40,33,40,49): error CS0111: Type 'GeneratedInternalTypeHelper' already defines a member called 'SetPropertyValue' with the same parameter types 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.i.cs(40,33,40,49): error CS0111: Type 'GeneratedInternalTypeHelper' already defines a member called 'SetPropertyValue' with the same parameter types 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit.WPF\obj\Debug\net6.0-windows10.0.19041.0\GeneratedInternalTypeHelper.g.cs(40,33,40,49): error CS0111: Type 'GeneratedInternalTypeHelper' already defines a member called 'SetPropertyValue' with the same parameter types 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\GeneratedInternalTypeHelper.g.i.cs(47,44,47,58): error CS0111: Type 'GeneratedInternalTypeHelper' already defines a member called 'CreateDelegate' with the same parameter types 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.cs(47,44,47,58): error CS0111: Type 'GeneratedInternalTypeHelper' already defines a member called 'CreateDelegate' with the same parameter types 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.i.cs(47,44,47,58): error CS0111: Type 'GeneratedInternalTypeHelper' already defines a member called 'CreateDelegate' with the same parameter types 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit.WPF\obj\Debug\net6.0-windows10.0.19041.0\GeneratedInternalTypeHelper.g.cs(47,44,47,58): error CS0111: Type 'GeneratedInternalTypeHelper' already defines a member called 'CreateDelegate' with the same parameter types 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\GeneratedInternalTypeHelper.g.i.cs(57,33,57,48): error CS0111: Type 'GeneratedInternalTypeHelper' already defines a member called 'AddEventHandler' with the same parameter types 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.cs(57,33,57,48): error CS0111: Type 'GeneratedInternalTypeHelper' already defines a member called 'AddEventHandler' with the same parameter types 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.i.cs(57,33,57,48): error CS0111: Type 'GeneratedInternalTypeHelper' already defines a member called 'AddEventHandler' with the same parameter types 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit.WPF\obj\Debug\net6.0-windows10.0.19041.0\GeneratedInternalTypeHelper.g.cs(57,33,57,48): error CS0111: Type 'GeneratedInternalTypeHelper' already defines a member called 'AddEventHandler' with the same parameter types 2>Done building project "Esri.ArcGISRuntime.Toolkit.WPF_kzh0zro2_wpftmp.csproj" -- FAILED. 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit.Version.cs(11,12,11,54): error CS0579: Duplicate 'System.Reflection.AssemblyVersionAttribute' attribute 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit.Version.cs(12,12,12,58): error CS0579: Duplicate 'System.Reflection.AssemblyFileVersionAttribute' attribute 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit.Version.cs(13,12,13,67): error CS0579: Duplicate 'System.Reflection.AssemblyInformationalVersionAttribute' attribute 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit_vtsitcsr_wpftmp.AssemblyInfo.cs(14,12,14,54): error CS0579: Duplicate 'System.Reflection.AssemblyCompanyAttribute' attribute 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit_vtsitcsr_wpftmp.AssemblyInfo.cs(15,12,15,60): error CS0579: Duplicate 'System.Reflection.AssemblyConfigurationAttribute' attribute 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit_vtsitcsr_wpftmp.AssemblyInfo.cs(16,12,16,56): error CS0579: Duplicate 'System.Reflection.AssemblyCopyrightAttribute' attribute 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit_vtsitcsr_wpftmp.AssemblyInfo.cs(17,12,17,58): error CS0579: Duplicate 'System.Reflection.AssemblyDescriptionAttribute' attribute 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit_vtsitcsr_wpftmp.AssemblyInfo.cs(19,12,19,54): error CS0579: Duplicate 'System.Reflection.AssemblyProductAttribute' attribute 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit_vtsitcsr_wpftmp.AssemblyInfo.cs(20,12,20,52): error CS0579: Duplicate 'System.Reflection.AssemblyTitleAttribute' attribute 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\.NETCoreApp,Version=v6.0.AssemblyAttributes.cs(4,12,4,70): error CS0579: Duplicate 'global::System.Runtime.Versioning.TargetFrameworkAttribute' attribute 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(14,12,14,54): error CS0579: Duplicate 'System.Reflection.AssemblyCompanyAttribute' attribute 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(15,12,15,60): error CS0579: Duplicate 'System.Reflection.AssemblyConfigurationAttribute' attribute 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(16,12,16,56): error CS0579: Duplicate 'System.Reflection.AssemblyCopyrightAttribute' attribute 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(17,12,17,58): error CS0579: Duplicate 'System.Reflection.AssemblyDescriptionAttribute' attribute 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(19,12,19,54): error CS0579: Duplicate 'System.Reflection.AssemblyProductAttribute' attribute 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(20,12,20,52): error CS0579: Duplicate 'System.Reflection.AssemblyTitleAttribute' attribute 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.Version.cs(11,12,11,54): error CS0579: Duplicate 'System.Reflection.AssemblyVersionAttribute' attribute 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.Version.cs(12,12,12,58): error CS0579: Duplicate 'System.Reflection.AssemblyFileVersionAttribute' attribute 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.Version.cs(13,12,13,67): error CS0579: Duplicate 'System.Reflection.AssemblyInformationalVersionAttribute' attribute 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit_yhnccxed_wpftmp.AssemblyInfo.cs(14,12,14,54): error CS0579: Duplicate 'System.Reflection.AssemblyCompanyAttribute' attribute 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit_yhnccxed_wpftmp.AssemblyInfo.cs(15,12,15,60): error CS0579: Duplicate 'System.Reflection.AssemblyConfigurationAttribute' attribute 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit_yhnccxed_wpftmp.AssemblyInfo.cs(16,12,16,56): error CS0579: Duplicate 'System.Reflection.AssemblyCopyrightAttribute' attribute 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit_yhnccxed_wpftmp.AssemblyInfo.cs(17,12,17,58): error CS0579: Duplicate 'System.Reflection.AssemblyDescriptionAttribute' attribute 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit_yhnccxed_wpftmp.AssemblyInfo.cs(19,12,19,54): error CS0579: Duplicate 'System.Reflection.AssemblyProductAttribute' attribute 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit_yhnccxed_wpftmp.AssemblyInfo.cs(20,12,20,52): error CS0579: Duplicate 'System.Reflection.AssemblyTitleAttribute' attribute 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit_yhnccxed_wpftmp.AssemblyInfo.cs(22,12,22,61): error CS0579: Duplicate 'System.Runtime.Versioning.TargetPlatformAttribute' attribute 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\.NETStandard,Version=v2.0.AssemblyAttributes.cs(4,12,4,70): error CS0579: Duplicate 'global::System.Runtime.Versioning.TargetFrameworkAttribute' attribute 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(14,12,14,54): error CS0579: Duplicate 'System.Reflection.AssemblyCompanyAttribute' attribute 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(15,12,15,60): error CS0579: Duplicate 'System.Reflection.AssemblyConfigurationAttribute' attribute 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(16,12,16,56): error CS0579: Duplicate 'System.Reflection.AssemblyCopyrightAttribute' attribute 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(17,12,17,58): error CS0579: Duplicate 'System.Reflection.AssemblyDescriptionAttribute' attribute 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(19,12,19,54): error CS0579: Duplicate 'System.Reflection.AssemblyProductAttribute' attribute 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(20,12,20,52): error CS0579: Duplicate 'System.Reflection.AssemblyTitleAttribute' attribute 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.Version.cs(11,12,11,54): error CS0579: Duplicate 'System.Reflection.AssemblyVersionAttribute' attribute 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.Version.cs(12,12,12,58): error CS0579: Duplicate 'System.Reflection.AssemblyFileVersionAttribute' attribute 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.Version.cs(13,12,13,67): error CS0579: Duplicate 'System.Reflection.AssemblyInformationalVersionAttribute' attribute 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\.NETCore,Version=v5.0.AssemblyAttributes.cs(4,12,4,70): error CS0579: Duplicate 'global::System.Runtime.Versioning.TargetFrameworkAttribute' attribute 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(14,12,14,54): error CS0579: Duplicate 'System.Reflection.AssemblyCompanyAttribute' attribute 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(15,12,15,60): error CS0579: Duplicate 'System.Reflection.AssemblyConfigurationAttribute' attribute 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(16,12,16,56): error CS0579: Duplicate 'System.Reflection.AssemblyCopyrightAttribute' attribute 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(17,12,17,58): error CS0579: Duplicate 'System.Reflection.AssemblyDescriptionAttribute' attribute 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(19,12,19,54): error CS0579: Duplicate 'System.Reflection.AssemblyProductAttribute' attribute 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(20,12,20,52): error CS0579: Duplicate 'System.Reflection.AssemblyTitleAttribute' attribute 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.Version.cs(11,12,11,54): error CS0579: Duplicate 'System.Reflection.AssemblyVersionAttribute' attribute 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.Version.cs(12,12,12,58): error CS0579: Duplicate 'System.Reflection.AssemblyFileVersionAttribute' attribute 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.Version.cs(13,12,13,67): error CS0579: Duplicate 'System.Reflection.AssemblyInformationalVersionAttribute' attribute 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit.Version.cs(15,2,15,39): error CS0579: Duplicate 'System.CodeDom.Compiler.GeneratedCode' attribute 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.Version.cs(15,2,15,39): error CS0579: Duplicate 'System.CodeDom.Compiler.GeneratedCode' attribute 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.Version.cs(15,2,15,39): error CS0579: Duplicate 'System.CodeDom.Compiler.GeneratedCode' attribute 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.Version.cs(15,2,15,39): error CS0579: Duplicate 'System.CodeDom.Compiler.GeneratedCode' attribute 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit.Version.cs(18,27,18,42): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyVersion' 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.Version.cs(18,27,18,42): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyVersion' 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.Version.cs(18,27,18,42): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyVersion' 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.Version.cs(18,27,18,42): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyVersion' 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit.Version.cs(19,27,19,46): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyFileVersion' 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.Version.cs(19,27,19,46): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyFileVersion' 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.Version.cs(19,27,19,46): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyFileVersion' 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.Version.cs(19,27,19,46): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyFileVersion' 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit.Version.cs(20,27,20,55): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyInformationalVersion' 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.Version.cs(20,27,20,55): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyInformationalVersion' 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.Version.cs(20,27,20,55): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyInformationalVersion' 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.Version.cs(20,27,20,55): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyInformationalVersion' 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit.Version.cs(21,27,21,39): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyName' 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.Version.cs(21,27,21,39): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyName' 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.Version.cs(21,27,21,39): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyName' 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.Version.cs(21,27,21,39): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyName' 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit.Version.cs(22,27,22,40): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyTitle' 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.Version.cs(22,27,22,40): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyTitle' 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.Version.cs(22,27,22,40): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyTitle' 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.Version.cs(22,27,22,40): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyTitle' 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit.Version.cs(23,27,23,48): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyConfiguration' 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.Version.cs(23,27,23,48): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyConfiguration' 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.Version.cs(23,27,23,48): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyConfiguration' 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.Version.cs(23,27,23,48): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyConfiguration' 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit.Version.cs(24,27,24,38): error CS0102: The type 'ThisAssembly' already contains a definition for 'GitCommitId' 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.Version.cs(24,27,24,38): error CS0102: The type 'ThisAssembly' already contains a definition for 'GitCommitId' 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.Version.cs(24,27,24,38): error CS0102: The type 'ThisAssembly' already contains a definition for 'GitCommitId' 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.Version.cs(24,27,24,38): error CS0102: The type 'ThisAssembly' already contains a definition for 'GitCommitId' 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit.Version.cs(25,46,25,59): error CS0102: The type 'ThisAssembly' already contains a definition for 'GitCommitDate' 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.Version.cs(25,46,25,59): error CS0102: The type 'ThisAssembly' already contains a definition for 'GitCommitDate' 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.Version.cs(25,46,25,59): error CS0102: The type 'ThisAssembly' already contains a definition for 'GitCommitDate' 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.Version.cs(25,46,25,59): error CS0102: The type 'ThisAssembly' already contains a definition for 'GitCommitDate' 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit.Version.cs(26,27,26,40): error CS0102: The type 'ThisAssembly' already contains a definition for 'RootNamespace' 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.Version.cs(26,27,26,40): error CS0102: The type 'ThisAssembly' already contains a definition for 'RootNamespace' 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.Version.cs(26,27,26,40): error CS0102: The type 'ThisAssembly' already contains a definition for 'RootNamespace' 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.Version.cs(26,27,26,40): error CS0102: The type 'ThisAssembly' already contains a definition for 'RootNamespace' 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\GeneratedInternalTypeHelper.g.i.cs(20,25,20,52): error CS0101: The namespace 'XamlGeneratedNamespace' already contains a definition for 'GeneratedInternalTypeHelper' 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.cs(20,25,20,52): error CS0101: The namespace 'XamlGeneratedNamespace' already contains a definition for 'GeneratedInternalTypeHelper' 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.i.cs(20,25,20,52): error CS0101: The namespace 'XamlGeneratedNamespace' already contains a definition for 'GeneratedInternalTypeHelper' 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\GeneratedInternalTypeHelper.g.cs(20,77,20,95): error CS0234: The type or namespace name 'InternalTypeHelper' does not exist in the namespace 'System.Windows.Markup' (are you missing an assembly reference?) 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\GeneratedInternalTypeHelper.g.i.cs(20,77,20,95): error CS0234: The type or namespace name 'InternalTypeHelper' does not exist in the namespace 'System.Windows.Markup' (are you missing an assembly reference?) 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.cs(20,77,20,95): error CS0234: The type or namespace name 'InternalTypeHelper' does not exist in the namespace 'System.Windows.Markup' (are you missing an assembly reference?) 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.i.cs(20,77,20,95): error CS0234: The type or namespace name 'InternalTypeHelper' does not exist in the namespace 'System.Windows.Markup' (are you missing an assembly reference?) 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\GeneratedInternalTypeHelper.g.i.cs(17,6,17,53): error CS0579: Duplicate 'System.Diagnostics.DebuggerNonUserCodeAttribute' attribute 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\GeneratedInternalTypeHelper.g.i.cs(18,6,18,52): error CS0579: Duplicate 'System.CodeDom.Compiler.GeneratedCodeAttribute' attribute 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\GeneratedInternalTypeHelper.g.i.cs(19,6,19,52): error CS0579: Duplicate 'System.ComponentModel.EditorBrowsableAttribute' attribute 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.cs(17,6,17,53): error CS0579: Duplicate 'System.Diagnostics.DebuggerNonUserCodeAttribute' attribute 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.cs(18,6,18,52): error CS0579: Duplicate 'System.CodeDom.Compiler.GeneratedCodeAttribute' attribute 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.cs(19,6,19,52): error CS0579: Duplicate 'System.ComponentModel.EditorBrowsableAttribute' attribute 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.i.cs(17,6,17,53): error CS0579: Duplicate 'System.Diagnostics.DebuggerNonUserCodeAttribute' attribute 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.i.cs(18,6,18,52): error CS0579: Duplicate 'System.CodeDom.Compiler.GeneratedCodeAttribute' attribute 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.i.cs(19,6,19,52): error CS0579: Duplicate 'System.ComponentModel.EditorBrowsableAttribute' attribute 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\XamlTypeInfo.g.cs(19,79,19,100): error CS0234: The type or namespace name 'IXamlMetadataProvider' does not exist in the namespace 'Windows.UI.Xaml.Markup' (are you missing an assembly reference?) 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\XamlTypeInfo.g.cs(38,47,38,56): error CS0234: The type or namespace name 'IXamlType' does not exist in the namespace 'Windows.UI.Xaml.Markup' (are you missing an assembly reference?) 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\XamlTypeInfo.g.cs(46,47,46,56): error CS0234: The type or namespace name 'IXamlType' does not exist in the namespace 'Windows.UI.Xaml.Markup' (are you missing an assembly reference?) 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\XamlTypeInfo.g.cs(54,47,54,62): error CS0234: The type or namespace name 'XmlnsDefinition' does not exist in the namespace 'Windows.UI.Xaml.Markup' (are you missing an assembly reference?) 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\GeneratedInternalTypeHelper.g.i.cs(25,35,25,49): error CS0111: Type 'GeneratedInternalTypeHelper' already defines a member called 'CreateInstance' with the same parameter types 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.cs(25,35,25,49): error CS0111: Type 'GeneratedInternalTypeHelper' already defines a member called 'CreateInstance' with the same parameter types 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.i.cs(25,35,25,49): error CS0111: Type 'GeneratedInternalTypeHelper' already defines a member called 'CreateInstance' with the same parameter types 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\GeneratedInternalTypeHelper.g.i.cs(33,35,33,51): error CS0111: Type 'GeneratedInternalTypeHelper' already defines a member called 'GetPropertyValue' with the same parameter types 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.cs(33,35,33,51): error CS0111: Type 'GeneratedInternalTypeHelper' already defines a member called 'GetPropertyValue' with the same parameter types 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.i.cs(33,35,33,51): error CS0111: Type 'GeneratedInternalTypeHelper' already defines a member called 'GetPropertyValue' with the same parameter types 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\GeneratedInternalTypeHelper.g.i.cs(40,33,40,49): error CS0111: Type 'GeneratedInternalTypeHelper' already defines a member called 'SetPropertyValue' with the same parameter types 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.cs(40,33,40,49): error CS0111: Type 'GeneratedInternalTypeHelper' already defines a member called 'SetPropertyValue' with the same parameter types 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.i.cs(40,33,40,49): error CS0111: Type 'GeneratedInternalTypeHelper' already defines a member called 'SetPropertyValue' with the same parameter types 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\GeneratedInternalTypeHelper.g.i.cs(47,44,47,58): error CS0111: Type 'GeneratedInternalTypeHelper' already defines a member called 'CreateDelegate' with the same parameter types 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.cs(47,44,47,58): error CS0111: Type 'GeneratedInternalTypeHelper' already defines a member called 'CreateDelegate' with the same parameter types 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.i.cs(47,44,47,58): error CS0111: Type 'GeneratedInternalTypeHelper' already defines a member called 'CreateDelegate' with the same parameter types 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\GeneratedInternalTypeHelper.g.i.cs(57,33,57,48): error CS0111: Type 'GeneratedInternalTypeHelper' already defines a member called 'AddEventHandler' with the same parameter types 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.cs(57,33,57,48): error CS0111: Type 'GeneratedInternalTypeHelper' already defines a member called 'AddEventHandler' with the same parameter types 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.i.cs(57,33,57,48): error CS0111: Type 'GeneratedInternalTypeHelper' already defines a member called 'AddEventHandler' with the same parameter types 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\XamlTypeInfo.g.cs(65,50,65,80): error CS0234: The type or namespace name 'ReflectionXamlMetadataProvider' does not exist in the namespace 'Microsoft.UI.Xaml.Markup' (are you missing an assembly reference?) 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\XamlTypeInfo.g.cs(77,47,77,56): error CS0234: The type or namespace name 'IXamlType' does not exist in the namespace 'Windows.UI.Xaml.Markup' (are you missing an assembly reference?) 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\XamlTypeInfo.g.cs(82,47,82,56): error CS0234: The type or namespace name 'IXamlType' does not exist in the namespace 'Windows.UI.Xaml.Markup' (are you missing an assembly reference?) 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\XamlTypeInfo.g.cs(64,50,64,80): error CS0234: The type or namespace name 'ReflectionXamlMetadataProvider' does not exist in the namespace 'Microsoft.UI.Xaml.Markup' (are you missing an assembly reference?) 3>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit.UI.Controls\SymbolDisplay\SymbolDisplay.cs(118,47,118,60): warning CS0109: The member 'SymbolDisplay.SourceUpdated' does not hide an accessible member. The new keyword is not required. 3>Done building project "Esri.ArcGISRuntime.Toolkit.WinUI.csproj" -- FAILED. 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(22,38,22,61): error CS0234: The type or namespace name 'TargetPlatformAttributeAttribute' does not exist in the namespace 'System.Runtime.Versioning' (are you missing an assembly reference?) 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(22,38,22,61): error CS0234: The type or namespace name 'TargetPlatformAttribute' does not exist in the namespace 'System.Runtime.Versioning' (are you missing an assembly reference?) 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(23,38,23,66): error CS0234: The type or namespace name 'SupportedOSPlatformAttributeAttribute' does not exist in the namespace 'System.Runtime.Versioning' (are you missing an assembly reference?) 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(23,38,23,66): error CS0234: The type or namespace name 'SupportedOSPlatformAttribute' does not exist in the namespace 'System.Runtime.Versioning' (are you missing an assembly reference?) 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit_yhnccxed_wpftmp.AssemblyInfo.cs(22,38,22,61): error CS0234: The type or namespace name 'TargetPlatformAttributeAttribute' does not exist in the namespace 'System.Runtime.Versioning' (are you missing an assembly reference?) 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit_yhnccxed_wpftmp.AssemblyInfo.cs(22,38,22,61): error CS0234: The type or namespace name 'TargetPlatformAttribute' does not exist in the namespace 'System.Runtime.Versioning' (are you missing an assembly reference?) 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit_yhnccxed_wpftmp.AssemblyInfo.cs(23,38,23,66): error CS0234: The type or namespace name 'SupportedOSPlatformAttributeAttribute' does not exist in the namespace 'System.Runtime.Versioning' (are you missing an assembly reference?) 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit_yhnccxed_wpftmp.AssemblyInfo.cs(23,38,23,66): error CS0234: The type or namespace name 'SupportedOSPlatformAttribute' does not exist in the namespace 'System.Runtime.Versioning' (are you missing an assembly reference?) 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit.Version.cs(11,12,11,54): error CS0579: Duplicate 'System.Reflection.AssemblyVersionAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit.Version.cs(12,12,12,58): error CS0579: Duplicate 'System.Reflection.AssemblyFileVersionAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit.Version.cs(13,12,13,67): error CS0579: Duplicate 'System.Reflection.AssemblyInformationalVersionAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit_vtsitcsr_wpftmp.AssemblyInfo.cs(14,12,14,54): error CS0579: Duplicate 'System.Reflection.AssemblyCompanyAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit_vtsitcsr_wpftmp.AssemblyInfo.cs(15,12,15,60): error CS0579: Duplicate 'System.Reflection.AssemblyConfigurationAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit_vtsitcsr_wpftmp.AssemblyInfo.cs(16,12,16,56): error CS0579: Duplicate 'System.Reflection.AssemblyCopyrightAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit_vtsitcsr_wpftmp.AssemblyInfo.cs(17,12,17,58): error CS0579: Duplicate 'System.Reflection.AssemblyDescriptionAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit_vtsitcsr_wpftmp.AssemblyInfo.cs(19,12,19,54): error CS0579: Duplicate 'System.Reflection.AssemblyProductAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit_vtsitcsr_wpftmp.AssemblyInfo.cs(20,12,20,52): error CS0579: Duplicate 'System.Reflection.AssemblyTitleAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\.NETCoreApp,Version=v6.0.AssemblyAttributes.cs(4,12,4,70): error CS0579: Duplicate 'global::System.Runtime.Versioning.TargetFrameworkAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(14,12,14,54): error CS0579: Duplicate 'System.Reflection.AssemblyCompanyAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(15,12,15,60): error CS0579: Duplicate 'System.Reflection.AssemblyConfigurationAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(16,12,16,56): error CS0579: Duplicate 'System.Reflection.AssemblyCopyrightAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(17,12,17,58): error CS0579: Duplicate 'System.Reflection.AssemblyDescriptionAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(19,12,19,54): error CS0579: Duplicate 'System.Reflection.AssemblyProductAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(20,12,20,52): error CS0579: Duplicate 'System.Reflection.AssemblyTitleAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.Version.cs(11,12,11,54): error CS0579: Duplicate 'System.Reflection.AssemblyVersionAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.Version.cs(12,12,12,58): error CS0579: Duplicate 'System.Reflection.AssemblyFileVersionAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.Version.cs(13,12,13,67): error CS0579: Duplicate 'System.Reflection.AssemblyInformationalVersionAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit_yhnccxed_wpftmp.AssemblyInfo.cs(14,12,14,54): error CS0579: Duplicate 'System.Reflection.AssemblyCompanyAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit_yhnccxed_wpftmp.AssemblyInfo.cs(15,12,15,60): error CS0579: Duplicate 'System.Reflection.AssemblyConfigurationAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit_yhnccxed_wpftmp.AssemblyInfo.cs(16,12,16,56): error CS0579: Duplicate 'System.Reflection.AssemblyCopyrightAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit_yhnccxed_wpftmp.AssemblyInfo.cs(17,12,17,58): error CS0579: Duplicate 'System.Reflection.AssemblyDescriptionAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit_yhnccxed_wpftmp.AssemblyInfo.cs(19,12,19,54): error CS0579: Duplicate 'System.Reflection.AssemblyProductAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit_yhnccxed_wpftmp.AssemblyInfo.cs(20,12,20,52): error CS0579: Duplicate 'System.Reflection.AssemblyTitleAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\.NETStandard,Version=v2.0.AssemblyAttributes.cs(4,12,4,70): error CS0579: Duplicate 'global::System.Runtime.Versioning.TargetFrameworkAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(14,12,14,54): error CS0579: Duplicate 'System.Reflection.AssemblyCompanyAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(15,12,15,60): error CS0579: Duplicate 'System.Reflection.AssemblyConfigurationAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(16,12,16,56): error CS0579: Duplicate 'System.Reflection.AssemblyCopyrightAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(17,12,17,58): error CS0579: Duplicate 'System.Reflection.AssemblyDescriptionAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(19,12,19,54): error CS0579: Duplicate 'System.Reflection.AssemblyProductAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(20,12,20,52): error CS0579: Duplicate 'System.Reflection.AssemblyTitleAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.Version.cs(11,12,11,54): error CS0579: Duplicate 'System.Reflection.AssemblyVersionAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.Version.cs(12,12,12,58): error CS0579: Duplicate 'System.Reflection.AssemblyFileVersionAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.Version.cs(13,12,13,67): error CS0579: Duplicate 'System.Reflection.AssemblyInformationalVersionAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\.NETCore,Version=v5.0.AssemblyAttributes.cs(4,12,4,70): error CS0579: Duplicate 'global::System.Runtime.Versioning.TargetFrameworkAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(14,12,14,54): error CS0579: Duplicate 'System.Reflection.AssemblyCompanyAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(15,12,15,60): error CS0579: Duplicate 'System.Reflection.AssemblyConfigurationAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(16,12,16,56): error CS0579: Duplicate 'System.Reflection.AssemblyCopyrightAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(17,12,17,58): error CS0579: Duplicate 'System.Reflection.AssemblyDescriptionAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(19,12,19,54): error CS0579: Duplicate 'System.Reflection.AssemblyProductAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(20,12,20,52): error CS0579: Duplicate 'System.Reflection.AssemblyTitleAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.Version.cs(11,12,11,54): error CS0579: Duplicate 'System.Reflection.AssemblyVersionAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.Version.cs(12,12,12,58): error CS0579: Duplicate 'System.Reflection.AssemblyFileVersionAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.Version.cs(13,12,13,67): error CS0579: Duplicate 'System.Reflection.AssemblyInformationalVersionAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit.WPF\obj\Debug\net472\.NETFramework,Version=v4.7.2.AssemblyAttributes.cs(4,12,4,70): error CS0579: Duplicate 'global::System.Runtime.Versioning.TargetFrameworkAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit.WPF\obj\Debug\net472\Esri.ArcGISRuntime.Toolkit.WPF_0s0dalwe_wpftmp.AssemblyInfo.cs(14,12,14,54): error CS0579: Duplicate 'System.Reflection.AssemblyCompanyAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit.WPF\obj\Debug\net472\Esri.ArcGISRuntime.Toolkit.WPF_0s0dalwe_wpftmp.AssemblyInfo.cs(15,12,15,60): error CS0579: Duplicate 'System.Reflection.AssemblyConfigurationAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit.WPF\obj\Debug\net472\Esri.ArcGISRuntime.Toolkit.WPF_0s0dalwe_wpftmp.AssemblyInfo.cs(16,12,16,56): error CS0579: Duplicate 'System.Reflection.AssemblyCopyrightAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit.WPF\obj\Debug\net472\Esri.ArcGISRuntime.Toolkit.WPF_0s0dalwe_wpftmp.AssemblyInfo.cs(17,12,17,58): error CS0579: Duplicate 'System.Reflection.AssemblyDescriptionAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit.WPF\obj\Debug\net472\Esri.ArcGISRuntime.Toolkit.WPF_0s0dalwe_wpftmp.AssemblyInfo.cs(18,12,18,54): error CS0579: Duplicate 'System.Reflection.AssemblyProductAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit.WPF\obj\Debug\net472\Esri.ArcGISRuntime.Toolkit.WPF_0s0dalwe_wpftmp.AssemblyInfo.cs(19,12,19,52): error CS0579: Duplicate 'System.Reflection.AssemblyTitleAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\GeneratedInternalTypeHelper.g.i.cs(20,25,20,52): error CS0101: The namespace 'XamlGeneratedNamespace' already contains a definition for 'GeneratedInternalTypeHelper' 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.cs(20,25,20,52): error CS0101: The namespace 'XamlGeneratedNamespace' already contains a definition for 'GeneratedInternalTypeHelper' 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.i.cs(20,25,20,52): error CS0101: The namespace 'XamlGeneratedNamespace' already contains a definition for 'GeneratedInternalTypeHelper' 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit.WPF\obj\Debug\net472\GeneratedInternalTypeHelper.g.cs(20,25,20,52): error CS0101: The namespace 'XamlGeneratedNamespace' already contains a definition for 'GeneratedInternalTypeHelper' 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit.Version.cs(15,2,15,39): error CS0579: Duplicate 'System.CodeDom.Compiler.GeneratedCode' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.Version.cs(15,2,15,39): error CS0579: Duplicate 'System.CodeDom.Compiler.GeneratedCode' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.Version.cs(15,2,15,39): error CS0579: Duplicate 'System.CodeDom.Compiler.GeneratedCode' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.Version.cs(15,2,15,39): error CS0579: Duplicate 'System.CodeDom.Compiler.GeneratedCode' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\XamlTypeInfo.g.cs(19,64,19,66): error CS0234: The type or namespace name 'UI' does not exist in the namespace 'Windows' (are you missing an assembly reference?) 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\XamlTypeInfo.g.cs(38,32,38,34): error CS0234: The type or namespace name 'UI' does not exist in the namespace 'Windows' (are you missing an assembly reference?) 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\XamlTypeInfo.g.cs(46,32,46,34): error CS0234: The type or namespace name 'UI' does not exist in the namespace 'Windows' (are you missing an assembly reference?) 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\XamlTypeInfo.g.cs(65,35,65,37): error CS0234: The type or namespace name 'UI' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\XamlTypeInfo.g.cs(54,32,54,34): error CS0234: The type or namespace name 'UI' does not exist in the namespace 'Windows' (are you missing an assembly reference?) 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\XamlTypeInfo.g.cs(77,32,77,34): error CS0234: The type or namespace name 'UI' does not exist in the namespace 'Windows' (are you missing an assembly reference?) 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\XamlTypeInfo.g.cs(82,32,82,34): error CS0234: The type or namespace name 'UI' does not exist in the namespace 'Windows' (are you missing an assembly reference?) 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\XamlTypeInfo.g.cs(64,35,64,37): error CS0234: The type or namespace name 'UI' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\GeneratedInternalTypeHelper.g.i.cs(17,6,17,53): error CS0579: Duplicate 'System.Diagnostics.DebuggerNonUserCodeAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\GeneratedInternalTypeHelper.g.i.cs(18,6,18,52): error CS0579: Duplicate 'System.CodeDom.Compiler.GeneratedCodeAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\GeneratedInternalTypeHelper.g.i.cs(19,6,19,52): error CS0579: Duplicate 'System.ComponentModel.EditorBrowsableAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.cs(17,6,17,53): error CS0579: Duplicate 'System.Diagnostics.DebuggerNonUserCodeAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.cs(18,6,18,52): error CS0579: Duplicate 'System.CodeDom.Compiler.GeneratedCodeAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.cs(19,6,19,52): error CS0579: Duplicate 'System.ComponentModel.EditorBrowsableAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.i.cs(17,6,17,53): error CS0579: Duplicate 'System.Diagnostics.DebuggerNonUserCodeAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.i.cs(18,6,18,52): error CS0579: Duplicate 'System.CodeDom.Compiler.GeneratedCodeAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.i.cs(19,6,19,52): error CS0579: Duplicate 'System.ComponentModel.EditorBrowsableAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit.WPF\obj\Debug\net472\GeneratedInternalTypeHelper.g.cs(17,6,17,53): error CS0579: Duplicate 'System.Diagnostics.DebuggerNonUserCodeAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit.WPF\obj\Debug\net472\GeneratedInternalTypeHelper.g.cs(18,6,18,52): error CS0579: Duplicate 'System.CodeDom.Compiler.GeneratedCodeAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit.WPF\obj\Debug\net472\GeneratedInternalTypeHelper.g.cs(19,6,19,52): error CS0579: Duplicate 'System.ComponentModel.EditorBrowsableAttribute' attribute 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit.Version.cs(18,27,18,42): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyVersion' 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.Version.cs(18,27,18,42): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyVersion' 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.Version.cs(18,27,18,42): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyVersion' 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.Version.cs(18,27,18,42): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyVersion' 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit.Version.cs(19,27,19,46): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyFileVersion' 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.Version.cs(19,27,19,46): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyFileVersion' 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.Version.cs(19,27,19,46): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyFileVersion' 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.Version.cs(19,27,19,46): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyFileVersion' 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit.Version.cs(20,27,20,55): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyInformationalVersion' 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.Version.cs(20,27,20,55): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyInformationalVersion' 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.Version.cs(20,27,20,55): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyInformationalVersion' 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.Version.cs(20,27,20,55): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyInformationalVersion' 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit.Version.cs(21,27,21,39): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyName' 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.Version.cs(21,27,21,39): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyName' 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.Version.cs(21,27,21,39): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyName' 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.Version.cs(21,27,21,39): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyName' 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit.Version.cs(22,27,22,40): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyTitle' 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.Version.cs(22,27,22,40): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyTitle' 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.Version.cs(22,27,22,40): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyTitle' 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.Version.cs(22,27,22,40): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyTitle' 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit.Version.cs(23,27,23,48): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyConfiguration' 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.Version.cs(23,27,23,48): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyConfiguration' 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.Version.cs(23,27,23,48): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyConfiguration' 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.Version.cs(23,27,23,48): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyConfiguration' 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit.Version.cs(24,27,24,38): error CS0102: The type 'ThisAssembly' already contains a definition for 'GitCommitId' 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.Version.cs(24,27,24,38): error CS0102: The type 'ThisAssembly' already contains a definition for 'GitCommitId' 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.Version.cs(24,27,24,38): error CS0102: The type 'ThisAssembly' already contains a definition for 'GitCommitId' 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.Version.cs(24,27,24,38): error CS0102: The type 'ThisAssembly' already contains a definition for 'GitCommitId' 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit.Version.cs(25,46,25,59): error CS0102: The type 'ThisAssembly' already contains a definition for 'GitCommitDate' 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.Version.cs(25,46,25,59): error CS0102: The type 'ThisAssembly' already contains a definition for 'GitCommitDate' 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.Version.cs(25,46,25,59): error CS0102: The type 'ThisAssembly' already contains a definition for 'GitCommitDate' 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.Version.cs(25,46,25,59): error CS0102: The type 'ThisAssembly' already contains a definition for 'GitCommitDate' 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit.Version.cs(26,27,26,40): error CS0102: The type 'ThisAssembly' already contains a definition for 'RootNamespace' 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.Version.cs(26,27,26,40): error CS0102: The type 'ThisAssembly' already contains a definition for 'RootNamespace' 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.Version.cs(26,27,26,40): error CS0102: The type 'ThisAssembly' already contains a definition for 'RootNamespace' 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.Version.cs(26,27,26,40): error CS0102: The type 'ThisAssembly' already contains a definition for 'RootNamespace' 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\GeneratedInternalTypeHelper.g.i.cs(25,35,25,49): error CS0111: Type 'GeneratedInternalTypeHelper' already defines a member called 'CreateInstance' with the same parameter types 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.cs(25,35,25,49): error CS0111: Type 'GeneratedInternalTypeHelper' already defines a member called 'CreateInstance' with the same parameter types 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.i.cs(25,35,25,49): error CS0111: Type 'GeneratedInternalTypeHelper' already defines a member called 'CreateInstance' with the same parameter types 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit.WPF\obj\Debug\net472\GeneratedInternalTypeHelper.g.cs(25,35,25,49): error CS0111: Type 'GeneratedInternalTypeHelper' already defines a member called 'CreateInstance' with the same parameter types 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\GeneratedInternalTypeHelper.g.i.cs(33,35,33,51): error CS0111: Type 'GeneratedInternalTypeHelper' already defines a member called 'GetPropertyValue' with the same parameter types 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.cs(33,35,33,51): error CS0111: Type 'GeneratedInternalTypeHelper' already defines a member called 'GetPropertyValue' with the same parameter types 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.i.cs(33,35,33,51): error CS0111: Type 'GeneratedInternalTypeHelper' already defines a member called 'GetPropertyValue' with the same parameter types 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit.WPF\obj\Debug\net472\GeneratedInternalTypeHelper.g.cs(33,35,33,51): error CS0111: Type 'GeneratedInternalTypeHelper' already defines a member called 'GetPropertyValue' with the same parameter types 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\GeneratedInternalTypeHelper.g.i.cs(40,33,40,49): error CS0111: Type 'GeneratedInternalTypeHelper' already defines a member called 'SetPropertyValue' with the same parameter types 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.cs(40,33,40,49): error CS0111: Type 'GeneratedInternalTypeHelper' already defines a member called 'SetPropertyValue' with the same parameter types 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.i.cs(40,33,40,49): error CS0111: Type 'GeneratedInternalTypeHelper' already defines a member called 'SetPropertyValue' with the same parameter types 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit.WPF\obj\Debug\net472\GeneratedInternalTypeHelper.g.cs(40,33,40,49): error CS0111: Type 'GeneratedInternalTypeHelper' already defines a member called 'SetPropertyValue' with the same parameter types 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\GeneratedInternalTypeHelper.g.i.cs(47,44,47,58): error CS0111: Type 'GeneratedInternalTypeHelper' already defines a member called 'CreateDelegate' with the same parameter types 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.cs(47,44,47,58): error CS0111: Type 'GeneratedInternalTypeHelper' already defines a member called 'CreateDelegate' with the same parameter types 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.i.cs(47,44,47,58): error CS0111: Type 'GeneratedInternalTypeHelper' already defines a member called 'CreateDelegate' with the same parameter types 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit.WPF\obj\Debug\net472\GeneratedInternalTypeHelper.g.cs(47,44,47,58): error CS0111: Type 'GeneratedInternalTypeHelper' already defines a member called 'CreateDelegate' with the same parameter types 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\GeneratedInternalTypeHelper.g.i.cs(57,33,57,48): error CS0111: Type 'GeneratedInternalTypeHelper' already defines a member called 'AddEventHandler' with the same parameter types 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.cs(57,33,57,48): error CS0111: Type 'GeneratedInternalTypeHelper' already defines a member called 'AddEventHandler' with the same parameter types 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.i.cs(57,33,57,48): error CS0111: Type 'GeneratedInternalTypeHelper' already defines a member called 'AddEventHandler' with the same parameter types 2>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit.WPF\obj\Debug\net472\GeneratedInternalTypeHelper.g.cs(57,33,57,48): error CS0111: Type 'GeneratedInternalTypeHelper' already defines a member called 'AddEventHandler' with the same parameter types 2>Done building project "Esri.ArcGISRuntime.Toolkit.WPF_0s0dalwe_wpftmp.csproj" -- FAILED. 4>------ Build started: Project: Toolkit.SampleApp.WinUI, Configuration: Debug x64 ------ 5>------ Build started: Project: Esri.ArcGISRuntime.Toolkit.Maui, Configuration: Debug Any CPU ------ 6>------ Build started: Project: Toolkit.SampleApp.WPF, Configuration: Debug Any CPU ------ 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit.Version.cs(11,12,11,54): error CS0579: Duplicate 'System.Reflection.AssemblyVersionAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit.Version.cs(12,12,12,58): error CS0579: Duplicate 'System.Reflection.AssemblyFileVersionAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit.Version.cs(13,12,13,67): error CS0579: Duplicate 'System.Reflection.AssemblyInformationalVersionAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit_vtsitcsr_wpftmp.AssemblyInfo.cs(14,12,14,54): error CS0579: Duplicate 'System.Reflection.AssemblyCompanyAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit_vtsitcsr_wpftmp.AssemblyInfo.cs(15,12,15,60): error CS0579: Duplicate 'System.Reflection.AssemblyConfigurationAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit_vtsitcsr_wpftmp.AssemblyInfo.cs(16,12,16,56): error CS0579: Duplicate 'System.Reflection.AssemblyCopyrightAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit_vtsitcsr_wpftmp.AssemblyInfo.cs(17,12,17,58): error CS0579: Duplicate 'System.Reflection.AssemblyDescriptionAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit_vtsitcsr_wpftmp.AssemblyInfo.cs(19,12,19,54): error CS0579: Duplicate 'System.Reflection.AssemblyProductAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit_vtsitcsr_wpftmp.AssemblyInfo.cs(20,12,20,52): error CS0579: Duplicate 'System.Reflection.AssemblyTitleAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\.NETCoreApp,Version=v6.0.AssemblyAttributes.cs(4,12,4,70): error CS0579: Duplicate 'global::System.Runtime.Versioning.TargetFrameworkAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(14,12,14,54): error CS0579: Duplicate 'System.Reflection.AssemblyCompanyAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(15,12,15,60): error CS0579: Duplicate 'System.Reflection.AssemblyConfigurationAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(16,12,16,56): error CS0579: Duplicate 'System.Reflection.AssemblyCopyrightAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(17,12,17,58): error CS0579: Duplicate 'System.Reflection.AssemblyDescriptionAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(19,12,19,54): error CS0579: Duplicate 'System.Reflection.AssemblyProductAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(20,12,20,52): error CS0579: Duplicate 'System.Reflection.AssemblyTitleAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.Version.cs(11,12,11,54): error CS0579: Duplicate 'System.Reflection.AssemblyVersionAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.Version.cs(12,12,12,58): error CS0579: Duplicate 'System.Reflection.AssemblyFileVersionAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.Version.cs(13,12,13,67): error CS0579: Duplicate 'System.Reflection.AssemblyInformationalVersionAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit_yhnccxed_wpftmp.AssemblyInfo.cs(14,12,14,54): error CS0579: Duplicate 'System.Reflection.AssemblyCompanyAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit_yhnccxed_wpftmp.AssemblyInfo.cs(15,12,15,60): error CS0579: Duplicate 'System.Reflection.AssemblyConfigurationAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit_yhnccxed_wpftmp.AssemblyInfo.cs(16,12,16,56): error CS0579: Duplicate 'System.Reflection.AssemblyCopyrightAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit_yhnccxed_wpftmp.AssemblyInfo.cs(17,12,17,58): error CS0579: Duplicate 'System.Reflection.AssemblyDescriptionAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit_yhnccxed_wpftmp.AssemblyInfo.cs(19,12,19,54): error CS0579: Duplicate 'System.Reflection.AssemblyProductAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit_yhnccxed_wpftmp.AssemblyInfo.cs(20,12,20,52): error CS0579: Duplicate 'System.Reflection.AssemblyTitleAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit_yhnccxed_wpftmp.AssemblyInfo.cs(22,12,22,61): error CS0579: Duplicate 'System.Runtime.Versioning.TargetPlatformAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\.NETStandard,Version=v2.0.AssemblyAttributes.cs(4,12,4,70): error CS0579: Duplicate 'global::System.Runtime.Versioning.TargetFrameworkAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(14,12,14,54): error CS0579: Duplicate 'System.Reflection.AssemblyCompanyAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(15,12,15,60): error CS0579: Duplicate 'System.Reflection.AssemblyConfigurationAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(16,12,16,56): error CS0579: Duplicate 'System.Reflection.AssemblyCopyrightAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit.Version.cs(11,12,11,54): error CS0579: Duplicate 'System.Reflection.AssemblyVersionAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit.Version.cs(12,12,12,58): error CS0579: Duplicate 'System.Reflection.AssemblyFileVersionAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(17,12,17,58): error CS0579: Duplicate 'System.Reflection.AssemblyDescriptionAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit.Version.cs(13,12,13,67): error CS0579: Duplicate 'System.Reflection.AssemblyInformationalVersionAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(19,12,19,54): error CS0579: Duplicate 'System.Reflection.AssemblyProductAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit_vtsitcsr_wpftmp.AssemblyInfo.cs(14,12,14,54): error CS0579: Duplicate 'System.Reflection.AssemblyCompanyAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit_vtsitcsr_wpftmp.AssemblyInfo.cs(15,12,15,60): error CS0579: Duplicate 'System.Reflection.AssemblyConfigurationAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(20,12,20,52): error CS0579: Duplicate 'System.Reflection.AssemblyTitleAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit_vtsitcsr_wpftmp.AssemblyInfo.cs(16,12,16,56): error CS0579: Duplicate 'System.Reflection.AssemblyCopyrightAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit_vtsitcsr_wpftmp.AssemblyInfo.cs(17,12,17,58): error CS0579: Duplicate 'System.Reflection.AssemblyDescriptionAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit_vtsitcsr_wpftmp.AssemblyInfo.cs(19,12,19,54): error CS0579: Duplicate 'System.Reflection.AssemblyProductAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.Version.cs(11,12,11,54): error CS0579: Duplicate 'System.Reflection.AssemblyVersionAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit_vtsitcsr_wpftmp.AssemblyInfo.cs(20,12,20,52): error CS0579: Duplicate 'System.Reflection.AssemblyTitleAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\.NETCoreApp,Version=v6.0.AssemblyAttributes.cs(4,12,4,70): error CS0579: Duplicate 'global::System.Runtime.Versioning.TargetFrameworkAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.Version.cs(12,12,12,58): error CS0579: Duplicate 'System.Reflection.AssemblyFileVersionAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(14,12,14,54): error CS0579: Duplicate 'System.Reflection.AssemblyCompanyAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(15,12,15,60): error CS0579: Duplicate 'System.Reflection.AssemblyConfigurationAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.Version.cs(13,12,13,67): error CS0579: Duplicate 'System.Reflection.AssemblyInformationalVersionAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(16,12,16,56): error CS0579: Duplicate 'System.Reflection.AssemblyCopyrightAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(17,12,17,58): error CS0579: Duplicate 'System.Reflection.AssemblyDescriptionAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\.NETCore,Version=v5.0.AssemblyAttributes.cs(4,12,4,70): error CS0579: Duplicate 'global::System.Runtime.Versioning.TargetFrameworkAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(19,12,19,54): error CS0579: Duplicate 'System.Reflection.AssemblyProductAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(20,12,20,52): error CS0579: Duplicate 'System.Reflection.AssemblyTitleAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(14,12,14,54): error CS0579: Duplicate 'System.Reflection.AssemblyCompanyAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.Version.cs(11,12,11,54): error CS0579: Duplicate 'System.Reflection.AssemblyVersionAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.Version.cs(12,12,12,58): error CS0579: Duplicate 'System.Reflection.AssemblyFileVersionAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(15,12,15,60): error CS0579: Duplicate 'System.Reflection.AssemblyConfigurationAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.Version.cs(13,12,13,67): error CS0579: Duplicate 'System.Reflection.AssemblyInformationalVersionAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit_yhnccxed_wpftmp.AssemblyInfo.cs(14,12,14,54): error CS0579: Duplicate 'System.Reflection.AssemblyCompanyAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(16,12,16,56): error CS0579: Duplicate 'System.Reflection.AssemblyCopyrightAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit_yhnccxed_wpftmp.AssemblyInfo.cs(15,12,15,60): error CS0579: Duplicate 'System.Reflection.AssemblyConfigurationAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit_yhnccxed_wpftmp.AssemblyInfo.cs(16,12,16,56): error CS0579: Duplicate 'System.Reflection.AssemblyCopyrightAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(17,12,17,58): error CS0579: Duplicate 'System.Reflection.AssemblyDescriptionAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit_yhnccxed_wpftmp.AssemblyInfo.cs(17,12,17,58): error CS0579: Duplicate 'System.Reflection.AssemblyDescriptionAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit_yhnccxed_wpftmp.AssemblyInfo.cs(19,12,19,54): error CS0579: Duplicate 'System.Reflection.AssemblyProductAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(19,12,19,54): error CS0579: Duplicate 'System.Reflection.AssemblyProductAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit_yhnccxed_wpftmp.AssemblyInfo.cs(20,12,20,52): error CS0579: Duplicate 'System.Reflection.AssemblyTitleAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit_yhnccxed_wpftmp.AssemblyInfo.cs(22,12,22,61): error CS0579: Duplicate 'System.Runtime.Versioning.TargetPlatformAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\.NETStandard,Version=v2.0.AssemblyAttributes.cs(4,12,4,70): error CS0579: Duplicate 'global::System.Runtime.Versioning.TargetFrameworkAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(20,12,20,52): error CS0579: Duplicate 'System.Reflection.AssemblyTitleAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(14,12,14,54): error CS0579: Duplicate 'System.Reflection.AssemblyCompanyAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(15,12,15,60): error CS0579: Duplicate 'System.Reflection.AssemblyConfigurationAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.Version.cs(11,12,11,54): error CS0579: Duplicate 'System.Reflection.AssemblyVersionAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(16,12,16,56): error CS0579: Duplicate 'System.Reflection.AssemblyCopyrightAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(17,12,17,58): error CS0579: Duplicate 'System.Reflection.AssemblyDescriptionAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.Version.cs(12,12,12,58): error CS0579: Duplicate 'System.Reflection.AssemblyFileVersionAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(19,12,19,54): error CS0579: Duplicate 'System.Reflection.AssemblyProductAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(20,12,20,52): error CS0579: Duplicate 'System.Reflection.AssemblyTitleAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.Version.cs(11,12,11,54): error CS0579: Duplicate 'System.Reflection.AssemblyVersionAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.Version.cs(13,12,13,67): error CS0579: Duplicate 'System.Reflection.AssemblyInformationalVersionAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.Version.cs(12,12,12,58): error CS0579: Duplicate 'System.Reflection.AssemblyFileVersionAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.Version.cs(13,12,13,67): error CS0579: Duplicate 'System.Reflection.AssemblyInformationalVersionAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\.NETCore,Version=v5.0.AssemblyAttributes.cs(4,12,4,70): error CS0579: Duplicate 'global::System.Runtime.Versioning.TargetFrameworkAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit.Maui\obj\Debug\net7.0\.NETCoreApp,Version=v7.0.AssemblyAttributes.cs(4,12,4,70): error CS0579: Duplicate 'global::System.Runtime.Versioning.TargetFrameworkAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(14,12,14,54): error CS0579: Duplicate 'System.Reflection.AssemblyCompanyAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(15,12,15,60): error CS0579: Duplicate 'System.Reflection.AssemblyConfigurationAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit.Maui\obj\Debug\net7.0\Esri.ArcGISRuntime.Toolkit.Maui.AssemblyInfo.cs(14,12,14,54): error CS0579: Duplicate 'System.Reflection.AssemblyCompanyAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(16,12,16,56): error CS0579: Duplicate 'System.Reflection.AssemblyCopyrightAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(17,12,17,58): error CS0579: Duplicate 'System.Reflection.AssemblyDescriptionAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(19,12,19,54): error CS0579: Duplicate 'System.Reflection.AssemblyProductAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(20,12,20,52): error CS0579: Duplicate 'System.Reflection.AssemblyTitleAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit.Maui\obj\Debug\net7.0\Esri.ArcGISRuntime.Toolkit.Maui.AssemblyInfo.cs(15,12,15,60): error CS0579: Duplicate 'System.Reflection.AssemblyConfigurationAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.Version.cs(11,12,11,54): error CS0579: Duplicate 'System.Reflection.AssemblyVersionAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.Version.cs(12,12,12,58): error CS0579: Duplicate 'System.Reflection.AssemblyFileVersionAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit.Maui\obj\Debug\net7.0\Esri.ArcGISRuntime.Toolkit.Maui.AssemblyInfo.cs(16,12,16,56): error CS0579: Duplicate 'System.Reflection.AssemblyCopyrightAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.Version.cs(13,12,13,67): error CS0579: Duplicate 'System.Reflection.AssemblyInformationalVersionAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit.Maui\obj\Debug\net7.0-maccatalyst16.1\.NETCoreApp,Version=v7.0.AssemblyAttributes.cs(4,12,4,70): error CS0579: Duplicate 'global::System.Runtime.Versioning.TargetFrameworkAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit.Maui\obj\Debug\net7.0-maccatalyst16.1\Esri.ArcGISRuntime.Toolkit.Maui.AssemblyInfo.cs(14,12,14,54): error CS0579: Duplicate 'System.Reflection.AssemblyCompanyAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit.Maui\obj\Debug\net7.0\Esri.ArcGISRuntime.Toolkit.Maui.AssemblyInfo.cs(17,12,17,58): error CS0579: Duplicate 'System.Reflection.AssemblyDescriptionAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit.Maui\obj\Debug\net7.0-maccatalyst16.1\Esri.ArcGISRuntime.Toolkit.Maui.AssemblyInfo.cs(15,12,15,60): error CS0579: Duplicate 'System.Reflection.AssemblyConfigurationAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit.Maui\obj\Debug\net7.0-maccatalyst16.1\Esri.ArcGISRuntime.Toolkit.Maui.AssemblyInfo.cs(16,12,16,56): error CS0579: Duplicate 'System.Reflection.AssemblyCopyrightAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit.Maui\obj\Debug\net7.0\Esri.ArcGISRuntime.Toolkit.Maui.AssemblyInfo.cs(19,12,19,54): error CS0579: Duplicate 'System.Reflection.AssemblyProductAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit.Maui\obj\Debug\net7.0-maccatalyst16.1\Esri.ArcGISRuntime.Toolkit.Maui.AssemblyInfo.cs(17,12,17,58): error CS0579: Duplicate 'System.Reflection.AssemblyDescriptionAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit.Maui\obj\Debug\net7.0-maccatalyst16.1\Esri.ArcGISRuntime.Toolkit.Maui.AssemblyInfo.cs(19,12,19,54): error CS0579: Duplicate 'System.Reflection.AssemblyProductAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit.Maui\obj\Debug\net7.0-maccatalyst16.1\Esri.ArcGISRuntime.Toolkit.Maui.AssemblyInfo.cs(20,12,20,52): error CS0579: Duplicate 'System.Reflection.AssemblyTitleAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit.Maui\obj\Debug\net7.0\Esri.ArcGISRuntime.Toolkit.Maui.AssemblyInfo.cs(20,12,20,52): error CS0579: Duplicate 'System.Reflection.AssemblyTitleAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit.Maui\obj\Debug\net7.0-maccatalyst16.1\Esri.ArcGISRuntime.Toolkit.Maui.AssemblyInfo.cs(22,12,22,61): error CS0579: Duplicate 'System.Runtime.Versioning.TargetPlatformAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit.Version.cs(15,2,15,39): error CS0579: Duplicate 'System.CodeDom.Compiler.GeneratedCode' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.Version.cs(15,2,15,39): error CS0579: Duplicate 'System.CodeDom.Compiler.GeneratedCode' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.Version.cs(15,2,15,39): error CS0579: Duplicate 'System.CodeDom.Compiler.GeneratedCode' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.Version.cs(15,2,15,39): error CS0579: Duplicate 'System.CodeDom.Compiler.GeneratedCode' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit.Version.cs(18,27,18,42): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyVersion' 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.Version.cs(18,27,18,42): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyVersion' 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.Version.cs(18,27,18,42): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyVersion' 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.Version.cs(18,27,18,42): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyVersion' 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit.Version.cs(19,27,19,46): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyFileVersion' 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.Version.cs(19,27,19,46): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyFileVersion' 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.Version.cs(19,27,19,46): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyFileVersion' 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\GeneratedInternalTypeHelper.g.i.cs(20,25,20,52): error CS0101: The namespace 'XamlGeneratedNamespace' already contains a definition for 'GeneratedInternalTypeHelper' 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.Version.cs(19,27,19,46): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyFileVersion' 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit.Version.cs(20,27,20,55): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyInformationalVersion' 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.Version.cs(20,27,20,55): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyInformationalVersion' 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.cs(20,25,20,52): error CS0101: The namespace 'XamlGeneratedNamespace' already contains a definition for 'GeneratedInternalTypeHelper' 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.Version.cs(20,27,20,55): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyInformationalVersion' 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.Version.cs(20,27,20,55): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyInformationalVersion' 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit.Version.cs(21,27,21,39): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyName' 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.i.cs(20,25,20,52): error CS0101: The namespace 'XamlGeneratedNamespace' already contains a definition for 'GeneratedInternalTypeHelper' 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.Version.cs(21,27,21,39): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyName' 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.Version.cs(21,27,21,39): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyName' 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit.Version.cs(15,2,15,39): error CS0579: Duplicate 'System.CodeDom.Compiler.GeneratedCode' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.Version.cs(21,27,21,39): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyName' 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit.Version.cs(22,27,22,40): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyTitle' 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.Version.cs(22,27,22,40): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyTitle' 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.Version.cs(22,27,22,40): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyTitle' 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.Version.cs(22,27,22,40): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyTitle' 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit.Version.cs(23,27,23,48): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyConfiguration' 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.Version.cs(23,27,23,48): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyConfiguration' 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.Version.cs(23,27,23,48): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyConfiguration' 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.Version.cs(15,2,15,39): error CS0579: Duplicate 'System.CodeDom.Compiler.GeneratedCode' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.Version.cs(23,27,23,48): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyConfiguration' 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit.Version.cs(24,27,24,38): error CS0102: The type 'ThisAssembly' already contains a definition for 'GitCommitId' 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.Version.cs(15,2,15,39): error CS0579: Duplicate 'System.CodeDom.Compiler.GeneratedCode' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.Version.cs(24,27,24,38): error CS0102: The type 'ThisAssembly' already contains a definition for 'GitCommitId' 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.Version.cs(24,27,24,38): error CS0102: The type 'ThisAssembly' already contains a definition for 'GitCommitId' 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.Version.cs(24,27,24,38): error CS0102: The type 'ThisAssembly' already contains a definition for 'GitCommitId' 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.Version.cs(15,2,15,39): error CS0579: Duplicate 'System.CodeDom.Compiler.GeneratedCode' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit.Version.cs(25,46,25,59): error CS0102: The type 'ThisAssembly' already contains a definition for 'GitCommitDate' 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.Version.cs(25,46,25,59): error CS0102: The type 'ThisAssembly' already contains a definition for 'GitCommitDate' 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.Version.cs(25,46,25,59): error CS0102: The type 'ThisAssembly' already contains a definition for 'GitCommitDate' 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\GeneratedInternalTypeHelper.g.cs(20,77,20,95): error CS0234: The type or namespace name 'InternalTypeHelper' does not exist in the namespace 'System.Windows.Markup' (are you missing an assembly reference?) 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.Version.cs(25,46,25,59): error CS0102: The type 'ThisAssembly' already contains a definition for 'GitCommitDate' 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit.Version.cs(26,27,26,40): error CS0102: The type 'ThisAssembly' already contains a definition for 'RootNamespace' 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.Version.cs(26,27,26,40): error CS0102: The type 'ThisAssembly' already contains a definition for 'RootNamespace' 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.Version.cs(26,27,26,40): error CS0102: The type 'ThisAssembly' already contains a definition for 'RootNamespace' 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.Version.cs(26,27,26,40): error CS0102: The type 'ThisAssembly' already contains a definition for 'RootNamespace' 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\GeneratedInternalTypeHelper.g.i.cs(20,77,20,95): error CS0234: The type or namespace name 'InternalTypeHelper' does not exist in the namespace 'System.Windows.Markup' (are you missing an assembly reference?) 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\GeneratedInternalTypeHelper.g.i.cs(20,25,20,52): error CS0101: The namespace 'XamlGeneratedNamespace' already contains a definition for 'GeneratedInternalTypeHelper' 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.cs(20,25,20,52): error CS0101: The namespace 'XamlGeneratedNamespace' already contains a definition for 'GeneratedInternalTypeHelper' 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.i.cs(20,25,20,52): error CS0101: The namespace 'XamlGeneratedNamespace' already contains a definition for 'GeneratedInternalTypeHelper' 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\GeneratedInternalTypeHelper.g.cs(20,77,20,95): error CS0234: The type or namespace name 'InternalTypeHelper' does not exist in the namespace 'System.Windows.Markup' (are you missing an assembly reference?) 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\GeneratedInternalTypeHelper.g.i.cs(20,77,20,95): error CS0234: The type or namespace name 'InternalTypeHelper' does not exist in the namespace 'System.Windows.Markup' (are you missing an assembly reference?) 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.cs(20,77,20,95): error CS0234: The type or namespace name 'InternalTypeHelper' does not exist in the namespace 'System.Windows.Markup' (are you missing an assembly reference?) 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.i.cs(20,77,20,95): error CS0234: The type or namespace name 'InternalTypeHelper' does not exist in the namespace 'System.Windows.Markup' (are you missing an assembly reference?) 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\GeneratedInternalTypeHelper.g.i.cs(17,6,17,53): error CS0579: Duplicate 'System.Diagnostics.DebuggerNonUserCodeAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\GeneratedInternalTypeHelper.g.i.cs(18,6,18,52): error CS0579: Duplicate 'System.CodeDom.Compiler.GeneratedCodeAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.cs(20,77,20,95): error CS0234: The type or namespace name 'InternalTypeHelper' does not exist in the namespace 'System.Windows.Markup' (are you missing an assembly reference?) 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\GeneratedInternalTypeHelper.g.i.cs(19,6,19,52): error CS0579: Duplicate 'System.ComponentModel.EditorBrowsableAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.i.cs(20,77,20,95): error CS0234: The type or namespace name 'InternalTypeHelper' does not exist in the namespace 'System.Windows.Markup' (are you missing an assembly reference?) 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.cs(17,6,17,53): error CS0579: Duplicate 'System.Diagnostics.DebuggerNonUserCodeAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.cs(18,6,18,52): error CS0579: Duplicate 'System.CodeDom.Compiler.GeneratedCodeAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.cs(19,6,19,52): error CS0579: Duplicate 'System.ComponentModel.EditorBrowsableAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\XamlTypeInfo.g.cs(19,56,19,63): error CS0400: The type or namespace name 'Windows' could not be found in the global namespace (are you missing an assembly reference?) 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.i.cs(17,6,17,53): error CS0579: Duplicate 'System.Diagnostics.DebuggerNonUserCodeAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.i.cs(18,6,18,52): error CS0579: Duplicate 'System.CodeDom.Compiler.GeneratedCodeAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\XamlTypeInfo.g.cs(65,35,65,37): error CS0234: The type or namespace name 'UI' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.i.cs(19,6,19,52): error CS0579: Duplicate 'System.ComponentModel.EditorBrowsableAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\GeneratedInternalTypeHelper.g.i.cs(25,35,25,49): error CS0111: Type 'GeneratedInternalTypeHelper' already defines a member called 'CreateInstance' with the same parameter types 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.cs(25,35,25,49): error CS0111: Type 'GeneratedInternalTypeHelper' already defines a member called 'CreateInstance' with the same parameter types 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\XamlTypeInfo.g.cs(38,24,38,31): error CS0400: The type or namespace name 'Windows' could not be found in the global namespace (are you missing an assembly reference?) 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.i.cs(25,35,25,49): error CS0111: Type 'GeneratedInternalTypeHelper' already defines a member called 'CreateInstance' with the same parameter types 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\GeneratedInternalTypeHelper.g.i.cs(33,35,33,51): error CS0111: Type 'GeneratedInternalTypeHelper' already defines a member called 'GetPropertyValue' with the same parameter types 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.cs(33,35,33,51): error CS0111: Type 'GeneratedInternalTypeHelper' already defines a member called 'GetPropertyValue' with the same parameter types 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\XamlTypeInfo.g.cs(77,24,77,31): error CS0400: The type or namespace name 'Windows' could not be found in the global namespace (are you missing an assembly reference?) 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.i.cs(33,35,33,51): error CS0111: Type 'GeneratedInternalTypeHelper' already defines a member called 'GetPropertyValue' with the same parameter types 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\GeneratedInternalTypeHelper.g.i.cs(40,33,40,49): error CS0111: Type 'GeneratedInternalTypeHelper' already defines a member called 'SetPropertyValue' with the same parameter types 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\XamlTypeInfo.g.cs(46,24,46,31): error CS0400: The type or namespace name 'Windows' could not be found in the global namespace (are you missing an assembly reference?) 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.cs(40,33,40,49): error CS0111: Type 'GeneratedInternalTypeHelper' already defines a member called 'SetPropertyValue' with the same parameter types 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.i.cs(40,33,40,49): error CS0111: Type 'GeneratedInternalTypeHelper' already defines a member called 'SetPropertyValue' with the same parameter types 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\GeneratedInternalTypeHelper.g.i.cs(47,44,47,58): error CS0111: Type 'GeneratedInternalTypeHelper' already defines a member called 'CreateDelegate' with the same parameter types 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\XamlTypeInfo.g.cs(82,24,82,31): error CS0400: The type or namespace name 'Windows' could not be found in the global namespace (are you missing an assembly reference?) 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.cs(47,44,47,58): error CS0111: Type 'GeneratedInternalTypeHelper' already defines a member called 'CreateDelegate' with the same parameter types 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.i.cs(47,44,47,58): error CS0111: Type 'GeneratedInternalTypeHelper' already defines a member called 'CreateDelegate' with the same parameter types 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\GeneratedInternalTypeHelper.g.i.cs(57,33,57,48): error CS0111: Type 'GeneratedInternalTypeHelper' already defines a member called 'AddEventHandler' with the same parameter types 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\XamlTypeInfo.g.cs(64,35,64,37): error CS0234: The type or namespace name 'UI' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.cs(57,33,57,48): error CS0111: Type 'GeneratedInternalTypeHelper' already defines a member called 'AddEventHandler' with the same parameter types 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\XamlTypeInfo.g.cs(54,24,54,31): error CS0400: The type or namespace name 'Windows' could not be found in the global namespace (are you missing an assembly reference?) 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.i.cs(57,33,57,48): error CS0111: Type 'GeneratedInternalTypeHelper' already defines a member called 'AddEventHandler' with the same parameter types 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\XamlTypeInfo.g.cs(19,56,19,63): error CS0400: The type or namespace name 'Windows' could not be found in the global namespace (are you missing an assembly reference?) 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\XamlTypeInfo.g.cs(38,24,38,31): error CS0400: The type or namespace name 'Windows' could not be found in the global namespace (are you missing an assembly reference?) 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\GeneratedInternalTypeHelper.g.i.cs(17,6,17,53): error CS0579: Duplicate 'System.Diagnostics.DebuggerNonUserCodeAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\XamlTypeInfo.g.cs(46,24,46,31): error CS0400: The type or namespace name 'Windows' could not be found in the global namespace (are you missing an assembly reference?) 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\XamlTypeInfo.g.cs(54,24,54,31): error CS0400: The type or namespace name 'Windows' could not be found in the global namespace (are you missing an assembly reference?) 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\XamlTypeInfo.g.cs(65,35,65,37): error CS0234: The type or namespace name 'UI' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\XamlTypeInfo.g.cs(77,24,77,31): error CS0400: The type or namespace name 'Windows' could not be found in the global namespace (are you missing an assembly reference?) 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\XamlTypeInfo.g.cs(82,24,82,31): error CS0400: The type or namespace name 'Windows' could not be found in the global namespace (are you missing an assembly reference?) 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\XamlTypeInfo.g.cs(64,35,64,37): error CS0234: The type or namespace name 'UI' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\GeneratedInternalTypeHelper.g.i.cs(18,6,18,52): error CS0579: Duplicate 'System.CodeDom.Compiler.GeneratedCodeAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\GeneratedInternalTypeHelper.g.i.cs(19,6,19,52): error CS0579: Duplicate 'System.ComponentModel.EditorBrowsableAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.cs(17,6,17,53): error CS0579: Duplicate 'System.Diagnostics.DebuggerNonUserCodeAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.cs(18,6,18,52): error CS0579: Duplicate 'System.CodeDom.Compiler.GeneratedCodeAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.cs(19,6,19,52): error CS0579: Duplicate 'System.ComponentModel.EditorBrowsableAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.i.cs(17,6,17,53): error CS0579: Duplicate 'System.Diagnostics.DebuggerNonUserCodeAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.i.cs(18,6,18,52): error CS0579: Duplicate 'System.CodeDom.Compiler.GeneratedCodeAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.i.cs(19,6,19,52): error CS0579: Duplicate 'System.ComponentModel.EditorBrowsableAttribute' attribute 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\GeneratedInternalTypeHelper.g.i.cs(25,35,25,49): error CS0111: Type 'GeneratedInternalTypeHelper' already defines a member called 'CreateInstance' with the same parameter types 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.cs(25,35,25,49): error CS0111: Type 'GeneratedInternalTypeHelper' already defines a member called 'CreateInstance' with the same parameter types 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.i.cs(25,35,25,49): error CS0111: Type 'GeneratedInternalTypeHelper' already defines a member called 'CreateInstance' with the same parameter types 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\GeneratedInternalTypeHelper.g.i.cs(33,35,33,51): error CS0111: Type 'GeneratedInternalTypeHelper' already defines a member called 'GetPropertyValue' with the same parameter types 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.cs(33,35,33,51): error CS0111: Type 'GeneratedInternalTypeHelper' already defines a member called 'GetPropertyValue' with the same parameter types 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.i.cs(33,35,33,51): error CS0111: Type 'GeneratedInternalTypeHelper' already defines a member called 'GetPropertyValue' with the same parameter types 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\GeneratedInternalTypeHelper.g.i.cs(40,33,40,49): error CS0111: Type 'GeneratedInternalTypeHelper' already defines a member called 'SetPropertyValue' with the same parameter types 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.cs(40,33,40,49): error CS0111: Type 'GeneratedInternalTypeHelper' already defines a member called 'SetPropertyValue' with the same parameter types 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.i.cs(40,33,40,49): error CS0111: Type 'GeneratedInternalTypeHelper' already defines a member called 'SetPropertyValue' with the same parameter types 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\GeneratedInternalTypeHelper.g.i.cs(47,44,47,58): error CS0111: Type 'GeneratedInternalTypeHelper' already defines a member called 'CreateDelegate' with the same parameter types 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.cs(47,44,47,58): error CS0111: Type 'GeneratedInternalTypeHelper' already defines a member called 'CreateDelegate' with the same parameter types 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.i.cs(47,44,47,58): error CS0111: Type 'GeneratedInternalTypeHelper' already defines a member called 'CreateDelegate' with the same parameter types 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\GeneratedInternalTypeHelper.g.i.cs(57,33,57,48): error CS0111: Type 'GeneratedInternalTypeHelper' already defines a member called 'AddEventHandler' with the same parameter types 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.cs(57,33,57,48): error CS0111: Type 'GeneratedInternalTypeHelper' already defines a member called 'AddEventHandler' with the same parameter types 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.i.cs(57,33,57,48): error CS0111: Type 'GeneratedInternalTypeHelper' already defines a member called 'AddEventHandler' with the same parameter types 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit.Version.cs(18,27,18,42): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyVersion' 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.Version.cs(18,27,18,42): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyVersion' 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.Version.cs(18,27,18,42): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyVersion' 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.Version.cs(18,27,18,42): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyVersion' 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit.Version.cs(19,27,19,46): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyFileVersion' 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.Version.cs(19,27,19,46): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyFileVersion' 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.Version.cs(19,27,19,46): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyFileVersion' 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.Version.cs(19,27,19,46): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyFileVersion' 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit.Version.cs(20,27,20,55): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyInformationalVersion' 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.Version.cs(20,27,20,55): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyInformationalVersion' 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.Version.cs(20,27,20,55): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyInformationalVersion' 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.Version.cs(20,27,20,55): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyInformationalVersion' 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit.Version.cs(21,27,21,39): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyName' 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.Version.cs(21,27,21,39): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyName' 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.Version.cs(21,27,21,39): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyName' 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.Version.cs(21,27,21,39): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyName' 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit.Version.cs(22,27,22,40): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyTitle' 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.Version.cs(22,27,22,40): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyTitle' 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.Version.cs(22,27,22,40): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyTitle' 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.Version.cs(22,27,22,40): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyTitle' 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit.Version.cs(23,27,23,48): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyConfiguration' 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.Version.cs(23,27,23,48): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyConfiguration' 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.Version.cs(23,27,23,48): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyConfiguration' 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.Version.cs(23,27,23,48): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyConfiguration' 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit.Version.cs(24,27,24,38): error CS0102: The type 'ThisAssembly' already contains a definition for 'GitCommitId' 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.Version.cs(24,27,24,38): error CS0102: The type 'ThisAssembly' already contains a definition for 'GitCommitId' 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.Version.cs(24,27,24,38): error CS0102: The type 'ThisAssembly' already contains a definition for 'GitCommitId' 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.Version.cs(24,27,24,38): error CS0102: The type 'ThisAssembly' already contains a definition for 'GitCommitId' 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit.Version.cs(25,46,25,59): error CS0102: The type 'ThisAssembly' already contains a definition for 'GitCommitDate' 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.Version.cs(25,46,25,59): error CS0102: The type 'ThisAssembly' already contains a definition for 'GitCommitDate' 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.Version.cs(25,46,25,59): error CS0102: The type 'ThisAssembly' already contains a definition for 'GitCommitDate' 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.Version.cs(25,46,25,59): error CS0102: The type 'ThisAssembly' already contains a definition for 'GitCommitDate' 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit.Version.cs(26,27,26,40): error CS0102: The type 'ThisAssembly' already contains a definition for 'RootNamespace' 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.Version.cs(26,27,26,40): error CS0102: The type 'ThisAssembly' already contains a definition for 'RootNamespace' 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.Version.cs(26,27,26,40): error CS0102: The type 'ThisAssembly' already contains a definition for 'RootNamespace' 5>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.Version.cs(26,27,26,40): error CS0102: The type 'ThisAssembly' already contains a definition for 'RootNamespace' 5>Done building project "Esri.ArcGISRuntime.Toolkit.Maui.csproj" -- FAILED. 4>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Samples\Toolkit.SampleApp.WinUI\Toolkit.SampleApp.WinUI.csproj : XamlCompiler error WMC1006: Cannot resolve Assembly or Windows Metadata file 'C:\Source\GitHub\arcgis-toolkit-dotnet\Output\Esri.ArcGISRuntime.Toolkit.WinUI\Debug\net6.0-windows10.0.19041.0\Esri.ArcGISRuntime.Toolkit.WinUI.dll' 5>CSC : error CS0006: Metadata file 'C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit.WinUI\obj\Debug\net6.0-windows10.0.19041.0\ref\Esri.ArcGISRuntime.Toolkit.WinUI.dll' could not be found 5>Done building project "Esri.ArcGISRuntime.Toolkit.Maui.csproj" -- FAILED. 7>------ Build started: Project: Toolkit.SampleApp.Maui, Configuration: Debug Any CPU ------ 7>CSC : error CS0006: Metadata file 'C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit.Maui\obj\Debug\net7.0-maccatalyst16.1\ref\Esri.ArcGISRuntime.Toolkit.Maui.dll' could not be found 7>Done building project "Toolkit.SampleApp.Maui.csproj" -- FAILED. 7>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Samples\Toolkit.SampleApp.Maui\Toolkit.SampleApp.Maui.csproj : XamlCompiler error WMC1006: Cannot resolve Assembly or Windows Metadata file 'C:\Source\GitHub\arcgis-toolkit-dotnet\Output\Esri.ArcGISRuntime.Toolkit.Maui\Debug\net7.0-windows10.0.19041.0\Esri.ArcGISRuntime.Toolkit.Maui.dll' 7>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Samples\Toolkit.SampleApp.Maui\Toolkit.SampleApp.Maui.csproj : XamlCompiler error WMC1006: Cannot resolve Assembly or Windows Metadata file 'C:\Source\GitHub\arcgis-toolkit-dotnet\Output\Esri.ArcGISRuntime.Toolkit.WinUI\Debug\net6.0-windows10.0.19041.0\Esri.ArcGISRuntime.Toolkit.WinUI.dll' 7>CSC : error CS0006: Metadata file 'C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit.Maui\obj\Debug\net7.0\ref\Esri.ArcGISRuntime.Toolkit.Maui.dll' could not be found 7>Done building project "Toolkit.SampleApp.Maui.csproj" -- FAILED. 7>CSC : error CS0006: Metadata file 'C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit.Maui\obj\Debug\net7.0\ref\Esri.ArcGISRuntime.Toolkit.Maui.dll' could not be found 7>Done building project "Toolkit.SampleApp.Maui.csproj" -- FAILED. 7>CSC : error CS0006: Metadata file 'C:\Source\GitHub\arcgis-toolkit-dotnet\Output\Esri.ArcGISRuntime.Toolkit.Maui\Debug\net7.0-windows10.0.19041.0\Esri.ArcGISRuntime.Toolkit.Maui.dll' could not be found 7>CSC : error CS0006: Metadata file 'C:\Source\GitHub\arcgis-toolkit-dotnet\Output\Esri.ArcGISRuntime.Toolkit.WinUI\Debug\net6.0-windows10.0.19041.0\Esri.ArcGISRuntime.Toolkit.WinUI.dll' could not be found 7>Done building project "Toolkit.SampleApp.Maui.csproj" -- FAILED. 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(22,38,22,61): error CS0234: The type or namespace name 'TargetPlatformAttributeAttribute' does not exist in the namespace 'System.Runtime.Versioning' (are you missing an assembly reference?) 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(22,38,22,61): error CS0234: The type or namespace name 'TargetPlatformAttribute' does not exist in the namespace 'System.Runtime.Versioning' (are you missing an assembly reference?) 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(23,38,23,66): error CS0234: The type or namespace name 'SupportedOSPlatformAttributeAttribute' does not exist in the namespace 'System.Runtime.Versioning' (are you missing an assembly reference?) 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(23,38,23,66): error CS0234: The type or namespace name 'SupportedOSPlatformAttribute' does not exist in the namespace 'System.Runtime.Versioning' (are you missing an assembly reference?) 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit_yhnccxed_wpftmp.AssemblyInfo.cs(22,38,22,61): error CS0234: The type or namespace name 'TargetPlatformAttributeAttribute' does not exist in the namespace 'System.Runtime.Versioning' (are you missing an assembly reference?) 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit_yhnccxed_wpftmp.AssemblyInfo.cs(22,38,22,61): error CS0234: The type or namespace name 'TargetPlatformAttribute' does not exist in the namespace 'System.Runtime.Versioning' (are you missing an assembly reference?) 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit_yhnccxed_wpftmp.AssemblyInfo.cs(23,38,23,66): error CS0234: The type or namespace name 'SupportedOSPlatformAttributeAttribute' does not exist in the namespace 'System.Runtime.Versioning' (are you missing an assembly reference?) 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit_yhnccxed_wpftmp.AssemblyInfo.cs(23,38,23,66): error CS0234: The type or namespace name 'SupportedOSPlatformAttribute' does not exist in the namespace 'System.Runtime.Versioning' (are you missing an assembly reference?) 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit.Version.cs(11,12,11,54): error CS0579: Duplicate 'System.Reflection.AssemblyVersionAttribute' attribute 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit.Version.cs(12,12,12,58): error CS0579: Duplicate 'System.Reflection.AssemblyFileVersionAttribute' attribute 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit.Version.cs(13,12,13,67): error CS0579: Duplicate 'System.Reflection.AssemblyInformationalVersionAttribute' attribute 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit_vtsitcsr_wpftmp.AssemblyInfo.cs(14,12,14,54): error CS0579: Duplicate 'System.Reflection.AssemblyCompanyAttribute' attribute 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit_vtsitcsr_wpftmp.AssemblyInfo.cs(15,12,15,60): error CS0579: Duplicate 'System.Reflection.AssemblyConfigurationAttribute' attribute 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit_vtsitcsr_wpftmp.AssemblyInfo.cs(16,12,16,56): error CS0579: Duplicate 'System.Reflection.AssemblyCopyrightAttribute' attribute 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit_vtsitcsr_wpftmp.AssemblyInfo.cs(17,12,17,58): error CS0579: Duplicate 'System.Reflection.AssemblyDescriptionAttribute' attribute 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit_vtsitcsr_wpftmp.AssemblyInfo.cs(19,12,19,54): error CS0579: Duplicate 'System.Reflection.AssemblyProductAttribute' attribute 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit_vtsitcsr_wpftmp.AssemblyInfo.cs(20,12,20,52): error CS0579: Duplicate 'System.Reflection.AssemblyTitleAttribute' attribute 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\.NETCoreApp,Version=v6.0.AssemblyAttributes.cs(4,12,4,70): error CS0579: Duplicate 'global::System.Runtime.Versioning.TargetFrameworkAttribute' attribute 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(14,12,14,54): error CS0579: Duplicate 'System.Reflection.AssemblyCompanyAttribute' attribute 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(15,12,15,60): error CS0579: Duplicate 'System.Reflection.AssemblyConfigurationAttribute' attribute 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(16,12,16,56): error CS0579: Duplicate 'System.Reflection.AssemblyCopyrightAttribute' attribute 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(17,12,17,58): error CS0579: Duplicate 'System.Reflection.AssemblyDescriptionAttribute' attribute 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(19,12,19,54): error CS0579: Duplicate 'System.Reflection.AssemblyProductAttribute' attribute 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(20,12,20,52): error CS0579: Duplicate 'System.Reflection.AssemblyTitleAttribute' attribute 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.Version.cs(11,12,11,54): error CS0579: Duplicate 'System.Reflection.AssemblyVersionAttribute' attribute 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.Version.cs(12,12,12,58): error CS0579: Duplicate 'System.Reflection.AssemblyFileVersionAttribute' attribute 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.Version.cs(13,12,13,67): error CS0579: Duplicate 'System.Reflection.AssemblyInformationalVersionAttribute' attribute 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit_yhnccxed_wpftmp.AssemblyInfo.cs(14,12,14,54): error CS0579: Duplicate 'System.Reflection.AssemblyCompanyAttribute' attribute 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit_yhnccxed_wpftmp.AssemblyInfo.cs(15,12,15,60): error CS0579: Duplicate 'System.Reflection.AssemblyConfigurationAttribute' attribute 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit_yhnccxed_wpftmp.AssemblyInfo.cs(16,12,16,56): error CS0579: Duplicate 'System.Reflection.AssemblyCopyrightAttribute' attribute 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit_yhnccxed_wpftmp.AssemblyInfo.cs(17,12,17,58): error CS0579: Duplicate 'System.Reflection.AssemblyDescriptionAttribute' attribute 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit_yhnccxed_wpftmp.AssemblyInfo.cs(19,12,19,54): error CS0579: Duplicate 'System.Reflection.AssemblyProductAttribute' attribute 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit_yhnccxed_wpftmp.AssemblyInfo.cs(20,12,20,52): error CS0579: Duplicate 'System.Reflection.AssemblyTitleAttribute' attribute 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\.NETStandard,Version=v2.0.AssemblyAttributes.cs(4,12,4,70): error CS0579: Duplicate 'global::System.Runtime.Versioning.TargetFrameworkAttribute' attribute 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(14,12,14,54): error CS0579: Duplicate 'System.Reflection.AssemblyCompanyAttribute' attribute 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(15,12,15,60): error CS0579: Duplicate 'System.Reflection.AssemblyConfigurationAttribute' attribute 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(16,12,16,56): error CS0579: Duplicate 'System.Reflection.AssemblyCopyrightAttribute' attribute 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(17,12,17,58): error CS0579: Duplicate 'System.Reflection.AssemblyDescriptionAttribute' attribute 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(19,12,19,54): error CS0579: Duplicate 'System.Reflection.AssemblyProductAttribute' attribute 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(20,12,20,52): error CS0579: Duplicate 'System.Reflection.AssemblyTitleAttribute' attribute 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.Version.cs(11,12,11,54): error CS0579: Duplicate 'System.Reflection.AssemblyVersionAttribute' attribute 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.Version.cs(12,12,12,58): error CS0579: Duplicate 'System.Reflection.AssemblyFileVersionAttribute' attribute 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.Version.cs(13,12,13,67): error CS0579: Duplicate 'System.Reflection.AssemblyInformationalVersionAttribute' attribute 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\.NETCore,Version=v5.0.AssemblyAttributes.cs(4,12,4,70): error CS0579: Duplicate 'global::System.Runtime.Versioning.TargetFrameworkAttribute' attribute 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(14,12,14,54): error CS0579: Duplicate 'System.Reflection.AssemblyCompanyAttribute' attribute 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(15,12,15,60): error CS0579: Duplicate 'System.Reflection.AssemblyConfigurationAttribute' attribute 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(16,12,16,56): error CS0579: Duplicate 'System.Reflection.AssemblyCopyrightAttribute' attribute 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(17,12,17,58): error CS0579: Duplicate 'System.Reflection.AssemblyDescriptionAttribute' attribute 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(19,12,19,54): error CS0579: Duplicate 'System.Reflection.AssemblyProductAttribute' attribute 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.AssemblyInfo.cs(20,12,20,52): error CS0579: Duplicate 'System.Reflection.AssemblyTitleAttribute' attribute 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.Version.cs(11,12,11,54): error CS0579: Duplicate 'System.Reflection.AssemblyVersionAttribute' attribute 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.Version.cs(12,12,12,58): error CS0579: Duplicate 'System.Reflection.AssemblyFileVersionAttribute' attribute 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.Version.cs(13,12,13,67): error CS0579: Duplicate 'System.Reflection.AssemblyInformationalVersionAttribute' attribute 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\GeneratedInternalTypeHelper.g.i.cs(20,25,20,52): error CS0101: The namespace 'XamlGeneratedNamespace' already contains a definition for 'GeneratedInternalTypeHelper' 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.cs(20,25,20,52): error CS0101: The namespace 'XamlGeneratedNamespace' already contains a definition for 'GeneratedInternalTypeHelper' 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.i.cs(20,25,20,52): error CS0101: The namespace 'XamlGeneratedNamespace' already contains a definition for 'GeneratedInternalTypeHelper' 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\GeneratedInternalTypeHelper.g.cs(20,70,20,76): error CS0234: The type or namespace name 'Markup' does not exist in the namespace 'System.Windows' (are you missing an assembly reference?) 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\GeneratedInternalTypeHelper.g.i.cs(20,70,20,76): error CS0234: The type or namespace name 'Markup' does not exist in the namespace 'System.Windows' (are you missing an assembly reference?) 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.cs(20,70,20,76): error CS0234: The type or namespace name 'Markup' does not exist in the namespace 'System.Windows' (are you missing an assembly reference?) 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.i.cs(20,70,20,76): error CS0234: The type or namespace name 'Markup' does not exist in the namespace 'System.Windows' (are you missing an assembly reference?) 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit.Version.cs(18,27,18,42): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyVersion' 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.Version.cs(18,27,18,42): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyVersion' 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.Version.cs(18,27,18,42): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyVersion' 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.Version.cs(18,27,18,42): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyVersion' 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit.Version.cs(19,27,19,46): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyFileVersion' 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.Version.cs(19,27,19,46): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyFileVersion' 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.Version.cs(19,27,19,46): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyFileVersion' 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.Version.cs(19,27,19,46): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyFileVersion' 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit.Version.cs(20,27,20,55): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyInformationalVersion' 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.Version.cs(20,27,20,55): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyInformationalVersion' 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.Version.cs(20,27,20,55): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyInformationalVersion' 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.Version.cs(20,27,20,55): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyInformationalVersion' 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit.Version.cs(21,27,21,39): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyName' 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.Version.cs(21,27,21,39): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyName' 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.Version.cs(21,27,21,39): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyName' 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.Version.cs(21,27,21,39): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyName' 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit.Version.cs(22,27,22,40): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyTitle' 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.Version.cs(22,27,22,40): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyTitle' 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.Version.cs(22,27,22,40): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyTitle' 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.Version.cs(22,27,22,40): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyTitle' 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit.Version.cs(23,27,23,48): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyConfiguration' 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.Version.cs(23,27,23,48): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyConfiguration' 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.Version.cs(23,27,23,48): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyConfiguration' 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.Version.cs(23,27,23,48): error CS0102: The type 'ThisAssembly' already contains a definition for 'AssemblyConfiguration' 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit.Version.cs(24,27,24,38): error CS0102: The type 'ThisAssembly' already contains a definition for 'GitCommitId' 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.Version.cs(24,27,24,38): error CS0102: The type 'ThisAssembly' already contains a definition for 'GitCommitId' 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.Version.cs(24,27,24,38): error CS0102: The type 'ThisAssembly' already contains a definition for 'GitCommitId' 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.Version.cs(24,27,24,38): error CS0102: The type 'ThisAssembly' already contains a definition for 'GitCommitId' 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit.Version.cs(25,46,25,59): error CS0102: The type 'ThisAssembly' already contains a definition for 'GitCommitDate' 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.Version.cs(25,46,25,59): error CS0102: The type 'ThisAssembly' already contains a definition for 'GitCommitDate' 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.Version.cs(25,46,25,59): error CS0102: The type 'ThisAssembly' already contains a definition for 'GitCommitDate' 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.Version.cs(25,46,25,59): error CS0102: The type 'ThisAssembly' already contains a definition for 'GitCommitDate' 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\Esri.ArcGISRuntime.Toolkit.Version.cs(26,27,26,40): error CS0102: The type 'ThisAssembly' already contains a definition for 'RootNamespace' 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\Esri.ArcGISRuntime.Toolkit.Version.cs(26,27,26,40): error CS0102: The type 'ThisAssembly' already contains a definition for 'RootNamespace' 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\netstandard2.0\Esri.ArcGISRuntime.Toolkit.Version.cs(26,27,26,40): error CS0102: The type 'ThisAssembly' already contains a definition for 'RootNamespace' 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\uap10.0.18362\Esri.ArcGISRuntime.Toolkit.Version.cs(26,27,26,40): error CS0102: The type 'ThisAssembly' already contains a definition for 'RootNamespace' 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\GeneratedInternalTypeHelper.g.i.cs(17,6,17,53): error CS0579: Duplicate 'System.Diagnostics.DebuggerNonUserCodeAttribute' attribute 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\GeneratedInternalTypeHelper.g.i.cs(18,6,18,52): error CS0579: Duplicate 'System.CodeDom.Compiler.GeneratedCodeAttribute' attribute 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\GeneratedInternalTypeHelper.g.i.cs(19,6,19,52): error CS0579: Duplicate 'System.ComponentModel.EditorBrowsableAttribute' attribute 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.cs(17,6,17,53): error CS0579: Duplicate 'System.Diagnostics.DebuggerNonUserCodeAttribute' attribute 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.cs(18,6,18,52): error CS0579: Duplicate 'System.CodeDom.Compiler.GeneratedCodeAttribute' attribute 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.cs(19,6,19,52): error CS0579: Duplicate 'System.ComponentModel.EditorBrowsableAttribute' attribute 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.i.cs(17,6,17,53): error CS0579: Duplicate 'System.Diagnostics.DebuggerNonUserCodeAttribute' attribute 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.i.cs(18,6,18,52): error CS0579: Duplicate 'System.CodeDom.Compiler.GeneratedCodeAttribute' attribute 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.i.cs(19,6,19,52): error CS0579: Duplicate 'System.ComponentModel.EditorBrowsableAttribute' attribute 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\GeneratedInternalTypeHelper.g.i.cs(25,35,25,49): error CS0111: Type 'GeneratedInternalTypeHelper' already defines a member called 'CreateInstance' with the same parameter types 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.cs(25,35,25,49): error CS0111: Type 'GeneratedInternalTypeHelper' already defines a member called 'CreateInstance' with the same parameter types 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.i.cs(25,35,25,49): error CS0111: Type 'GeneratedInternalTypeHelper' already defines a member called 'CreateInstance' with the same parameter types 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\GeneratedInternalTypeHelper.g.i.cs(33,35,33,51): error CS0111: Type 'GeneratedInternalTypeHelper' already defines a member called 'GetPropertyValue' with the same parameter types 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.cs(33,35,33,51): error CS0111: Type 'GeneratedInternalTypeHelper' already defines a member called 'GetPropertyValue' with the same parameter types 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.i.cs(33,35,33,51): error CS0111: Type 'GeneratedInternalTypeHelper' already defines a member called 'GetPropertyValue' with the same parameter types 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\GeneratedInternalTypeHelper.g.i.cs(40,33,40,49): error CS0111: Type 'GeneratedInternalTypeHelper' already defines a member called 'SetPropertyValue' with the same parameter types 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.cs(40,33,40,49): error CS0111: Type 'GeneratedInternalTypeHelper' already defines a member called 'SetPropertyValue' with the same parameter types 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.i.cs(40,33,40,49): error CS0111: Type 'GeneratedInternalTypeHelper' already defines a member called 'SetPropertyValue' with the same parameter types 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\GeneratedInternalTypeHelper.g.i.cs(47,44,47,58): error CS0111: Type 'GeneratedInternalTypeHelper' already defines a member called 'CreateDelegate' with the same parameter types 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.cs(47,44,47,58): error CS0111: Type 'GeneratedInternalTypeHelper' already defines a member called 'CreateDelegate' with the same parameter types 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.i.cs(47,44,47,58): error CS0111: Type 'GeneratedInternalTypeHelper' already defines a member called 'CreateDelegate' with the same parameter types 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net461\GeneratedInternalTypeHelper.g.i.cs(57,33,57,48): error CS0111: Type 'GeneratedInternalTypeHelper' already defines a member called 'AddEventHandler' with the same parameter types 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.cs(57,33,57,48): error CS0111: Type 'GeneratedInternalTypeHelper' already defines a member called 'AddEventHandler' with the same parameter types 1>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Toolkit\Toolkit\obj\Debug\net6.0-windows10.0.18362.0\GeneratedInternalTypeHelper.g.i.cs(57,33,57,48): error CS0111: Type 'GeneratedInternalTypeHelper' already defines a member called 'AddEventHandler' with the same parameter types 1>C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\XamlCompiler\Microsoft.Windows.UI.Xaml.Common.targets(486,5): error MSB4181: The "CompileXaml" task returned false but did not log an error. 1>Done building project "Esri.ArcGISRuntime.Toolkit.UWP.csproj" -- FAILED. 8>------ Build started: Project: Toolkit.Samples.UWP, Configuration: Debug x86 ------ 4>CSC : error CS0006: Metadata file 'C:\Source\GitHub\arcgis-toolkit-dotnet\Output\Esri.ArcGISRuntime.Toolkit.WinUI\Debug\net6.0-windows10.0.19041.0\Esri.ArcGISRuntime.Toolkit.WinUI.dll' could not be found 4>Done building project "Toolkit.SampleApp.WinUI.csproj" -- FAILED. 8>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Samples\Toolkit.SampleApp.UWP\Toolkit.Samples.UWP.csproj : XamlCompiler error WMC1006: Cannot resolve Assembly or Windows Metadata file 'C:\Source\GitHub\arcgis-toolkit-dotnet\Output\Esri.ArcGISRuntime.Toolkit.UWP\Debug\uap10.0.19041\Esri.ArcGISRuntime.Toolkit.UWP.dll' 6>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Samples\Toolkit.SampleApp.WPF\Samples\BasemapGallery\BasemapGalleryAppearanceSample.xaml(43,14): error MC3074: The tag 'BasemapGallery' does not exist in XML namespace 'http://schemas.esri.com/arcgis/runtime/2013'. Line 43 Position 14. 6>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Samples\Toolkit.SampleApp.WPF\Samples\BasemapGallery\BasemapGalleryBehaviorSample.xaml(58,14): error MC3074: The tag 'BasemapGallery' does not exist in XML namespace 'http://schemas.esri.com/arcgis/runtime/2013'. Line 58 Position 14. 6>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Samples\Toolkit.SampleApp.WPF\Samples\BookmarksView\BookmarksViewSample.xaml(80,10): error MC3074: The tag 'BookmarksView' does not exist in XML namespace 'http://schemas.esri.com/arcgis/runtime/2013'. Line 80 Position 10. 6>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Samples\Toolkit.SampleApp.WPF\Samples\Compass\MapViewCompassSample.xaml(14,10): error MC3074: The tag 'Compass' does not exist in XML namespace 'http://schemas.esri.com/arcgis/runtime/2013'. Line 14 Position 10. 6>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Samples\Toolkit.SampleApp.WPF\Samples\Compass\SceneViewCompassSample.xaml(14,10): error MC3074: The tag 'Compass' does not exist in XML namespace 'http://schemas.esri.com/arcgis/runtime/2013'. Line 14 Position 10. 6>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Samples\Toolkit.SampleApp.WPF\Samples\FeatureDataField\DatagridSample.xaml(22,30): error MC3074: The tag 'FeatureDataField' does not exist in XML namespace 'http://schemas.esri.com/arcgis/runtime/2013'. Line 22 Position 30. 6>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Samples\Toolkit.SampleApp.WPF\Samples\FeatureDataField\EditFeatureSample.xaml(22,22): error MC3074: The tag 'FeatureDataField' does not exist in XML namespace 'http://schemas.esri.com/arcgis/runtime/2013'. Line 22 Position 22. 6>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Samples\Toolkit.SampleApp.WPF\Samples\FloorFilter\SimpleFloorFilterSample.xaml(13,10): error MC3074: The tag 'FloorFilter' does not exist in XML namespace 'http://schemas.esri.com/arcgis/runtime/2013'. Line 13 Position 10. 6>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Samples\Toolkit.SampleApp.WPF\Samples\Legend\LayerLegendSample.xaml(25,34): error MC3074: The tag 'LayerLegend' does not exist in XML namespace 'http://schemas.esri.com/arcgis/runtime/2013'. Line 25 Position 34. 6>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Samples\Toolkit.SampleApp.WPF\Samples\Legend\LegendSample.xaml(23,14): error MC3074: The tag 'Legend' does not exist in XML namespace 'http://schemas.esri.com/arcgis/runtime/2013'. Line 23 Position 14. 6>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Samples\Toolkit.SampleApp.WPF\Samples\MeasureToolbar\MeasureToolbarSample.xaml(25,10): error MC3074: The tag 'MeasureToolbar' does not exist in XML namespace 'http://schemas.esri.com/arcgis/runtime/2013'. Line 25 Position 10. 6>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Samples\Toolkit.SampleApp.WPF\Samples\OverviewMap\OverviewMapSample.xaml(14,10): error MC3074: The tag 'OverviewMap' does not exist in XML namespace 'http://schemas.esri.com/arcgis/runtime/2013'. Line 14 Position 10. 6>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Samples\Toolkit.SampleApp.WPF\Samples\PopupViewer\PopupViewerSample.xaml(17,22): error MC3074: The tag 'PopupViewer' does not exist in XML namespace 'http://schemas.esri.com/arcgis/runtime/2013'. Line 17 Position 22. 6>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Samples\Toolkit.SampleApp.WPF\Samples\ScaleLine\ScaleLineSample.xaml(27,18): error MC3074: The tag 'ScaleLine' does not exist in XML namespace 'http://schemas.esri.com/arcgis/runtime/2013'. Line 27 Position 18. 6>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Samples\Toolkit.SampleApp.WPF\Samples\SearchView\SearchViewCustomizationSample.xaml(13,10): error MC3074: The tag 'SearchView' does not exist in XML namespace 'http://schemas.esri.com/arcgis/runtime/2013'. Line 13 Position 10. 6>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Samples\Toolkit.SampleApp.WPF\Samples\SearchView\SearchViewMapSample.xaml(11,10): error MC3074: The tag 'SearchView' does not exist in XML namespace 'http://schemas.esri.com/arcgis/runtime/2013'. Line 11 Position 10. 6>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Samples\Toolkit.SampleApp.WPF\Samples\SearchView\SearchViewSceneSample.xaml(11,10): error MC3074: The tag 'SearchView' does not exist in XML namespace 'http://schemas.esri.com/arcgis/runtime/2013'. Line 11 Position 10. 6>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Samples\Toolkit.SampleApp.WPF\Samples\SymbolDisplay\SymbolEditorSample.xaml(25,14): error MC3074: The tag 'SymbolDisplay' does not exist in XML namespace 'http://schemas.esri.com/arcgis/runtime/2013'. Line 25 Position 14. 6>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Samples\Toolkit.SampleApp.WPF\Samples\TimeSlider\TimeSliderSample.xaml(84,14): error MC3074: The tag 'TimeSlider' does not exist in XML namespace 'http://schemas.esri.com/arcgis/runtime/2013'. Line 84 Position 14. 6>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Samples\Toolkit.SampleApp.WPF\Samples\ToC\TableOfContentsSample.xaml(24,14): error MC3074: The tag 'TableOfContents' does not exist in XML namespace 'http://schemas.esri.com/arcgis/runtime/2013'. Line 24 Position 14. 6>C:\Source\GitHub\arcgis-toolkit-dotnet\src\Samples\Toolkit.SampleApp.WPF\Samples\UtilityNetworkTraceTool\UNTraceSimple.xaml(17,10): error MC3074: The tag 'UtilityNetworkTraceTool' does not exist in XML namespace 'http://schemas.esri.com/arcgis/runtime/2013'. Line 17 Position 10. 6>Done building project "Toolkit.SampleApp.WPF.csproj" -- FAILED. 8>CSC : error CS0006: Metadata file 'C:\Source\GitHub\arcgis-toolkit-dotnet\Output\Esri.ArcGISRuntime.Toolkit.UWP\Debug\uap10.0.19041\Esri.ArcGISRuntime.Toolkit.UWP.dll' could not be found 8>C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\XamlCompiler\Microsoft.Windows.UI.Xaml.Common.targets(486,5): error MSB4181: The "CompileXaml" task returned false but did not log an error. ========== Build: 0 succeeded, 8 failed, 0 up-to-date, 0 skipped ========== ========== Build started at 9:21 AM and took 12,344 seconds ==========

@dotMorten
Copy link
Member

Looks like restore errors after pulling latest. Try on a fresh clone or make sure all /bin/ and /obj/ folder has been deleted and restart VS.

@dotMorten
Copy link
Member

Inactive - please reopen if still an issue with 200.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants