Skip to content

Commit dae8236

Browse files
committed
SDK regeneration
1 parent 067165f commit dae8236

File tree

1,227 files changed

+60490
-31929
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,227 files changed

+60490
-31929
lines changed

.editorconfig

+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
root = true
2+
3+
[*.cs]
4+
resharper_arrange_object_creation_when_type_evident_highlighting = hint
5+
resharper_auto_property_can_be_made_get_only_global_highlighting = hint
6+
resharper_check_namespace_highlighting = hint
7+
resharper_class_never_instantiated_global_highlighting = hint
8+
resharper_class_never_instantiated_local_highlighting = hint
9+
resharper_collection_never_updated_global_highlighting = hint
10+
resharper_convert_type_check_pattern_to_null_check_highlighting = hint
11+
resharper_inconsistent_naming_highlighting = hint
12+
resharper_member_can_be_private_global_highlighting = hint
13+
resharper_member_hides_static_from_outer_class_highlighting = hint
14+
resharper_not_accessed_field_local_highlighting = hint
15+
resharper_nullable_warning_suppression_is_used_highlighting = suggestion
16+
resharper_partial_type_with_single_part_highlighting = hint
17+
resharper_prefer_concrete_value_over_default_highlighting = none
18+
resharper_private_field_can_be_converted_to_local_variable_highlighting = hint
19+
resharper_property_can_be_made_init_only_global_highlighting = hint
20+
resharper_property_can_be_made_init_only_local_highlighting = hint
21+
resharper_redundant_name_qualifier_highlighting = none
22+
resharper_redundant_using_directive_highlighting = hint
23+
resharper_replace_slice_with_range_indexer_highlighting = none
24+
resharper_unused_auto_property_accessor_global_highlighting = hint
25+
resharper_unused_auto_property_accessor_local_highlighting = hint
26+
resharper_unused_member_global_highlighting = hint
27+
resharper_unused_type_global_highlighting = hint
28+
resharper_use_string_interpolation_highlighting = hint
29+
dotnet_diagnostic.CS1591.severity = suggestion
30+
31+
[src/**/Types/*.cs]
32+
resharper_check_namespace_highlighting = none
33+
34+
[src/**/Core/Public/*.cs]
35+
resharper_check_namespace_highlighting = none

0 commit comments

Comments
 (0)