@@ -192,7 +192,7 @@ items:
192
192
- name : when (filter condition)
193
193
href : ./keywords/when.md
194
194
- name : field
195
- href : ./keywords/field.md
195
+ href : ./keywords/field.md
196
196
- name : value (implicit parameter)
197
197
href : ./keywords/value.md
198
198
- name : Query Keywords
@@ -382,8 +382,8 @@ items:
382
382
- name : Attributes read by the compiler
383
383
items :
384
384
- name : Global attributes
385
- displayName : >
386
- AssemblyName, AssemblyVersion, AssemblyCulture, AssemblyFlags, AssemblyProduct, AssemblyTrademark, AssemblyInformationalVersion,
385
+ displayName : >
386
+ AssemblyName, AssemblyVersion, AssemblyCulture, AssemblyFlags, AssemblyProduct, AssemblyTrademark, AssemblyInformationalVersion,
387
387
AssemblyCompany, AssemblyCopyright, AssemblyFileVersion, CLSCompliant, AssemblyTitle, AssemblyDescription, AssemblyConfiguration,
388
388
AssemblyDefaultAlias
389
389
href : ./attributes/global.md
@@ -396,7 +396,7 @@ items:
396
396
DoesNotReturn, DoesNotReturnIf
397
397
href : ./attributes/nullable-analysis.md
398
398
- name : Miscellaneous
399
- displayName : >
399
+ displayName : >
400
400
Conditional, Obsolete, Deprecated, Experimental, SetsRequiredMembers, AttributeUsage, AsyncMethodBuilder, InterpolatedStringHandler,
401
401
ModuleInitializer, SkipLocalsInit, UnscopedRef, OverloadResolutionPriority. EnumeratorCancellation, CollectionBuilder,
402
402
IUnknownConstant, IDispatchConstant, module initializer
@@ -407,7 +407,7 @@ items:
407
407
OptionalAttribute, OutAttribute, PreserveSigAttribute, SerializableAttribute, StructLayoutAttribute, IndexerNameAttribute,
408
408
DefaultParameterValueAttribute, InAttribute, SpecialNameAttribute, UnmanagedCallersOnlyAttribute, CompilerFeatureRequiredAttribute,
409
409
DecimalConstantAttribute, DefaultMemberAttribute, DynamicAttribute, ExtensionAttribute, FixedBufferAttribute, IsByRefLikeAttribute,
410
- IsReadOnlyAttribute, RequiresLocationAttribute, IsUnmanagedAttribute, NullableAttribute, NullableContextAttribute,
410
+ IsReadOnlyAttribute, RequiresLocationAttribute, IsUnmanagedAttribute, NullableAttribute, NullableContextAttribute,
411
411
NullablePublicOnlyAttribute, ParamArrayAttribute, ParamCollectionAttribute, RefSafetyRulesAttribute, RequiredMemberAttribute,
412
412
TupleElementNamesAttribute
413
413
href : ./attributes/pseudo-attributes.md
@@ -1878,6 +1878,8 @@ items:
1878
1878
href : ../misc/cs5001.md
1879
1879
- name : CS7003
1880
1880
href : ./compiler-messages/cs7003.md
1881
+ - name : CS8070
1882
+ href : ./compiler-messages/cs8070.md
1881
1883
- name : CS8124
1882
1884
href : ./compiler-messages/cs8124.md
1883
1885
- name : CS8125
0 commit comments