Welcome to mirror list, hosted at ThFree Co, Russian Federation.

AddSuppressionsBeforeAttributeRemoval.xml « WarningSuppression « Warnings « Mono.Linker.Tests.Cases « test - github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 61f620556f235e0c642e5554e3c4b82f51bb8a36 (plain)
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="utf-8" ?>
<linker xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../src/ILLink.Shared/ILLink.LinkAttributes.xsd">
	<assembly fullname="test, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
		<type fullname="System.Diagnostics.CodeAnalysis.UnconditionalSuppressMessageAttribute">
			<attribute internal="RemoveAttributeInstances" />
		</type>
	</assembly>
</linker>