Skip to content

Commit 4094430

Browse files
Updated Microsoft.CodeAnalysis.PublicApiAnalyzers to latest stable (#41115)
* Adding default ctors * Remove duplicates * normalize nullable * fixup * fb
1 parent 0335dea commit 4094430

File tree

122 files changed

+1473
-4394
lines changed

Some content is hidden

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

122 files changed

+1473
-4394
lines changed

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@
203203
<MicrosoftCodeAnalysisCommonVersion>4.2.0-2.22128.1</MicrosoftCodeAnalysisCommonVersion>
204204
<MicrosoftCodeAnalysisCSharpVersion>4.2.0-2.22128.1</MicrosoftCodeAnalysisCSharpVersion>
205205
<MicrosoftCodeAnalysisCSharpWorkspacesVersion>4.2.0-2.22128.1</MicrosoftCodeAnalysisCSharpWorkspacesVersion>
206-
<MicrosoftCodeAnalysisPublicApiAnalyzersVersion>3.3.0</MicrosoftCodeAnalysisPublicApiAnalyzersVersion>
206+
<MicrosoftCodeAnalysisPublicApiAnalyzersVersion>3.3.3</MicrosoftCodeAnalysisPublicApiAnalyzersVersion>
207207
<MicrosoftCodeAnalysisCSharpAnalyzerTestingXUnitVersion>1.1.2-beta1.22276.1</MicrosoftCodeAnalysisCSharpAnalyzerTestingXUnitVersion>
208208
<MicrosoftCodeAnalysisCSharpCodeFixTestingXUnitVersion>1.1.2-beta1.22276.1</MicrosoftCodeAnalysisCSharpCodeFixTestingXUnitVersion>
209209
<MicrosoftCssParserVersion>1.0.0-20200708.1</MicrosoftCssParserVersion>

src/Components/Components/src/PublicAPI.Shipped.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ Microsoft.AspNetCore.Components.DynamicComponent.Type.set -> void
7474
Microsoft.AspNetCore.Components.EditorRequiredAttribute
7575
Microsoft.AspNetCore.Components.EditorRequiredAttribute.EditorRequiredAttribute() -> void
7676
Microsoft.AspNetCore.Components.ElementReference
77+
Microsoft.AspNetCore.Components.ElementReference.ElementReference() -> void
7778
Microsoft.AspNetCore.Components.ElementReference.Context.get -> Microsoft.AspNetCore.Components.ElementReferenceContext?
7879
Microsoft.AspNetCore.Components.ElementReference.ElementReference(string! id) -> void
7980
Microsoft.AspNetCore.Components.ElementReference.ElementReference(string! id, Microsoft.AspNetCore.Components.ElementReferenceContext? context) -> void
@@ -91,11 +92,13 @@ Microsoft.AspNetCore.Components.ErrorBoundaryBase.MaximumErrorCount.get -> int
9192
Microsoft.AspNetCore.Components.ErrorBoundaryBase.MaximumErrorCount.set -> void
9293
Microsoft.AspNetCore.Components.ErrorBoundaryBase.Recover() -> void
9394
Microsoft.AspNetCore.Components.EventCallback
95+
Microsoft.AspNetCore.Components.EventCallback.EventCallback() -> void
9496
Microsoft.AspNetCore.Components.EventCallback.EventCallback(Microsoft.AspNetCore.Components.IHandleEvent? receiver, System.MulticastDelegate? delegate) -> void
9597
Microsoft.AspNetCore.Components.EventCallback.HasDelegate.get -> bool
9698
Microsoft.AspNetCore.Components.EventCallback.InvokeAsync() -> System.Threading.Tasks.Task!
9799
Microsoft.AspNetCore.Components.EventCallback.InvokeAsync(object? arg) -> System.Threading.Tasks.Task!
98100
Microsoft.AspNetCore.Components.EventCallback<TValue>
101+
Microsoft.AspNetCore.Components.EventCallback<TValue>.EventCallback() -> void
99102
Microsoft.AspNetCore.Components.EventCallback<TValue>.EventCallback(Microsoft.AspNetCore.Components.IHandleEvent? receiver, System.MulticastDelegate? delegate) -> void
100103
Microsoft.AspNetCore.Components.EventCallback<TValue>.HasDelegate.get -> bool
101104
Microsoft.AspNetCore.Components.EventCallback<TValue>.InvokeAsync() -> System.Threading.Tasks.Task!
@@ -118,6 +121,7 @@ Microsoft.AspNetCore.Components.EventCallbackFactory.EventCallbackFactory() -> v
118121
Microsoft.AspNetCore.Components.EventCallbackFactoryBinderExtensions
119122
Microsoft.AspNetCore.Components.EventCallbackFactoryEventArgsExtensions
120123
Microsoft.AspNetCore.Components.EventCallbackWorkItem
124+
Microsoft.AspNetCore.Components.EventCallbackWorkItem.EventCallbackWorkItem() -> void
121125
Microsoft.AspNetCore.Components.EventCallbackWorkItem.EventCallbackWorkItem(System.MulticastDelegate? delegate) -> void
122126
Microsoft.AspNetCore.Components.EventCallbackWorkItem.InvokeAsync(object? arg) -> System.Threading.Tasks.Task!
123127
Microsoft.AspNetCore.Components.EventHandlerAttribute
@@ -164,6 +168,7 @@ Microsoft.AspNetCore.Components.LayoutView.SetParametersAsync(Microsoft.AspNetCo
164168
Microsoft.AspNetCore.Components.LocationChangeException
165169
Microsoft.AspNetCore.Components.LocationChangeException.LocationChangeException(string! message, System.Exception! innerException) -> void
166170
Microsoft.AspNetCore.Components.MarkupString
171+
Microsoft.AspNetCore.Components.MarkupString.MarkupString() -> void
167172
Microsoft.AspNetCore.Components.MarkupString.MarkupString(string! value) -> void
168173
Microsoft.AspNetCore.Components.MarkupString.Value.get -> string!
169174
Microsoft.AspNetCore.Components.NavigationException
@@ -202,11 +207,14 @@ Microsoft.AspNetCore.Components.ParameterAttribute.CaptureUnmatchedValues.get ->
202207
Microsoft.AspNetCore.Components.ParameterAttribute.CaptureUnmatchedValues.set -> void
203208
Microsoft.AspNetCore.Components.ParameterAttribute.ParameterAttribute() -> void
204209
Microsoft.AspNetCore.Components.ParameterValue
210+
Microsoft.AspNetCore.Components.ParameterValue.ParameterValue() -> void
205211
Microsoft.AspNetCore.Components.ParameterValue.Cascading.get -> bool
206212
Microsoft.AspNetCore.Components.ParameterValue.Name.get -> string!
207213
Microsoft.AspNetCore.Components.ParameterValue.Value.get -> object!
208214
Microsoft.AspNetCore.Components.ParameterView
209215
Microsoft.AspNetCore.Components.ParameterView.Enumerator
216+
Microsoft.AspNetCore.Components.ParameterView.Enumerator.Enumerator() -> void
217+
Microsoft.AspNetCore.Components.ParameterView.ParameterView() -> void
210218
Microsoft.AspNetCore.Components.ParameterView.Enumerator.Current.get -> Microsoft.AspNetCore.Components.ParameterValue
211219
Microsoft.AspNetCore.Components.ParameterView.Enumerator.MoveNext() -> bool
212220
Microsoft.AspNetCore.Components.ParameterView.GetEnumerator() -> Microsoft.AspNetCore.Components.ParameterView.Enumerator
@@ -220,10 +228,12 @@ Microsoft.AspNetCore.Components.PersistentComponentState.PersistAsJson<TValue>(s
220228
Microsoft.AspNetCore.Components.PersistentComponentState.RegisterOnPersisting(System.Func<System.Threading.Tasks.Task!>! callback) -> Microsoft.AspNetCore.Components.PersistingComponentStateSubscription
221229
Microsoft.AspNetCore.Components.PersistentComponentState.TryTakeFromJson<TValue>(string! key, out TValue? instance) -> bool
222230
Microsoft.AspNetCore.Components.PersistingComponentStateSubscription
231+
Microsoft.AspNetCore.Components.PersistingComponentStateSubscription.PersistingComponentStateSubscription() -> void
223232
Microsoft.AspNetCore.Components.PersistingComponentStateSubscription.Dispose() -> void
224233
Microsoft.AspNetCore.Components.RenderFragment
225234
Microsoft.AspNetCore.Components.RenderFragment<TValue>
226235
Microsoft.AspNetCore.Components.RenderHandle
236+
Microsoft.AspNetCore.Components.RenderHandle.RenderHandle() -> void
227237
Microsoft.AspNetCore.Components.RenderHandle.Dispatcher.get -> Microsoft.AspNetCore.Components.Dispatcher!
228238
Microsoft.AspNetCore.Components.RenderHandle.IsInitialized.get -> bool
229239
Microsoft.AspNetCore.Components.RenderHandle.IsRenderingOnMetadataUpdate.get -> bool
@@ -260,11 +270,13 @@ Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder.RenderTreeBuilder()
260270
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder.SetKey(object? value) -> void
261271
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder.SetUpdatesAttributeName(string! updatesAttributeName) -> void
262272
Microsoft.AspNetCore.Components.RenderTree.ArrayBuilderSegment<T>
273+
Microsoft.AspNetCore.Components.RenderTree.ArrayBuilderSegment<T>.ArrayBuilderSegment() -> void
263274
Microsoft.AspNetCore.Components.RenderTree.ArrayBuilderSegment<T>.Array.get -> T[]!
264275
Microsoft.AspNetCore.Components.RenderTree.ArrayBuilderSegment<T>.Count.get -> int
265276
Microsoft.AspNetCore.Components.RenderTree.ArrayBuilderSegment<T>.Offset.get -> int
266277
Microsoft.AspNetCore.Components.RenderTree.ArrayBuilderSegment<T>.this[int index].get -> T
267278
Microsoft.AspNetCore.Components.RenderTree.ArrayRange<T>
279+
Microsoft.AspNetCore.Components.RenderTree.ArrayRange<T>.ArrayRange() -> void
268280
Microsoft.AspNetCore.Components.RenderTree.ArrayRange<T>.ArrayRange(T[]! array, int count) -> void
269281
Microsoft.AspNetCore.Components.RenderTree.ArrayRange<T>.Clone() -> Microsoft.AspNetCore.Components.RenderTree.ArrayRange<T>
270282
Microsoft.AspNetCore.Components.RenderTree.EventFieldInfo
@@ -274,6 +286,7 @@ Microsoft.AspNetCore.Components.RenderTree.EventFieldInfo.EventFieldInfo() -> vo
274286
Microsoft.AspNetCore.Components.RenderTree.EventFieldInfo.FieldValue.get -> object!
275287
Microsoft.AspNetCore.Components.RenderTree.EventFieldInfo.FieldValue.set -> void
276288
Microsoft.AspNetCore.Components.RenderTree.RenderBatch
289+
Microsoft.AspNetCore.Components.RenderTree.RenderBatch.RenderBatch() -> void
277290
Microsoft.AspNetCore.Components.RenderTree.RenderBatch.DisposedComponentIDs.get -> Microsoft.AspNetCore.Components.RenderTree.ArrayRange<int>
278291
Microsoft.AspNetCore.Components.RenderTree.RenderBatch.DisposedEventHandlerIDs.get -> Microsoft.AspNetCore.Components.RenderTree.ArrayRange<ulong>
279292
Microsoft.AspNetCore.Components.RenderTree.RenderBatch.ReferenceFrames.get -> Microsoft.AspNetCore.Components.RenderTree.ArrayRange<Microsoft.AspNetCore.Components.RenderTree.RenderTreeFrame>
@@ -294,7 +307,9 @@ Microsoft.AspNetCore.Components.RenderTree.Renderer.RenderRootComponentAsync(int
294307
Microsoft.AspNetCore.Components.RenderTree.Renderer.RenderRootComponentAsync(int componentId, Microsoft.AspNetCore.Components.ParameterView initialParameters) -> System.Threading.Tasks.Task!
295308
Microsoft.AspNetCore.Components.RenderTree.Renderer.UnhandledSynchronizationException -> System.UnhandledExceptionEventHandler!
296309
Microsoft.AspNetCore.Components.RenderTree.RenderTreeDiff
310+
Microsoft.AspNetCore.Components.RenderTree.RenderTreeDiff.RenderTreeDiff() -> void
297311
Microsoft.AspNetCore.Components.RenderTree.RenderTreeEdit
312+
Microsoft.AspNetCore.Components.RenderTree.RenderTreeEdit.RenderTreeEdit() -> void
298313
Microsoft.AspNetCore.Components.RenderTree.RenderTreeEditType
299314
Microsoft.AspNetCore.Components.RenderTree.RenderTreeEditType.PermutationListEnd = 10 -> Microsoft.AspNetCore.Components.RenderTree.RenderTreeEditType
300315
Microsoft.AspNetCore.Components.RenderTree.RenderTreeEditType.PermutationListEntry = 9 -> Microsoft.AspNetCore.Components.RenderTree.RenderTreeEditType
@@ -307,6 +322,7 @@ Microsoft.AspNetCore.Components.RenderTree.RenderTreeEditType.StepOut = 7 -> Mic
307322
Microsoft.AspNetCore.Components.RenderTree.RenderTreeEditType.UpdateMarkup = 8 -> Microsoft.AspNetCore.Components.RenderTree.RenderTreeEditType
308323
Microsoft.AspNetCore.Components.RenderTree.RenderTreeEditType.UpdateText = 5 -> Microsoft.AspNetCore.Components.RenderTree.RenderTreeEditType
309324
Microsoft.AspNetCore.Components.RenderTree.RenderTreeFrame
325+
Microsoft.AspNetCore.Components.RenderTree.RenderTreeFrame.RenderTreeFrame() -> void
310326
Microsoft.AspNetCore.Components.RenderTree.RenderTreeFrame.AttributeEventHandlerId.get -> ulong
311327
Microsoft.AspNetCore.Components.RenderTree.RenderTreeFrame.ComponentId.get -> int
312328
Microsoft.AspNetCore.Components.RenderTree.RenderTreeFrame.ComponentReferenceCaptureParentFrameIndex.get -> int

src/Components/Forms/src/PublicAPI.Shipped.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ Microsoft.AspNetCore.Components.Forms.FieldChangedEventArgs
3131
Microsoft.AspNetCore.Components.Forms.FieldChangedEventArgs.FieldChangedEventArgs(in Microsoft.AspNetCore.Components.Forms.FieldIdentifier fieldIdentifier) -> void
3232
Microsoft.AspNetCore.Components.Forms.FieldChangedEventArgs.FieldIdentifier.get -> Microsoft.AspNetCore.Components.Forms.FieldIdentifier
3333
Microsoft.AspNetCore.Components.Forms.FieldIdentifier
34+
Microsoft.AspNetCore.Components.Forms.FieldIdentifier.FieldIdentifier() -> void
3435
Microsoft.AspNetCore.Components.Forms.FieldIdentifier.Equals(Microsoft.AspNetCore.Components.Forms.FieldIdentifier otherIdentifier) -> bool
3536
Microsoft.AspNetCore.Components.Forms.FieldIdentifier.FieldIdentifier(object! model, string! fieldName) -> void
3637
Microsoft.AspNetCore.Components.Forms.FieldIdentifier.FieldName.get -> string!

src/Components/Server/src/PublicAPI.Shipped.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ Microsoft.AspNetCore.Components.Server.ProtectedBrowserStorage.ProtectedBrowserS
3333
Microsoft.AspNetCore.Components.Server.ProtectedBrowserStorage.ProtectedBrowserStorage.SetAsync(string! key, object! value) -> System.Threading.Tasks.ValueTask
3434
Microsoft.AspNetCore.Components.Server.ProtectedBrowserStorage.ProtectedBrowserStorage.SetAsync(string! purpose, string! key, object! value) -> System.Threading.Tasks.ValueTask
3535
Microsoft.AspNetCore.Components.Server.ProtectedBrowserStorage.ProtectedBrowserStorageResult<TValue>
36+
Microsoft.AspNetCore.Components.Server.ProtectedBrowserStorage.ProtectedBrowserStorageResult<TValue>.ProtectedBrowserStorageResult() -> void
3637
Microsoft.AspNetCore.Components.Server.ProtectedBrowserStorage.ProtectedBrowserStorageResult<TValue>.Success.get -> bool
3738
Microsoft.AspNetCore.Components.Server.ProtectedBrowserStorage.ProtectedBrowserStorageResult<TValue>.Value.get -> TValue?
3839
Microsoft.AspNetCore.Components.Server.ProtectedBrowserStorage.ProtectedLocalStorage

src/Components/Web/src/PublicAPI.Shipped.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -362,15 +362,18 @@ Microsoft.AspNetCore.Components.Web.TouchPoint.ScreenY.set -> void
362362
Microsoft.AspNetCore.Components.Web.TouchPoint.TouchPoint() -> void
363363
Microsoft.AspNetCore.Components.Web.Virtualization.ItemsProviderDelegate<TItem>
364364
Microsoft.AspNetCore.Components.Web.Virtualization.ItemsProviderRequest
365+
Microsoft.AspNetCore.Components.Web.Virtualization.ItemsProviderRequest.ItemsProviderRequest() -> void
365366
Microsoft.AspNetCore.Components.Web.Virtualization.ItemsProviderRequest.CancellationToken.get -> System.Threading.CancellationToken
366367
Microsoft.AspNetCore.Components.Web.Virtualization.ItemsProviderRequest.Count.get -> int
367368
Microsoft.AspNetCore.Components.Web.Virtualization.ItemsProviderRequest.ItemsProviderRequest(int startIndex, int count, System.Threading.CancellationToken cancellationToken) -> void
368369
Microsoft.AspNetCore.Components.Web.Virtualization.ItemsProviderRequest.StartIndex.get -> int
369370
Microsoft.AspNetCore.Components.Web.Virtualization.ItemsProviderResult<TItem>
371+
Microsoft.AspNetCore.Components.Web.Virtualization.ItemsProviderResult<TItem>.ItemsProviderResult() -> void
370372
Microsoft.AspNetCore.Components.Web.Virtualization.ItemsProviderResult<TItem>.Items.get -> System.Collections.Generic.IEnumerable<TItem>!
371373
Microsoft.AspNetCore.Components.Web.Virtualization.ItemsProviderResult<TItem>.ItemsProviderResult(System.Collections.Generic.IEnumerable<TItem>! items, int totalItemCount) -> void
372374
Microsoft.AspNetCore.Components.Web.Virtualization.ItemsProviderResult<TItem>.TotalItemCount.get -> int
373375
Microsoft.AspNetCore.Components.Web.Virtualization.PlaceholderContext
376+
Microsoft.AspNetCore.Components.Web.Virtualization.PlaceholderContext.PlaceholderContext() -> void
374377
Microsoft.AspNetCore.Components.Web.Virtualization.PlaceholderContext.Index.get -> int
375378
Microsoft.AspNetCore.Components.Web.Virtualization.PlaceholderContext.PlaceholderContext(int index, float size = 0) -> void
376379
Microsoft.AspNetCore.Components.Web.Virtualization.PlaceholderContext.Size.get -> float

src/Components/WebAssembly/Authentication.Msal/src/PublicAPI.Shipped.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ Microsoft.Authentication.WebAssembly.Msal.MsalAuthenticationOptions.PostLogoutRe
2121
Microsoft.Authentication.WebAssembly.Msal.MsalAuthenticationOptions.PostLogoutRedirectUri.set -> void
2222
Microsoft.Authentication.WebAssembly.Msal.MsalAuthenticationOptions.RedirectUri.get -> string?
2323
Microsoft.Authentication.WebAssembly.Msal.MsalAuthenticationOptions.RedirectUri.set -> void
24-
~static Microsoft.Extensions.DependencyInjection.MsalWebAssemblyServiceCollectionExtensions.AddMsalAuthentication(this Microsoft.Extensions.DependencyInjection.IServiceCollection! services, System.Action<Microsoft.AspNetCore.Components.WebAssembly.Authentication.RemoteAuthenticationOptions<Microsoft.Authentication.WebAssembly.Msal.Models.MsalProviderOptions!>!>! configure) -> Microsoft.Extensions.DependencyInjection.IRemoteAuthenticationBuilder<Microsoft.AspNetCore.Components.WebAssembly.Authentication.RemoteAuthenticationState!, Microsoft.AspNetCore.Components.WebAssembly.Authentication.RemoteUserAccount!>!
25-
~static Microsoft.Extensions.DependencyInjection.MsalWebAssemblyServiceCollectionExtensions.AddMsalAuthentication<TRemoteAuthenticationState, TAccount>(this Microsoft.Extensions.DependencyInjection.IServiceCollection! services, System.Action<Microsoft.AspNetCore.Components.WebAssembly.Authentication.RemoteAuthenticationOptions<Microsoft.Authentication.WebAssembly.Msal.Models.MsalProviderOptions!>!>! configure) -> Microsoft.Extensions.DependencyInjection.IRemoteAuthenticationBuilder<TRemoteAuthenticationState!, TAccount!>!
26-
~static Microsoft.Extensions.DependencyInjection.MsalWebAssemblyServiceCollectionExtensions.AddMsalAuthentication<TRemoteAuthenticationState>(this Microsoft.Extensions.DependencyInjection.IServiceCollection! services, System.Action<Microsoft.AspNetCore.Components.WebAssembly.Authentication.RemoteAuthenticationOptions<Microsoft.Authentication.WebAssembly.Msal.Models.MsalProviderOptions!>!>! configure) -> Microsoft.Extensions.DependencyInjection.IRemoteAuthenticationBuilder<TRemoteAuthenticationState!, Microsoft.AspNetCore.Components.WebAssembly.Authentication.RemoteUserAccount!>!
24+
static Microsoft.Extensions.DependencyInjection.MsalWebAssemblyServiceCollectionExtensions.AddMsalAuthentication(this Microsoft.Extensions.DependencyInjection.IServiceCollection! services, System.Action<Microsoft.AspNetCore.Components.WebAssembly.Authentication.RemoteAuthenticationOptions<Microsoft.Authentication.WebAssembly.Msal.Models.MsalProviderOptions!>!>! configure) -> Microsoft.Extensions.DependencyInjection.IRemoteAuthenticationBuilder<Microsoft.AspNetCore.Components.WebAssembly.Authentication.RemoteAuthenticationState!, Microsoft.AspNetCore.Components.WebAssembly.Authentication.RemoteUserAccount!>!
25+
static Microsoft.Extensions.DependencyInjection.MsalWebAssemblyServiceCollectionExtensions.AddMsalAuthentication<TRemoteAuthenticationState, TAccount>(this Microsoft.Extensions.DependencyInjection.IServiceCollection! services, System.Action<Microsoft.AspNetCore.Components.WebAssembly.Authentication.RemoteAuthenticationOptions<Microsoft.Authentication.WebAssembly.Msal.Models.MsalProviderOptions!>!>! configure) -> Microsoft.Extensions.DependencyInjection.IRemoteAuthenticationBuilder<TRemoteAuthenticationState!, TAccount!>!
26+
static Microsoft.Extensions.DependencyInjection.MsalWebAssemblyServiceCollectionExtensions.AddMsalAuthentication<TRemoteAuthenticationState>(this Microsoft.Extensions.DependencyInjection.IServiceCollection! services, System.Action<Microsoft.AspNetCore.Components.WebAssembly.Authentication.RemoteAuthenticationOptions<Microsoft.Authentication.WebAssembly.Msal.Models.MsalProviderOptions!>!>! configure) -> Microsoft.Extensions.DependencyInjection.IRemoteAuthenticationBuilder<TRemoteAuthenticationState!, Microsoft.AspNetCore.Components.WebAssembly.Authentication.RemoteUserAccount!>!
2727
Microsoft.Authentication.WebAssembly.Msal.Models.MsalCacheOptions
2828
Microsoft.Authentication.WebAssembly.Msal.Models.MsalCacheOptions.MsalCacheOptions() -> void
2929
Microsoft.Authentication.WebAssembly.Msal.Models.MsalCacheOptions.StoreAuthStateInCookie.get -> bool

src/Components/WebAssembly/WebAssembly/src/PublicAPI.Shipped.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ Microsoft.AspNetCore.Components.WebAssembly.Hosting.IWebAssemblyHostEnvironment
4343
Microsoft.AspNetCore.Components.WebAssembly.Hosting.IWebAssemblyHostEnvironment.BaseAddress.get -> string!
4444
Microsoft.AspNetCore.Components.WebAssembly.Hosting.IWebAssemblyHostEnvironment.Environment.get -> string!
4545
Microsoft.AspNetCore.Components.WebAssembly.Hosting.RootComponentMapping
46+
Microsoft.AspNetCore.Components.WebAssembly.Hosting.RootComponentMapping.RootComponentMapping() -> void
4647
Microsoft.AspNetCore.Components.WebAssembly.Hosting.RootComponentMapping.ComponentType.get -> System.Type!
4748
Microsoft.AspNetCore.Components.WebAssembly.Hosting.RootComponentMapping.Parameters.get -> Microsoft.AspNetCore.Components.ParameterView
4849
Microsoft.AspNetCore.Components.WebAssembly.Hosting.RootComponentMapping.RootComponentMapping(System.Type! componentType, string! selector) -> void

0 commit comments

Comments
 (0)