Skip to content

C# generator upgrade #45

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
35 changes: 35 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
root = true

[*.cs]
resharper_arrange_object_creation_when_type_evident_highlighting = hint
resharper_auto_property_can_be_made_get_only_global_highlighting = hint
resharper_check_namespace_highlighting = hint
resharper_class_never_instantiated_global_highlighting = hint
resharper_class_never_instantiated_local_highlighting = hint
resharper_collection_never_updated_global_highlighting = hint
resharper_convert_type_check_pattern_to_null_check_highlighting = hint
resharper_inconsistent_naming_highlighting = hint
resharper_member_can_be_private_global_highlighting = hint
resharper_member_hides_static_from_outer_class_highlighting = hint
resharper_not_accessed_field_local_highlighting = hint
resharper_nullable_warning_suppression_is_used_highlighting = suggestion
resharper_partial_type_with_single_part_highlighting = hint
resharper_prefer_concrete_value_over_default_highlighting = none
resharper_private_field_can_be_converted_to_local_variable_highlighting = hint
resharper_property_can_be_made_init_only_global_highlighting = hint
resharper_property_can_be_made_init_only_local_highlighting = hint
resharper_redundant_name_qualifier_highlighting = none
resharper_redundant_using_directive_highlighting = hint
resharper_replace_slice_with_range_indexer_highlighting = none
resharper_unused_auto_property_accessor_global_highlighting = hint
resharper_unused_auto_property_accessor_local_highlighting = hint
resharper_unused_member_global_highlighting = hint
resharper_unused_type_global_highlighting = hint
resharper_use_string_interpolation_highlighting = hint
dotnet_diagnostic.CS1591.severity = suggestion

[src/**/Types/*.cs]
resharper_check_namespace_highlighting = none

[src/**/Core/Public/*.cs]
resharper_check_namespace_highlighting = none
Loading
Loading