-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Microsoft.CodeAnalysis.PublicApiAnalyzers and generate api files
- Loading branch information
1 parent
6293d33
commit 6c78c3c
Showing
35 changed files
with
1,627 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
src/OpenRiaServices.Client.DomainClients.Http/Framework/PublicAPI.Shipped.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
|
17 changes: 17 additions & 0 deletions
17
src/OpenRiaServices.Client.DomainClients.Http/Framework/PublicAPI.Unshipped.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
OpenRiaServices.Client.DomainClients.BinaryHttpDomainClientFactory | ||
OpenRiaServices.Client.DomainClients.BinaryHttpDomainClientFactory.BinaryHttpDomainClientFactory(System.Uri serverBaseUri, System.Func<System.Net.Http.HttpClient> httpClientFactory) -> void | ||
OpenRiaServices.Client.DomainClients.BinaryHttpDomainClientFactory.BinaryHttpDomainClientFactory(System.Uri serverBaseUri, System.Net.Http.HttpMessageHandler messageHandler) -> void | ||
OpenRiaServices.Client.DomainServiceFault | ||
OpenRiaServices.Client.DomainServiceFault.DomainServiceFault() -> void | ||
OpenRiaServices.Client.DomainServiceFault.ErrorCode.get -> int | ||
OpenRiaServices.Client.DomainServiceFault.ErrorCode.set -> void | ||
OpenRiaServices.Client.DomainServiceFault.ErrorMessage.get -> string | ||
OpenRiaServices.Client.DomainServiceFault.ErrorMessage.set -> void | ||
OpenRiaServices.Client.DomainServiceFault.GetValidationErrors() -> System.Collections.Generic.IEnumerable<System.ComponentModel.DataAnnotations.ValidationResult> | ||
OpenRiaServices.Client.DomainServiceFault.IsDomainException.get -> bool | ||
OpenRiaServices.Client.DomainServiceFault.IsDomainException.set -> void | ||
OpenRiaServices.Client.DomainServiceFault.OperationErrors.get -> System.Collections.Generic.IEnumerable<OpenRiaServices.Client.ValidationResultInfo> | ||
OpenRiaServices.Client.DomainServiceFault.OperationErrors.set -> void | ||
OpenRiaServices.Client.DomainServiceFault.StackTrace.get -> string | ||
OpenRiaServices.Client.DomainServiceFault.StackTrace.set -> void | ||
override OpenRiaServices.Client.DomainClients.BinaryHttpDomainClientFactory.CreateDomainClientCore(System.Type serviceContract, System.Uri serviceUri, bool requiresSecureEndpoint) -> OpenRiaServices.Client.DomainClient |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
|
37 changes: 37 additions & 0 deletions
37
src/OpenRiaServices.Client.Web/Framework/PublicAPI.Unshipped.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
abstract OpenRiaServices.Client.Web.WcfDomainClientFactory.CreateBinding(System.Uri endpoint, bool requiresSecureEndpoint) -> System.ServiceModel.Channels.Binding | ||
OpenRiaServices.Client.DomainServiceFault | ||
OpenRiaServices.Client.DomainServiceFault.DomainServiceFault() -> void | ||
OpenRiaServices.Client.DomainServiceFault.ErrorCode.get -> int | ||
OpenRiaServices.Client.DomainServiceFault.ErrorCode.set -> void | ||
OpenRiaServices.Client.DomainServiceFault.ErrorMessage.get -> string | ||
OpenRiaServices.Client.DomainServiceFault.ErrorMessage.set -> void | ||
OpenRiaServices.Client.DomainServiceFault.GetValidationErrors() -> System.Collections.Generic.IEnumerable<System.ComponentModel.DataAnnotations.ValidationResult> | ||
OpenRiaServices.Client.DomainServiceFault.IsDomainException.get -> bool | ||
OpenRiaServices.Client.DomainServiceFault.IsDomainException.set -> void | ||
OpenRiaServices.Client.DomainServiceFault.OperationErrors.get -> System.Collections.Generic.IEnumerable<OpenRiaServices.Client.ValidationResultInfo> | ||
OpenRiaServices.Client.DomainServiceFault.OperationErrors.set -> void | ||
OpenRiaServices.Client.DomainServiceFault.StackTrace.get -> string | ||
OpenRiaServices.Client.DomainServiceFault.StackTrace.set -> void | ||
OpenRiaServices.Client.Web.Internal.WcfEndpointBehavior | ||
OpenRiaServices.Client.Web.Internal.WcfEndpointBehavior.WcfEndpointBehavior(OpenRiaServices.Client.Web.WcfDomainClientFactory factory) -> void | ||
OpenRiaServices.Client.Web.SoapDomainClientFactory | ||
OpenRiaServices.Client.Web.SoapDomainClientFactory.SoapDomainClientFactory() -> void | ||
OpenRiaServices.Client.Web.WcfDomainClientFactory | ||
OpenRiaServices.Client.Web.WcfDomainClientFactory.CookieContainer.get -> System.Net.CookieContainer | ||
OpenRiaServices.Client.Web.WcfDomainClientFactory.CookieContainer.set -> void | ||
OpenRiaServices.Client.Web.WcfDomainClientFactory.WcfDomainClientFactory(string endpointSuffix) -> void | ||
OpenRiaServices.Client.WebDomainClient<TContract> | ||
OpenRiaServices.Client.WebDomainClient<TContract>.ChannelFactory.get -> System.ServiceModel.ChannelFactory<TContract> | ||
OpenRiaServices.Client.WebDomainClient<TContract>.ServiceUri.get -> System.Uri | ||
OpenRiaServices.Client.WebDomainClient<TContract>.UsesHttps.get -> bool | ||
OpenRiaServices.Client.WebDomainClient<TContract>.WebDomainClient(System.Uri serviceUri, bool usesHttps, OpenRiaServices.Client.Web.WcfDomainClientFactory domainClientFactory) -> void | ||
override OpenRiaServices.Client.Web.SoapDomainClientFactory.CreateBinding(System.Uri endpoint, bool requiresSecureEndpoint) -> System.ServiceModel.Channels.Binding | ||
override OpenRiaServices.Client.Web.SoapDomainClientFactory.CreateChannelFactory<TContract>(System.Uri endpoint, bool requiresSecureEndpoint) -> System.ServiceModel.ChannelFactory<TContract> | ||
override OpenRiaServices.Client.Web.WcfDomainClientFactory.CreateDomainClientCore(System.Type serviceContract, System.Uri serviceUri, bool requiresSecureEndpoint) -> OpenRiaServices.Client.DomainClient | ||
override OpenRiaServices.Client.WebDomainClient<TContract>.InvokeAsyncCore(OpenRiaServices.Client.InvokeArgs invokeArgs, System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task<OpenRiaServices.Client.InvokeCompletedResult> | ||
override OpenRiaServices.Client.WebDomainClient<TContract>.QueryAsyncCore(OpenRiaServices.Client.EntityQuery query, System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task<OpenRiaServices.Client.QueryCompletedResult> | ||
override OpenRiaServices.Client.WebDomainClient<TContract>.SubmitAsyncCore(OpenRiaServices.Client.EntityChangeSet changeSet, System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task<OpenRiaServices.Client.SubmitCompletedResult> | ||
override OpenRiaServices.Client.WebDomainClient<TContract>.SupportsCancellation.get -> bool | ||
virtual OpenRiaServices.Client.Web.WcfDomainClientFactory.CreateChannelFactory<TContract>(System.Uri endpoint, bool requiresSecureEndpoint) -> System.ServiceModel.ChannelFactory<TContract> | ||
virtual OpenRiaServices.Client.Web.WcfDomainClientFactory.CreateEndpointAddress(System.Uri endpoint, bool requiresSecureEndpoint) -> System.ServiceModel.EndpointAddress | ||
virtual OpenRiaServices.Client.WebDomainClient<TContract>.CallServiceOperation<TResult>(TContract channel, string operationName, System.Collections.Generic.IDictionary<string, object> parameters, System.Func<object, System.IAsyncResult, TResult> callback, System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task<TResult> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
|
Oops, something went wrong.