Skip to content

Commit a730ab0

Browse files
authored
Fixed Types and Spell-check code (#7139)
1 parent 5843a9f commit a730ab0

File tree

171 files changed

+637
-535
lines changed

Some content is hidden

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

171 files changed

+637
-535
lines changed

COMMUNITY.md

+2
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,5 @@ Various libraries, packages, etc. that developers can add to their own project a
3333
- [FairyBread](https://github.com/benmccallum/fairybread) - Input validation for HotChocolate (FluentValidation)
3434
- [FluentChoco](https://github.com/dalrankov/FluentChoco) - FluentValidation middleware for HotChocolate
3535
- [Graph.ArgumentValidator](https://github.com/VarunSaiTeja/Graph.ArgumentValidator) - Adds input argument validation to HotChocolate (DataAnnotations)
36+
37+
<!-- spell-checker:ignore Choco, Cloudey -->

cspell.json

+12
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,18 @@
99
"path": "./dictionary.txt"
1010
}
1111
],
12+
"ignorePaths": [
13+
"__snapshots__/",
14+
"*.Designer.cs",
15+
"*.DotSettings*",
16+
"*.drawio",
17+
"**/bin/",
18+
"**/obj/",
19+
"packages.lock.json",
20+
21+
// TODO: Remove
22+
"**/test/"
23+
],
1224
"ignoreRegExpList": [
1325
"featuredVideoId:(.*)", // video hash
1426
"videoId=\"(.*)\"" // video hash

dictionary.txt

+99-13
Original file line numberDiff line numberDiff line change
@@ -1,88 +1,174 @@
1-
Andi
1+
ABCEGHJKLMNPRSTVWXYZ
2+
ABCEGHJKLMNPRSTVXY
23
aspnetcore
34
automagically
45
autonumber
5-
Badurina
6+
backplane
7+
backpressure
68
bananacakepop
79
BCPROCKS
10+
bfnrt
811
blazor
912
blazorwasm
13+
Browsable
1014
BSON
15+
buildtransitive
16+
bytearray
1117
cacheable
18+
callsite
1219
CCPA
1320
chillicream
21+
combinators
22+
contentfiles
1423
Contoso
1524
CQRS
1625
dataloaders
1726
decompile
27+
depersist
28+
deprioritization
29+
deprioritized
30+
Dispatchable
31+
drawio
1832
enisdenjo
1933
entityframework
34+
Fanout
35+
fffzzz
36+
fieldset
2037
FIPS
2138
foos
2239
fricking
23-
Giroux
2440
GraphiQL
2541
graphqlconfig
2642
graphqlrc
2743
graphyne
2844
greendonut
2945
Hasura
46+
HCXXXX
3047
hotchocolate
31-
Kellner
32-
Kydne
48+
Includable
49+
inheritdocs
50+
initializable
51+
LASTEXITCODE
52+
LICEN*
3353
Linq
34-
Marek
3554
matchesBrics
55+
Memberwise
3656
mercurius
57+
mergeable
3758
meros
59+
Misordered
60+
msdata
61+
namespacing
3862
ncontains
3963
nendsWith
64+
NEOSW
65+
netcoreapp
66+
netstandard
4067
NEWHOPE
4168
Newtonsoft
4269
ngte
4370
nintersects
4471
nlte
4572
Noda
46-
Normen
73+
nologo
4774
noverlaps
4875
Npgsql
4976
nstartsWith
5077
NSwag
5178
ntouches
5279
nwithin
80+
oncall
5381
oneof
5482
OpenIddict
83+
OPTOUT
5584
OWIN
5685
pageable
86+
Partitioner
87+
pipefail
5788
PKCE
89+
pkey
5890
Postgraphile
5991
preconfigured
6092
protobuf
93+
Qodana
94+
queryables
6195
quox
6296
quux
63-
Rafi
6497
reencode
6598
relayjs
99+
reprojected
100+
resheader
101+
resmimetype
102+
resx
103+
Retval
66104
Rgba
105+
Rhai
67106
runbooks
68-
Senn
69107
shoooe
70-
Skywalker
71108
snapshooter
109+
snupkg
110+
sortings
72111
Specwise
73112
srid
74-
Staib
75-
starwars
113+
Storeless
76114
strawberryshake
115+
streamable
77116
Structs
78117
sublicensable
79118
supergraph
80119
Swashbuckle
81-
Tengler
120+
SYSLIB
121+
Trimmable
122+
Tzdb
123+
unlisten
82124
unpublish
125+
Unsubscriber
126+
Upsert
127+
upvote
83128
URQL
84129
vsix
130+
VXNlcjox
85131
websockets
86132
winget
87133
Wunder
88134
xunit
135+
136+
# Command line options
137+
-Lsfo
138+
139+
# Person names
140+
Andi
141+
Badurina
142+
Giroux
143+
Kellner
144+
Kydne
145+
Marek
146+
Normen
147+
Rafi
148+
Senn
149+
Staib
150+
Tengler
151+
Toub
152+
153+
# Spatial
154+
agrc
155+
bbox
156+
cadastre
157+
EPSG
158+
GEOGCS
159+
opensgid
160+
PRIMEM
161+
PROJCS
162+
sqft
163+
TOWGS
164+
165+
# Star Wars
166+
Alderaan
167+
Astromech
168+
Leia
169+
Skywalker
170+
Starships
171+
starwars
172+
Tarkin
173+
Tatooine
174+
Wilhuff

src/GreenDonut/CHANGELOG.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
4343
- Moved the `DispatchAsync` method from the `IDispatchableDataLoader` interface
4444
to the `IDataLoader` interface
4545
[#51](https://github.com/ChilliCream/greendonut/issues/51).
46-
- Chaning for `Clear`, `Remove` and `Set` is not supported anymore.
47-
- Changed _DignosticSource_ name from `GreenDonut.Dispatching` to `GreenDonut`
46+
- Chaining for `Clear`, `Remove` and `Set` is not supported anymore.
47+
- Changed _DiagnosticSource_ name from `GreenDonut.Dispatching` to `GreenDonut`
4848
[#64](https://github.com/ChilliCream/greendonut/issues/64).
4949

5050
### Fixed
@@ -151,3 +151,5 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
151151
[1.0.1]: https://github.com/ChilliCream/greendonut/compare/1.0.0...1.0.1
152152
[1.0.0]: https://github.com/ChilliCream/greendonut/compare/0.2.0...1.0.0
153153
[0.2.0]: https://github.com/ChilliCream/greendonut/compare/0.2.0-preview-1...0.2.0
154+
155+
<!-- spell-checker:ignore jbray -->

src/HotChocolate/ApolloFederation/src/ApolloFederation/Types/Directives/ContactDescriptorExtensions.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ namespace HotChocolate.ApolloFederation.Types;
88
public static class ContactDescriptorExtensions
99
{
1010
/// <summary>
11-
/// Applies @contact directive which can be used to prpvode team contact information to your subgraph schema.
11+
/// Applies @contact directive which can be used to provide team contact information to your subgraph schema.
1212
/// This information is automatically parsed and displayed by Apollo Studio. See
1313
/// <see href="https://www.apollographql.com/docs/graphos/graphs/federated-graphs/#contact-info-for-subgraphs">
1414
/// Subgraph Contact Information</see>
@@ -69,7 +69,7 @@ public static IRequestExecutorBuilder AddContact(
6969
}
7070

7171
/// <summary>
72-
/// Applies @contact directive which can be used to prpvode team contact information to your subgraph schema.
72+
/// Applies @contact directive which can be used to provide team contact information to your subgraph schema.
7373
/// This information is automatically parsed and displayed by Apollo Studio. See
7474
/// <see href="https://www.apollographql.com/docs/graphos/graphs/federated-graphs/#contact-info-for-subgraphs">
7575
/// Subgraph Contact Information</see>
@@ -122,7 +122,7 @@ public static IRequestExecutorBuilder AddContact(
122122
}
123123

124124
/// <summary>
125-
/// Applies @contact directive which can be used to prpvode team contact information to your subgraph schema.
125+
/// Applies @contact directive which can be used to provide team contact information to your subgraph schema.
126126
/// This information is automatically parsed and displayed by Apollo Studio. See
127127
/// <see href="https://www.apollographql.com/docs/graphos/graphs/federated-graphs/#contact-info-for-subgraphs">
128128
/// Subgraph Contact Information</see>

src/HotChocolate/ApolloFederation/src/ApolloFederation/Types/Directives/OverrideAttribute.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ namespace HotChocolate.ApolloFederation.Types;
4141
/// Name of the subgraph to be overridden
4242
/// </param>
4343
/// <param name="label">
44-
/// Optional label that will be evaulated at runtime to determine whether field should be overriden
44+
/// Optional label that will be evaluated at runtime to determine whether field should be overridden
4545
/// </param>
4646
public sealed class OverrideAttribute(string from, string? label = null) : ObjectFieldDescriptorAttribute
4747
{
@@ -52,7 +52,7 @@ public sealed class OverrideAttribute(string from, string? label = null) : Objec
5252
public string From { get; } = from;
5353

5454
/// <summary>
55-
/// Get optional label that will be evaulated at runtime to determine whether field should be overriden.
55+
/// Get optional label that will be evaluated at runtime to determine whether field should be overridden.
5656
/// </summary>
5757
public string? Label { get; } = label;
5858

src/HotChocolate/ApolloFederation/src/ApolloFederation/Types/Directives/OverrideDirective.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public sealed class OverrideDirective(string from)
5555
/// Name of the subgraph to be overridden
5656
/// </param>
5757
/// <param name="label">
58-
/// Optional label that will be evaulated at runtime to determine whether field should be overriden
58+
/// Optional label that will be evaluated at runtime to determine whether field should be overridden
5959
/// </param>
6060
public OverrideDirective(string from, string? label = null) : this(from)
6161
{

src/HotChocolate/ApolloFederation/src/ApolloFederation/Types/Directives/RequiresAttribute.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ namespace HotChocolate.ApolloFederation.Types;
1010
/// directive @requires(fields: _FieldSet!) on FIELD_DEFINITION
1111
///
1212
/// # federation v2 definition
13-
/// directive @requires(fields: FieldSet!) on FIELD_DEFINITON
13+
/// directive @requires(fields: FieldSet!) on FIELD_DEFINITION
1414
/// </code>
1515
///
1616
/// The @requires directive is used to specify external (provided by other subgraphs)

src/HotChocolate/ApolloFederation/src/ApolloFederation/Types/Directives/RequiresDirective.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ namespace HotChocolate.ApolloFederation.Types;
88

99
/// <summary>
1010
/// <code>
11-
/// directive @requires(fields: _FieldSet!) on FIELD_DEFINITON
11+
/// directive @requires(fields: _FieldSet!) on FIELD_DEFINITION
1212
/// </code>
1313
///
1414
/// The @requires directive is used to specify external (provided by other subgraphs)

src/HotChocolate/AspNetCore/src/AspNetCore/AcceptMediaTypeKind.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ namespace HotChocolate.AspNetCore;
66
public enum AcceptMediaTypeKind
77
{
88
/// <summary>
9-
/// Not a well-known meda type.
9+
/// Not a well-known media type.
1010
/// </summary>
1111
Unknown = 0,
1212

src/HotChocolate/AspNetCore/src/AspNetCore/Subscriptions/Protocols/GraphQLOverWebSocket/ConnectionExtensions.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public static ValueTask CloseToManyInitializationsAsync(
7070
this ISocketConnection connection,
7171
CancellationToken cancellationToken)
7272
=> connection.CloseAsync(
73-
"Too many initialisation requests.",
73+
"Too many initialization requests.",
7474
CloseReasons.TooManyInitAttempts,
7575
cancellationToken);
7676

src/HotChocolate/AspNetCore/src/Transport.Abstractions/FileReference.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
using System;
22
using System.IO;
3-
using static HotChocolate.Transport.Properties.TransportAbstractionResoucrces;
3+
using static HotChocolate.Transport.Properties.TransportAbstractionResources;
44

55
namespace HotChocolate.Transport.Http;
66

src/HotChocolate/AspNetCore/src/Transport.Abstractions/HotChocolate.Transport.Abstractions.csproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,17 @@
2828

2929

3030
<ItemGroup>
31-
<EmbeddedResource Update="Properties\TransportAbstractionResoucrces.resx">
31+
<EmbeddedResource Update="Properties\TransportAbstractionResources.resx">
3232
<Generator>ResXFileCodeGenerator</Generator>
33-
<LastGenOutput>TransportAbstractionResoucrces.Designer.cs</LastGenOutput>
33+
<LastGenOutput>TransportAbstractionResources.Designer.cs</LastGenOutput>
3434
</EmbeddedResource>
3535
</ItemGroup>
3636

3737
<ItemGroup>
38-
<Compile Update="Properties\TransportAbstractionResoucrces.Designer.cs">
38+
<Compile Update="Properties\TransportAbstractionResources.Designer.cs">
3939
<DesignTime>True</DesignTime>
4040
<AutoGen>True</AutoGen>
41-
<DependentUpon>TransportAbstractionResoucrces.resx</DependentUpon>
41+
<DependentUpon>TransportAbstractionResources.resx</DependentUpon>
4242
</Compile>
4343
</ItemGroup>
4444
</Project>

src/HotChocolate/AspNetCore/src/Transport.Abstractions/OperationResult.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
using System;
22
using System.Text.Json;
3-
using static HotChocolate.Transport.Properties.TransportAbstractionResoucrces;
3+
using static HotChocolate.Transport.Properties.TransportAbstractionResources;
44
using static HotChocolate.Transport.Serialization.Utf8GraphQLResultProperties;
55

66
namespace HotChocolate.Transport;

src/HotChocolate/AspNetCore/src/Transport.Abstractions/Properties/TransportAbstractionResoucrces.Designer.cs src/HotChocolate/AspNetCore/src/Transport.Abstractions/Properties/TransportAbstractionResources.Designer.cs

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/HotChocolate/AzureFunctions/src/HotChocolate.AzureFunctions/Extensions/HotChocolateAzureFunctionServiceCollectionExtensions.cs

+1-2
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,7 @@ public static IRequestExecutorBuilder AddGraphQLFunction(
5757
// the Host Process & the Isolated Process Worker!
5858
// 2) Currently only String values are supported (obviously due to above complexities).
5959
// More Info. here (using Blob binding docs):
60-
// https://docs.microsoft.com/en-us/azure/azure-functions/functions-bindings-storage-
61-
// blob-input?tabs=isolated-process%2Cextensionv5&pivots=programming-language-csharp#usage
60+
// https://docs.microsoft.com/en-us/azure/azure-functions/functions-bindings-storage-blob-input#usage
6261
services.TryAddEnumerable(
6362
ServiceDescriptor.Singleton<IExtensionConfigProvider, GraphQLExtensions>());
6463

0 commit comments

Comments
 (0)