Conversation
mjr4077au
commented
Nov 26, 2025
…eTabButtonCommandProperty` member.
Restore complete (3.5s)
iNKORE.UI.WPF net472 succeeded (7.6s) → C:\Repos\PSAppDeployToolkit\lib\iNKORE.UI.WPF\source\iNKORE.UI.WPF\bin\Release\net472\iNKORE.UI.WPF.dll
iNKORE.UI.WPF net8.0-windows succeeded (9.0s) → C:\Repos\PSAppDeployToolkit\lib\iNKORE.UI.WPF\source\iNKORE.UI.WPF\bin\Release\net8.0-windows\iNKORE.UI.WPF.dll
iNKORE.UI.WPF.Modern net472 failed with 1 error(s) (10.9s)
C:\Repos\PSAppDeployToolkit\lib\iNKORE.UI.WPF.Modern\source\iNKORE.UI.WPF.Modern\Themes\Controls\TabControl.xaml(285,33): error MC3019: Cannot reference the static member 'CloseTabButtonCommandProperty' on the type 'TabItemHelper' as it is not accessible.
iNKORE.UI.WPF.Modern net8.0-windows10.0.18362.0 failed with 1 error(s) (9.7s)
C:\Repos\PSAppDeployToolkit\lib\iNKORE.UI.WPF.Modern\source\iNKORE.UI.WPF.Modern\Themes\Controls\TabControl.xaml(285,33): error MC3019: Cannot reference the static member 'CloseTabButtonCommandProperty' on the type 'TabItemHelper' as it is not accessible.
|
CloseTabButtonCommandProperty is supposed to be internal, and you are not supposed to use it here. In the latest version, how tab close buttons work has changed. Please see the migration guide: #400 (comment) As for the compilation issue, I'm not sure why the error was here, but everything works both on my side and GH actions. |
|
The error is in your own |
I'm not sure why the error was here, but everything works both on my side and GH actions. |
|
What happens if you build the project using Visual Studio? |
|
Ok, I too can build it in Visual Studio; it's just that my project's build system can't build it. I'll close this one for now while I investigate but I don't believe there's an upstream issue here. Apologies for all the noise. |
|
@NotYoojun if you did want to try |
It's okay la. feel free to reach us whenever you have any new findings! |
Got it, I'll try later |
|
The reason it's using I'm still curious as to why there's an inaccessibility issue that varies purely based on compilation though. |
Me too, wondering how the compiler matters to this...Very weird. |
|
For now, I'm just using |


