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: 1ef3f1c50d9e1c1f6aebe91968e31f4d831a9466 (plain)
1
2
3
4
5
6
7
<ErrorProviderConfig>
	<FilesPath>../errors</FilesPath>
	<Match>cs????*.cs</Match>
	<ErrorNumSubstringStart>2</ErrorNumSubstringStart>
	<ErrorNumSubstringLength>4</ErrorNumSubstringLength>
	<FriendlyFormatString>CS{0:0###}</FriendlyFormatString>
</ErrorProviderConfig>