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

cs-errors.config « docs « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c0eae6f5880f19d98ef9166b4eb51f650b6ec6d6 (plain)
1
2
3
4
5
6
7
<ErrorProviderConfig>
	<FilesPath>../../mcs/errors</FilesPath>
	<Match>cs????*.cs</Match>
	<ErrorNumSubstringStart>2</ErrorNumSubstringStart>
	<ErrorNumSubstringLength>4</ErrorNumSubstringLength>
	<FriendlyFormatString>CS{0:0###}</FriendlyFormatString>
</ErrorProviderConfig>