8000 Fix default configuration values (#3624) · CAndRyan/dotnet-api-docs@d90f90a · GitHub
[go: up one dir, main page]

Skip to content

Commit d90f90a

Browse files
paulomorgadoscottaddie
authored andcommitted
Fix default configuration values (dotnet#3624)
Fix default configuration values as per: https://referencesource.microsoft.com/#System.Web/Configuration/SessionStateSection.cs
1 parent 0e9bccd commit d90f90a

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

xml/System.Web.Configuration/SessionStateSection.xml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
</AssemblyInfo>
113113
<Attributes>
114114
<Attribute>
115-
<AttributeName>System.Configuration.ConfigurationProperty("allowCustomSqlDatabase", DefaultValue=Mono.Cecil.CustomAttributeArgument)</AttributeName>
115+
<AttributeName>System.Configuration.ConfigurationProperty("allowCustomSqlDatabase", DefaultValue=false)</AttributeName>
116116
</Attribute>
117117
</Attributes>
118118
<ReturnValue>
@@ -149,7 +149,7 @@
149149
</AssemblyInfo>
150150
<Attributes>
151151
<Attribute FrameworkAlternate="netframework-4.0;netframework-4.5;netframework-4.5.1;netframework-4.5.2;netframework-4.6;netframework-4.6.1;netframework-4.6.2;netframework-4.7;netframework-4.7.1;netframework-4.7.2;netframework-4.8">
152-
<AttributeName>System.Configuration.ConfigurationProperty("compressionEnabled", DefaultValue=Mono.Cecil.CustomAttributeArgument)</AttributeName>
152+
<AttributeName>System.Configuration.ConfigurationProperty("compressionEnabled", DefaultValue=false)</AttributeName>
153153
</Attribute>
154154
</Attributes>
155155
<ReturnValue>
@@ -242,7 +242,7 @@
242242
</AssemblyInfo>
243243
<Attributes>
244244
<Attribute>
245-
<AttributeName>System.Configuration.ConfigurationProperty("cookieName", DefaultValue=Mono.Cecil.CustomAttributeArgument)</AttributeName>
245+
<AttributeName>System.Configuration.ConfigurationProperty("cookieName", DefaultValue="ASP.NET_SessionId")</AttributeName>
246246
</Attribute>
247247
</Attributes>
248248
<ReturnValue>
@@ -310,7 +310,7 @@
310310
</AssemblyInfo>
311311
<Attributes>
312312
<Attribute>
313-
<AttributeName>System.Configuration.ConfigurationProperty("customProvider", DefaultValue=Mono.Cecil.CustomAttributeArgument)</AttributeName>
313+
<AttributeName>System.Configuration.ConfigurationProperty("customProvider", DefaultValue="")</AttributeName>
314314
</Attribute>
315315
</Attributes>
316316
<ReturnValue>
@@ -381,7 +381,7 @@
381381
</AssemblyInfo>
382382
<Attributes>
383383
<Attribute>
384-
<AttributeName>System.Configuration.ConfigurationProperty("mode", DefaultValue=Mono.Cecil.CustomAttributeArgument)</AttributeName>
384+
<AttributeName>System.Configuration.ConfigurationProperty("mode", DefaultValue=SessionStateMode.InProc)</AttributeName>
385385
</Attribute>
386386
</Attributes>
387387
<ReturnValue>
@@ -423,7 +423,7 @@
423423
</AssemblyInfo>
424424
<Attributes>
425425
<Attribute>
426-
<AttributeName>System.Configuration.ConfigurationProperty("partitionResolverType", DefaultValue=Mono.Cecil.CustomAttributeArgument)</AttributeName>
426+
<AttributeName>System.Configuration.ConfigurationProperty("partitionResolverType", DefaultValue="")</AttributeName>
427427
</Attribute>
428428
</Attributes>
429429
<ReturnValue>
@@ -550,7 +550,7 @@
550550
</AssemblyInfo>
551551
<Attributes>
552552
<Attribute>
553-
<AttributeName>System.Configuration.ConfigurationProperty("regenerateExpiredSessionId", DefaultValue=Mono.Cecil.CustomAttributeArgument)</AttributeName>
553+
<AttributeName>System.Configuration.ConfigurationProperty("regenerateExpiredSessionId", DefaultValue=true)</AttributeName>
554554
</Attribute>
555555
</Attributes>
556556
<ReturnValue>
@@ -593,7 +593,7 @@
593593
</AssemblyInfo>
594594
<Attributes>
595595
<Attribute>
596-
<AttributeName>System.Configuration.ConfigurationProperty("sessionIDManagerType", DefaultValue=Mono.Cecil.CustomAttributeArgument)</AttributeName>
596+
<AttributeName>System.Configuration.ConfigurationProperty("sessionIDManagerType", DefaultValue="")</AttributeName>
597597
</Attribute>
598598
</Attributes>
599599
<ReturnValue>
@@ -630,7 +630,7 @@
630630
<AttributeName>System.ComponentModel.TypeConverter(typeof(System.Configuration.TimeSpanSecondsOrInfiniteConverter))</AttributeName>
631631
</Attribute>
632632
<Attribute>
633-
<AttributeName>System.Configuration.ConfigurationProperty("sqlCommandTimeout", DefaultValue=Mono.Cecil.CustomAttributeArgument)</AttributeName>
633+
<AttributeName>System.Configuration.ConfigurationProperty("sqlCommandTimeout", DefaultValue="00:00:30")</AttributeName>
634634
</Attribute>
635635
</Attributes>
636636
<ReturnValue>
@@ -669,7 +669,7 @@
669669
<AttributeName>System.ComponentModel.TypeConverter(typeof(System.Configuration.TimeSpanSecondsOrInfiniteConverter))</AttributeName>
670670
</Attribute>
671671
<Attribute FrameworkAlternate="netframework-4.0;netframework-4.5;netframework-4.5.1;netframework-4.5.2;netframework-4.6;netframework-4.6.1;netframework-4.6.2;netframework-4.7;netframework-4.7.1;netframework-4.7.2;netframework-4.8">
672-
<AttributeName>System.Configuration.ConfigurationProperty("sqlConnectionRetryInterval", DefaultValue=Mono.Cecil.CustomAttributeArgument)</AttributeName>
672+
<AttributeName>System.Configuration.ConfigurationProperty("sqlConnectionRetryInterval", DefaultValue="00:00:00")</AttributeName>
673673
</Attribute>
674674
</Attributes>
675675
<ReturnValue>
@@ -703,7 +703,7 @@
703703
</AssemblyInfo>
704704
<Attributes>
705705
<Attribute>
706-
<AttributeName>System.Configuration.ConfigurationProperty("sqlConnectionString", DefaultValue=Mono.Cecil.CustomAttributeArgument)</AttributeName>
706+
<AttributeName>System.Configuration.ConfigurationProperty("sqlConnectionString", DefaultValue="data source=localhost;Integrated Security=SSPI")</AttributeName>
707707
</Attribute>
708708
</Attributes>
709709
<ReturnValue>
@@ -748,7 +748,7 @@
748748
</AssemblyInfo>
749749
<Attributes>
750750
<Attribute>
751-
<AttributeName>System.Configuration.ConfigurationProperty("stateConnectionString", DefaultValue=Mono.Cecil.CustomAttributeArgument)</AttributeName>
751+
<AttributeName>System.Configuration.ConfigurationProperty("stateConnectionString", DefaultValue="data source=localhost;Integrated Security=SSPI")</AttributeName>
752752
</Attribute>
753753
</Attributes>
754754
<ReturnValue>
@@ -796,7 +796,7 @@
796796
<AttributeName>System.ComponentModel.TypeConverter(typeof(System.Configuration.TimeSpanSecondsOrInfiniteConverter))</AttributeName>
797797
</Attribute>
798798
<Attribute>
799-
<AttributeName>System.Configuration.ConfigurationProperty("stateNetworkTimeout", DefaultValue=Mono.Cecil.CustomAttributeArgument)</AttributeName>
799+
<AttributeName>System.Configuration.ConfigurationProperty("stateNetworkTimeout", DefaultValue="00:00:10")</AttributeName>
800800
</Attribute>
801801
</Attributes>
802802
<ReturnValue>
@@ -841,7 +841,7 @@
841841
<AttributeName>System.ComponentModel.TypeConverter(typeof(System.Configuration.TimeSpanMinutesOrInfiniteConverter))</AttributeName>
842842
</Attribute>
843843
<Attribute>
844-
<AttributeName>System.Configuration.ConfigurationProperty("timeout", DefaultValue=Mono.Cecil.CustomAttributeArgument)</AttributeName>
844+
<AttributeName>System.Configuration.ConfigurationProperty("timeout", DefaultValue="00:20:00")</AttributeName>
845845
</Attribute>
846846
<Attribute>
847847
<AttributeName>System.Configuration.TimeSpanValidator(MaxValueString="10675199.02:48:05.4775807", MinValueString="00:01:00")</AttributeName>
@@ -886,7 +886,7 @@
886886
</AssemblyInfo>
887887
<Attributes>
888888
<Attribute>
889-
<AttributeName>System.Configuration.ConfigurationProperty("useHostingIdentity", DefaultValue=Mono.Cecil.CustomAttributeArgument)</AttributeName>
889+
<AttributeName>System.Configuration.ConfigurationProperty("useHostingIdentity", DefaultValue=true)</AttributeName>
890890
</Attribute>
891891
</Attributes>
892892
<ReturnValue>

0 commit comments

Comments
 (0)
0