diff --git a/.editorconfig b/.editorconfig index 5b5e8b1139..03cfa79da0 100644 --- a/.editorconfig +++ b/.editorconfig @@ -18,6 +18,7 @@ indent_style = space charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true +spelling_exclusion_path = spelling.dic [*.cs] indent_size = 4 @@ -474,4 +475,4 @@ dotnet_diagnostic.IDE0005.severity = silent [{*.razor.cs,src/Aspire.Dashboard/Components/**.cs}] # CA2007: Consider calling ConfigureAwait on the awaited task -dotnet_diagnostic.CA2007.severity = silent \ No newline at end of file +dotnet_diagnostic.CA2007.severity = silent diff --git a/Aspire.sln b/Aspire.sln index a76dfced01..7881faf32d 100644 --- a/Aspire.sln +++ b/Aspire.sln @@ -146,6 +146,7 @@ EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{991DB378-6CB5-4441-BFC3-657400690FC3}" ProjectSection(SolutionItems) = preProject Directory.Packages.props = Directory.Packages.props + spelling.dic = spelling.dic EndProjectSection EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Aspire.RabbitMQ.Client", "src\Components\Aspire.RabbitMQ.Client\Aspire.RabbitMQ.Client.csproj", "{4D8A92AB-4E77-4965-AD8E-8E206DCE66A4}" diff --git a/spelling.dic b/spelling.dic new file mode 100644 index 0000000000..d641e4c1ec --- /dev/null +++ b/spelling.dic @@ -0,0 +1,6 @@ +grpc +kubernetes +oninput +otlp +protoc +uris