Fix Unix ARM floating point registers unwinding (#58915) (#358)
[platform/upstream/dotnet/runtime.git] / eng / SignCheckExclusionsFile.txt
1 ;; Exclusions for SignCheck. Corresponds to info in Signing.props.
2 ;; Format: https://github.com/dotnet/arcade/blob/397316e195639450b6c76bfeb9823b40bee72d6d/src/SignCheck/Microsoft.SignCheck/Verification/Exclusion.cs#L23-L35
3 ;;
4 ;; This issue tracks a way to implement exclusions via Signing.props and avoid this extra file: https://github.com/dotnet/arcade/issues/2888
5
6 ;; The apphost and comhost are template files, modified by the SDK to produce the executable for FDE
7 ;; and SCD apps. If they are signed, the file that the SDK produces has an invalid signature and
8 ;; can't be signed again. More info at https://github.com/dotnet/core-setup/pull/7549.
9 *apphost.exe;;Template, DO-NOT-SIGN, https://github.com/dotnet/core-setup/pull/7549
10 *singlefilehost.exe;;Template, DO-NOT-SIGN, https://github.com/dotnet/core-setup/pull/7549
11 *comhost.dll;;Template, DO-NOT-SIGN, https://github.com/dotnet/core-setup/pull/7549
12 *apphosttemplateapphostexe.exe;;Template, DO-NOT-SIGN, https://github.com/dotnet/core-setup/pull/7549
13 *comhosttemplatecomhostdll.dll;;Template, DO-NOT-SIGN, https://github.com/dotnet/core-setup/pull/7549
14 *staticapphosttemplateapphostexe.exe;;Template, DO-NOT-SIGN, https://github.com/dotnet/core-setup/pull/7549
15 *dotnet.js;;Workaround, https://github.com/dotnet/core-eng/issues/9933