Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove tupleElementNameCasing override and fix new warnings
  • Loading branch information
baranyaimate committed Jan 27, 2024
commit 3697a1ebbab4b5d3c5d60b5eb0be3551749d2570
3 changes: 1 addition & 2 deletions eng/analyzers/Stylecop.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@
"maintainabilityRules": {
},
"namingRules": {
"tupleElementNameCasing": "camelCase"
},
"readabilityRules": {
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public RegistryPipelineComponentBuilder(
_configure = configure;
}

internal (ResilienceContextPool? contextPool, PipelineComponent component) CreateComponent()
internal (ResilienceContextPool? ContextPool, PipelineComponent Component) CreateComponent()
{
var builder = CreateBuilder();
var component = builder.ComponentFactory();
Expand Down