Skip to content

Commit

Permalink
Merge pull request #26 from marcominerva/develop
Browse files Browse the repository at this point in the history
Libraries update
  • Loading branch information
marcominerva authored Sep 19, 2023
2 parents dc5f795 + 48811a5 commit 946772d
Show file tree
Hide file tree
Showing 46 changed files with 12,736 additions and 3 deletions.
10 changes: 8 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,10 @@ csharp_style_var_elsewhere = true:suggestion
csharp_style_var_for_built_in_types = true:suggestion
csharp_style_var_when_type_is_apparent = true:suggestion

# Expression-bodied members
# Constructor preferences
csharp_style_prefer_primary_constructors = true:suggestion

# Expression-bodied members preferences
csharp_style_expression_bodied_accessors = true:silent
csharp_style_expression_bodied_constructors = false:silent
csharp_style_expression_bodied_indexers = true:silent
Expand Down Expand Up @@ -147,6 +150,7 @@ csharp_using_directive_placement = outside_namespace:suggestion

# Struct preferences
csharp_style_prefer_readonly_struct = true:suggestion
csharp_style_prefer_readonly_struct_member = true:suggestion

#### C# Formatting Rules ####

Expand All @@ -161,6 +165,8 @@ csharp_new_line_between_query_expression_clauses = true
csharp_style_allow_embedded_statements_on_same_line_experimental = false:error
csharp_style_allow_blank_lines_between_consecutive_braces_experimental = false:error
csharp_style_allow_blank_line_after_colon_in_constructor_initializer_experimental = true:silent
csharp_style_allow_blank_line_after_token_in_conditional_expression_experimental = true:silent
csharp_style_allow_blank_line_after_token_in_arrow_expression_clause_experimental = true:silent

# Indentation preferences
csharp_indent_block_contents = true
Expand Down Expand Up @@ -290,4 +296,4 @@ dotnet_diagnostic.IDE0058.severity = none
dotnet_diagnostic.IDE0010.severity = none

# IDE0072: Add missing cases
dotnet_diagnostic.IDE0072.severity = none
dotnet_diagnostic.IDE0072.severity = none
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="ChatGptNet" Version="2.4.7" />
<PackageReference Include="ChatGptNet" Version="2.5.4" />
<PackageReference Include="DallENet" Version="1.0.13" />
<PackageReference Include="OperationResultTools" Version="1.0.12" />
<PackageReference Include="Polly" Version="7.2.4" />
Expand Down
Loading

0 comments on commit 946772d

Please sign in to comment.