mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Simplify Xamarin query to be platform-independent
This commit is contained in:
@@ -39,7 +39,7 @@ namespace Semmle.Autobuild.CSharp
|
|||||||
}
|
}
|
||||||
|
|
||||||
public MissingXamarinSdkRule() :
|
public MissingXamarinSdkRule() :
|
||||||
base("MSB4019:[^\"]*\"[^\"]*/Xamarin/(?<sdkName>[^/]*)/Xamarin\\.(\\k<sdkName>)\\.CSharp\\.targets\"")
|
base("MSB4019:[^\"]*\"[^\"]*Xamarin\\.(?<sdkName>[^\\.]*)\\.CSharp\\.targets\"")
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user