Skip to content

Commit 0c3f07d

Browse files
Merge pull request #48 from merge-api/fern-bot/06-03-2025-0244PM
🌿 Fern Regeneration -- June 3, 2025
2 parents 067165f + 1c35926 commit 0c3f07d

File tree

1,403 files changed

+51153
-61097
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,403 files changed

+51153
-61097
lines changed

.editorconfig

Lines changed: 35 additions & 0 deletions
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

.fernignore

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Specify files that shouldn't be modified by Fern
22

3-
src/Merge.Client/MergeClient.cs
4-
53
README.md
4+
5+
src/Merge.Client/MergeClient.cs
6+
src/Merge.Client/Ats/Jobs/JobsClient.cs
7+
src/Merge.Client/BaseMergeClient.cs
8+
src/Merge.Client/Crm/AssociationTypes/AssociationTypesClient.cs
9+
src/Merge.Client/Crm/Associations/AssociationsClient.cs
10+
src/Merge.Client/Crm/CustomObjects/CustomObjectsClient.cs
11+
src/Merge.Client/Ticketing/Collections/CollectionsClient.cs
12+
src/Merge.Client/Ticketing/Projects/ProjectsClient.cs
13+
src/Merge.Client/Ticketing/Tickets/TicketsClient.cs
14+
src/Merge.Client/Core/RawClient.cs

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
steps:
1010
- name: Checkout repo
11-
uses: actions/checkout@v3
11+
uses: actions/checkout@v4
1212

1313
- uses: actions/checkout@master
1414

@@ -29,7 +29,7 @@ jobs:
2929

3030
steps:
3131
- name: Checkout repo
32-
uses: actions/checkout@v3
32+
uses: actions/checkout@v4
3333

3434
- uses: actions/checkout@master
3535

@@ -54,7 +54,7 @@ jobs:
5454

5555
steps:
5656
- name: Checkout repo
57-
uses: actions/checkout@v3
57+
uses: actions/checkout@v4
5858

5959
- name: Setup .NET
6060
uses: actions/setup-dotnet@v1

0 commit comments

Comments
 (0)