aspnetcore/test/Mvc.Analyzers.Test/TestFiles/TopLevelParameterNameAnalyz...
Pranav K af770ede87 Ignore parameters that specify a model binder type 2018-08-15 12:12:04 -07:00
..
DiagnosticsAreReturned_ForControllerActionsWithParametersThatMatchProperties.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
DiagnosticsAreReturned_ForModelBoundParameters.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
DiagnosticsAreReturned_IfModelNameProviderIsUsedToModifyParameterName.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
GetNameTests.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
IsProblematicParameter_IgnoresFields.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
IsProblematicParameter_IgnoresMethods.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
IsProblematicParameter_IgnoresNonPublicProperties.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
IsProblematicParameter_IgnoresStaticProperties.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
IsProblematicParameter_ReturnsFalse_ForFromBodyParameter.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
IsProblematicParameter_ReturnsFalse_ForParametersWithCustomModelBinder.cs Ignore parameters that specify a model binder type 2018-08-15 12:12:04 -07:00
IsProblematicParameter_ReturnsFalse_IfBindingSourceAttributeIsUsedToRenameParameter.cs Ignore parameters that specify a model binder type 2018-08-15 12:12:04 -07:00
IsProblematicParameter_ReturnsFalse_IfBindingSourceAttributeIsUsedToRenameProperty.cs Ignore parameters that specify a model binder type 2018-08-15 12:12:04 -07:00
IsProblematicParameter_ReturnsTrue_IfModelBinderAttributeIsUsedToRenameParameter.cs Ignore parameters that specify a model binder type 2018-08-15 12:12:04 -07:00
IsProblematicParameter_ReturnsTrue_IfParameterNameIsTheSameAsModelProperty.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
IsProblematicParameter_ReturnsTrue_IfParameterNameWithBinderAttributeIsTheSameNameAsModelProperty.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
IsProblematicParameter_ReturnsTrue_IfPropertyWithModelBindingAttributeHasSameNameAsParameter.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
NoDiagnosticsAreReturnedForApiControllers.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
NoDiagnosticsAreReturnedForNonActions.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
NoDiagnosticsAreReturnedIfParameterIsRenamedUsingBindingAttribute.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
SpecifiesModelTypeTests.cs Ignore parameters that specify a model binder type 2018-08-15 12:12:04 -07:00