aspnetcore/src/Microsoft.AspNetCore.Mvc.An...
Doug Bunting 5bddd226a3
Use Internal.AspNetCore.Sdk as an MSBuild SDK
- should resolve issues with occasional strange MSBuild caching issues in this repo
- modeled after aspnet/Scaffolding#905
- follows aspnet/BuildTools#729 recommendation to check in global.config file
  - see also Microsoft/msbuild#2914
- use newer KoreBuild
  - `.\build.cmd -update /t:noop`
2018-10-04 15:12:38 -07:00
..
Properties
AttributesShouldNotBeAppliedToPageModelAnalyzer.cs
AvoidHtmlPartialAnalyzer.cs
CodeAnalysisExtensions.cs Add analyzer support for status code methods and constructors 2018-08-29 18:23:52 -07:00
DiagnosticDescriptors.cs Warn when the parameter name for a model bound complex parameter has the same name as a top level property 2018-08-14 15:44:48 -07:00
Microsoft.AspNetCore.Mvc.Analyzers.csproj Use Internal.AspNetCore.Sdk as an MSBuild SDK 2018-10-04 15:12:38 -07:00
Microsoft.AspNetCore.Mvc.Analyzers.nuspec
MvcFacts.cs Add analyzer support for status code methods and constructors 2018-08-29 18:23:52 -07:00
SymbolNames.cs Refactor DefaultPageApplicationModel to use conventions 2018-09-12 12:28:16 -07:00
TopLevelParameterNameAnalyzer.cs Ignore parameters that specify a model binder type 2018-08-15 12:12:04 -07:00
ViewFeatureAnalyzerBase.cs
ViewFeaturesAnalyzerContext.cs