Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
78 changes: 0 additions & 78 deletions .github/workflows/docs.yml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace WebDriverBiDi.Bluetooth;
public record CharacteristicEventGeneratedEventArgs : WebDriverBiDiEventArgs
{
[JsonConstructor]
private CharacteristicEventGeneratedEventArgs()
internal CharacteristicEventGeneratedEventArgs()
{
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace WebDriverBiDi.Bluetooth;
public record DescriptorEventGeneratedEventArgs : WebDriverBiDiEventArgs
{
[JsonConstructor]
private DescriptorEventGeneratedEventArgs()
internal DescriptorEventGeneratedEventArgs()
{
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace WebDriverBiDi.Bluetooth;
public record GattConnectionAttemptedEventArgs : WebDriverBiDiEventArgs
{
[JsonConstructor]
private GattConnectionAttemptedEventArgs()
internal GattConnectionAttemptedEventArgs()
{
}

Expand Down
2 changes: 1 addition & 1 deletion src/WebDriverBiDi/Bluetooth/RequestDeviceInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace WebDriverBiDi.Bluetooth;
public record RequestDeviceInfo
{
[JsonConstructor]
private RequestDeviceInfo()
internal RequestDeviceInfo()
{
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace WebDriverBiDi.Bluetooth;
public record RequestDevicePromptUpdatedEventArgs : WebDriverBiDiEventArgs
{
[JsonConstructor]
private RequestDevicePromptUpdatedEventArgs()
internal RequestDevicePromptUpdatedEventArgs()
{
}

Expand Down
2 changes: 1 addition & 1 deletion src/WebDriverBiDi/Browser/ClientWindowInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public record ClientWindowInfo
/// Initializes a new instance of the <see cref="ClientWindowInfo"/> class.
/// </summary>
[JsonConstructor]
private ClientWindowInfo()
internal ClientWindowInfo()
{
}

Expand Down
2 changes: 1 addition & 1 deletion src/WebDriverBiDi/Browser/UserContextInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace WebDriverBiDi.Browser;
public record UserContextInfo
{
[JsonConstructor]
private UserContextInfo()
internal UserContextInfo()
{
}

Expand Down
2 changes: 1 addition & 1 deletion src/WebDriverBiDi/BrowsingContext/BrowsingContextInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace WebDriverBiDi.BrowsingContext;
public record BrowsingContextInfo
{
[JsonConstructor]
private BrowsingContextInfo()
internal BrowsingContextInfo()
{
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace WebDriverBiDi.BrowsingContext;
public record CaptureScreenshotCommandResult : CommandResult
{
[JsonConstructor]
private CaptureScreenshotCommandResult()
internal CaptureScreenshotCommandResult()
{
}

Expand Down
2 changes: 1 addition & 1 deletion src/WebDriverBiDi/BrowsingContext/CreateCommandResult.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace WebDriverBiDi.BrowsingContext;
public record CreateCommandResult : CommandResult
{
[JsonConstructor]
private CreateCommandResult()
internal CreateCommandResult()
{
}

Expand Down
2 changes: 1 addition & 1 deletion src/WebDriverBiDi/BrowsingContext/GetTreeCommandResult.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace WebDriverBiDi.BrowsingContext;
public record GetTreeCommandResult : CommandResult
{
[JsonConstructor]
private GetTreeCommandResult()
internal GetTreeCommandResult()
{
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ namespace WebDriverBiDi.BrowsingContext;
public record LocateNodesCommandResult : CommandResult
{
[JsonConstructor]
private LocateNodesCommandResult()
internal LocateNodesCommandResult()
{
}

Expand Down
2 changes: 1 addition & 1 deletion src/WebDriverBiDi/BrowsingContext/NavigateCommandResult.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public record NavigateCommandResult : CommandResult
/// Initializes a new instance of the <see cref="NavigateCommandResult"/> class.
/// </summary>
[JsonConstructor]
protected NavigateCommandResult()
internal NavigateCommandResult()
{
}

Expand Down
2 changes: 1 addition & 1 deletion src/WebDriverBiDi/BrowsingContext/PrintCommandResult.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace WebDriverBiDi.BrowsingContext;
public record PrintCommandResult : CommandResult
{
[JsonConstructor]
private PrintCommandResult()
internal PrintCommandResult()
{
}

Expand Down
2 changes: 1 addition & 1 deletion src/WebDriverBiDi/BrowsingContext/ReloadCommandResult.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace WebDriverBiDi.BrowsingContext;
public record ReloadCommandResult : NavigateCommandResult
{
[JsonConstructor]
private ReloadCommandResult()
internal ReloadCommandResult()
: base()
{
}
Expand Down
2 changes: 1 addition & 1 deletion src/WebDriverBiDi/Input/FileDialogInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ namespace WebDriverBiDi.Input;
public record FileDialogInfo
{
[JsonConstructor]
private FileDialogInfo()
internal FileDialogInfo()
{
}

Expand Down
2 changes: 1 addition & 1 deletion src/WebDriverBiDi/Network/AddDataCollectorCommandResult.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace WebDriverBiDi.Network;
public record AddDataCollectorCommandResult : CommandResult
{
[JsonConstructor]
private AddDataCollectorCommandResult()
internal AddDataCollectorCommandResult()
{
}

Expand Down
2 changes: 1 addition & 1 deletion src/WebDriverBiDi/Network/AddInterceptCommandResult.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace WebDriverBiDi.Network;
public record AddInterceptCommandResult : CommandResult
{
[JsonConstructor]
private AddInterceptCommandResult()
internal AddInterceptCommandResult()
{
}

Expand Down
2 changes: 1 addition & 1 deletion src/WebDriverBiDi/Network/AuthChallenge.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public record AuthChallenge
/// Initializes a new instance of the <see cref="AuthChallenge"/> class.
/// </summary>
[JsonConstructor]
private AuthChallenge()
internal AuthChallenge()
{
}

Expand Down
2 changes: 1 addition & 1 deletion src/WebDriverBiDi/Network/BytesValue.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ private BytesValue(BytesValueType type, string value)
}

[JsonConstructor]
private BytesValue()
internal BytesValue()
{
}

Expand Down
2 changes: 1 addition & 1 deletion src/WebDriverBiDi/Network/Cookie.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
/// Initializes a new instance of the <see cref="Cookie"/> class.
/// </summary>
[JsonConstructor]
private Cookie()
internal Cookie()
{
this.AdditionalData = ReceivedDataDictionary.EmptyDictionary;
}
Expand Down Expand Up @@ -65,7 +65,7 @@
/// </summary>
[JsonPropertyName("expiry")]
[JsonInclude]
public ulong? EpochExpires

Check warning on line 68 in src/WebDriverBiDi/Network/Cookie.cs

View workflow job for this annotation

GitHub Actions / build

The member 'Cookie.EpochExpires' has been annotated with the JsonIncludeAttribute but is not visible to the source generator. (https://learn.microsoft.com/dotnet/fundamentals/syslib-diagnostics/syslib1038)
{
get;
private set
Expand Down
2 changes: 1 addition & 1 deletion src/WebDriverBiDi/Network/FetchTimingInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public record FetchTimingInfo
/// Initializes a new instance of the <see cref="FetchTimingInfo"/> class.
/// </summary>
[JsonConstructor]
private FetchTimingInfo()
internal FetchTimingInfo()
{
}

Expand Down
2 changes: 1 addition & 1 deletion src/WebDriverBiDi/Network/GetDataCommandResult.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace WebDriverBiDi.Network;
public record GetDataCommandResult : CommandResult
{
[JsonConstructor]
private GetDataCommandResult()
internal GetDataCommandResult()
{
}

Expand Down
2 changes: 1 addition & 1 deletion src/WebDriverBiDi/Network/Initiator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public record Initiator
/// Initializes a new instance of the <see cref="Initiator"/> class.
/// </summary>
[JsonConstructor]
private Initiator()
internal Initiator()
{
}

Expand Down
2 changes: 1 addition & 1 deletion src/WebDriverBiDi/Network/ResponseContent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace WebDriverBiDi.Network;
public record ResponseContent
{
[JsonConstructor]
private ResponseContent()
internal ResponseContent()
{
}

Expand Down
2 changes: 1 addition & 1 deletion src/WebDriverBiDi/Script/AddPreloadScriptCommandResult.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace WebDriverBiDi.Script;
public record AddPreloadScriptCommandResult : CommandResult
{
[JsonConstructor]
private AddPreloadScriptCommandResult()
internal AddPreloadScriptCommandResult()
{
}

Expand Down
2 changes: 1 addition & 1 deletion src/WebDriverBiDi/Script/EvaluateResultException.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public record EvaluateResultException : EvaluateResult
/// Initializes a new instance of the <see cref="EvaluateResultException"/> class.
/// </summary>
[JsonConstructor]
private EvaluateResultException()
internal EvaluateResultException()
: base()
{
}
Expand Down
2 changes: 1 addition & 1 deletion src/WebDriverBiDi/Script/EvaluateResultSuccess.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public record EvaluateResultSuccess : EvaluateResult
/// Initializes a new instance of the <see cref="EvaluateResultSuccess"/> class.
/// </summary>
[JsonConstructor]
private EvaluateResultSuccess()
internal EvaluateResultSuccess()
: base()
{
}
Expand Down
2 changes: 1 addition & 1 deletion src/WebDriverBiDi/Script/GetRealmsCommandResult.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace WebDriverBiDi.Script;
public record GetRealmsCommandResult : CommandResult
{
[JsonConstructor]
private GetRealmsCommandResult()
internal GetRealmsCommandResult()
{
}

Expand Down
2 changes: 1 addition & 1 deletion src/WebDriverBiDi/Script/NodeProperties.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public record NodeProperties
/// Initializes a new instance of the <see cref="NodeProperties"/> class.
/// </summary>
[JsonConstructor]
private NodeProperties()
internal NodeProperties()
{
}

Expand Down
2 changes: 1 addition & 1 deletion src/WebDriverBiDi/Script/StackFrame.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace WebDriverBiDi.Script;
public record StackFrame
{
[JsonConstructor]
private StackFrame()
internal StackFrame()
{
}

Expand Down
2 changes: 1 addition & 1 deletion src/WebDriverBiDi/Script/WindowProxyProperties.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public record WindowProxyProperties
/// Initializes a new instance of the <see cref="WindowProxyProperties"/> class.
/// </summary>
[JsonConstructor]
private WindowProxyProperties()
internal WindowProxyProperties()
{
}

Expand Down
2 changes: 1 addition & 1 deletion src/WebDriverBiDi/Session/NewCommandResult.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace WebDriverBiDi.Session;
public record NewCommandResult : CommandResult
{
[JsonConstructor]
private NewCommandResult()
internal NewCommandResult()
{
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace WebDriverBiDi.Speculation;
public record PrefetchStatusUpdatedEventArgs : WebDriverBiDiEventArgs
{
[JsonConstructor]
private PrefetchStatusUpdatedEventArgs()
internal PrefetchStatusUpdatedEventArgs()
{
}

Expand Down
2 changes: 1 addition & 1 deletion src/WebDriverBiDi/Storage/DeleteCookiesCommandResult.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace WebDriverBiDi.Storage;
public record DeleteCookiesCommandResult : CommandResult
{
[JsonConstructor]
private DeleteCookiesCommandResult()
internal DeleteCookiesCommandResult()
{
}

Expand Down
Loading
Loading