Fix activatableClass warning during build #1063

Closed
opened 2026-01-30 22:15:37 +00:00 by claunia · 3 comments
Owner

Originally created by @miniksa on GitHub (May 14, 2019).

This happens during the build:

##[warning]WindowsTerminal.manifest(0,0): Warning 81010002: Unrecognized Element "activatableClass" in namespace "urn:schemas-microsoft-com:winrt.v1".
    51>WindowsTerminal.manifest : manifest authoring warning 81010002: Unrecognized Element "activatableClass" in namespace "urn:schemas-microsoft-com:winrt.v1". [d:\a\1\s\src\cascadia\WindowsTerminal\WindowsTerminal.vcxproj]

I don't want this to happen because it will get in the way of seeing other more valid errors.

I think @zadjii-msft knows something about this. Hopefully we can find a way around it (suppressing this one, using the right schema, etc.)

Originally created by @miniksa on GitHub (May 14, 2019). This happens during the build: ``` ##[warning]WindowsTerminal.manifest(0,0): Warning 81010002: Unrecognized Element "activatableClass" in namespace "urn:schemas-microsoft-com:winrt.v1". 51>WindowsTerminal.manifest : manifest authoring warning 81010002: Unrecognized Element "activatableClass" in namespace "urn:schemas-microsoft-com:winrt.v1". [d:\a\1\s\src\cascadia\WindowsTerminal\WindowsTerminal.vcxproj] ``` I don't want this to happen because it will get in the way of seeing other more valid errors. I think @zadjii-msft knows something about this. Hopefully we can find a way around it (suppressing this one, using the right schema, etc.)
claunia added the Resolution-Fix-AvailableIssue-BugProduct-TerminalArea-Build labels 2026-01-30 22:15:37 +00:00
Author
Owner

@DHowett-MSFT commented on GitHub (May 14, 2019):

In the absence of a warning suppression flag for mt, the quickest way around this one is to use the 10.0.18362.0 SDK. The manifest tool there supports these new entries.

@DHowett-MSFT commented on GitHub (May 14, 2019): In the absence of a warning suppression flag for mt, the quickest way around this one is to use the 10.0.18362.0 SDK. The manifest tool there supports these new entries.
Author
Owner

@miniksa commented on GitHub (May 14, 2019):

Wonder if these are in the managed agents yet given this is like a bleeding edge/just released SDK. Maybe someone can figure this out...

@miniksa commented on GitHub (May 14, 2019): Wonder if these are in the managed agents yet given this is like a bleeding edge/just released SDK. Maybe someone can figure this out...
Author
Owner

@DHowett-MSFT commented on GitHub (Jul 11, 2019):

This fixed itself with the 18362 SDK.

@DHowett-MSFT commented on GitHub (Jul 11, 2019): This fixed itself with the 18362 SDK.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#1063