Skip to content

Commit

Permalink
Docs changes
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 30, 2024
1 parent ca35e18 commit 3b10ac2
Show file tree
Hide file tree
Showing 224 changed files with 224 additions and 224 deletions.
2 changes: 1 addition & 1 deletion docs/wiz/Linux_Rider_Cli_Expecto_AppVeyor.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ File | Settings | Manage Layers | This computer | Edit Layer | Build, Execution,
## Treat "return value of pure method is not used" as error

Verify uses the [PureAttribute](https://learn.microsoft.com/en-us/dotnet/api/system.diagnostics.contracts.pureattribute) to mark methods where the result of the method is expected to be used. For example awaiting the call to `Verify()`.<!-- include: pure. path: /docs/mdsource/pure.include.md -->
Rider and ReSharper can be configured to treat the return value of these methods as an error.
Rider and ReSharper can be configured to treat an un-used return value as an error.
Add the following to the `.editorconfig` file:

```
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Linux_Rider_Cli_Expecto_AzureDevOps.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ File | Settings | Manage Layers | This computer | Edit Layer | Build, Execution,
## Treat "return value of pure method is not used" as error

Verify uses the [PureAttribute](https://learn.microsoft.com/en-us/dotnet/api/system.diagnostics.contracts.pureattribute) to mark methods where the result of the method is expected to be used. For example awaiting the call to `Verify()`.<!-- include: pure. path: /docs/mdsource/pure.include.md -->
Rider and ReSharper can be configured to treat the return value of these methods as an error.
Rider and ReSharper can be configured to treat an un-used return value as an error.
Add the following to the `.editorconfig` file:

```
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Linux_Rider_Cli_Expecto_GitHubActions.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ File | Settings | Manage Layers | This computer | Edit Layer | Build, Execution,
## Treat "return value of pure method is not used" as error

Verify uses the [PureAttribute](https://learn.microsoft.com/en-us/dotnet/api/system.diagnostics.contracts.pureattribute) to mark methods where the result of the method is expected to be used. For example awaiting the call to `Verify()`.<!-- include: pure. path: /docs/mdsource/pure.include.md -->
Rider and ReSharper can be configured to treat the return value of these methods as an error.
Rider and ReSharper can be configured to treat an un-used return value as an error.
Add the following to the `.editorconfig` file:

```
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Linux_Rider_Cli_Expecto_None.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ File | Settings | Manage Layers | This computer | Edit Layer | Build, Execution,
## Treat "return value of pure method is not used" as error

Verify uses the [PureAttribute](https://learn.microsoft.com/en-us/dotnet/api/system.diagnostics.contracts.pureattribute) to mark methods where the result of the method is expected to be used. For example awaiting the call to `Verify()`.<!-- include: pure. path: /docs/mdsource/pure.include.md -->
Rider and ReSharper can be configured to treat the return value of these methods as an error.
Rider and ReSharper can be configured to treat an un-used return value as an error.
Add the following to the `.editorconfig` file:

```
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Linux_Rider_Cli_Fixie_AppVeyor.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ File | Settings | Manage Layers | This computer | Edit Layer | Build, Execution,
## Treat "return value of pure method is not used" as error

Verify uses the [PureAttribute](https://learn.microsoft.com/en-us/dotnet/api/system.diagnostics.contracts.pureattribute) to mark methods where the result of the method is expected to be used. For example awaiting the call to `Verify()`.<!-- include: pure. path: /docs/mdsource/pure.include.md -->
Rider and ReSharper can be configured to treat the return value of these methods as an error.
Rider and ReSharper can be configured to treat an un-used return value as an error.
Add the following to the `.editorconfig` file:

```
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Linux_Rider_Cli_Fixie_AzureDevOps.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ File | Settings | Manage Layers | This computer | Edit Layer | Build, Execution,
## Treat "return value of pure method is not used" as error

Verify uses the [PureAttribute](https://learn.microsoft.com/en-us/dotnet/api/system.diagnostics.contracts.pureattribute) to mark methods where the result of the method is expected to be used. For example awaiting the call to `Verify()`.<!-- include: pure. path: /docs/mdsource/pure.include.md -->
Rider and ReSharper can be configured to treat the return value of these methods as an error.
Rider and ReSharper can be configured to treat an un-used return value as an error.
Add the following to the `.editorconfig` file:

```
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Linux_Rider_Cli_Fixie_GitHubActions.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ File | Settings | Manage Layers | This computer | Edit Layer | Build, Execution,
## Treat "return value of pure method is not used" as error

Verify uses the [PureAttribute](https://learn.microsoft.com/en-us/dotnet/api/system.diagnostics.contracts.pureattribute) to mark methods where the result of the method is expected to be used. For example awaiting the call to `Verify()`.<!-- include: pure. path: /docs/mdsource/pure.include.md -->
Rider and ReSharper can be configured to treat the return value of these methods as an error.
Rider and ReSharper can be configured to treat an un-used return value as an error.
Add the following to the `.editorconfig` file:

```
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Linux_Rider_Cli_Fixie_None.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ File | Settings | Manage Layers | This computer | Edit Layer | Build, Execution,
## Treat "return value of pure method is not used" as error

Verify uses the [PureAttribute](https://learn.microsoft.com/en-us/dotnet/api/system.diagnostics.contracts.pureattribute) to mark methods where the result of the method is expected to be used. For example awaiting the call to `Verify()`.<!-- include: pure. path: /docs/mdsource/pure.include.md -->
Rider and ReSharper can be configured to treat the return value of these methods as an error.
Rider and ReSharper can be configured to treat an un-used return value as an error.
Add the following to the `.editorconfig` file:

```
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Linux_Rider_Cli_MSTest_AppVeyor.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ File | Settings | Manage Layers | This computer | Edit Layer | Build, Execution,
## Treat "return value of pure method is not used" as error

Verify uses the [PureAttribute](https://learn.microsoft.com/en-us/dotnet/api/system.diagnostics.contracts.pureattribute) to mark methods where the result of the method is expected to be used. For example awaiting the call to `Verify()`.<!-- include: pure. path: /docs/mdsource/pure.include.md -->
Rider and ReSharper can be configured to treat the return value of these methods as an error.
Rider and ReSharper can be configured to treat an un-used return value as an error.
Add the following to the `.editorconfig` file:

```
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Linux_Rider_Cli_MSTest_AzureDevOps.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ File | Settings | Manage Layers | This computer | Edit Layer | Build, Execution,
## Treat "return value of pure method is not used" as error

Verify uses the [PureAttribute](https://learn.microsoft.com/en-us/dotnet/api/system.diagnostics.contracts.pureattribute) to mark methods where the result of the method is expected to be used. For example awaiting the call to `Verify()`.<!-- include: pure. path: /docs/mdsource/pure.include.md -->
Rider and ReSharper can be configured to treat the return value of these methods as an error.
Rider and ReSharper can be configured to treat an un-used return value as an error.
Add the following to the `.editorconfig` file:

```
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Linux_Rider_Cli_MSTest_GitHubActions.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ File | Settings | Manage Layers | This computer | Edit Layer | Build, Execution,
## Treat "return value of pure method is not used" as error

Verify uses the [PureAttribute](https://learn.microsoft.com/en-us/dotnet/api/system.diagnostics.contracts.pureattribute) to mark methods where the result of the method is expected to be used. For example awaiting the call to `Verify()`.<!-- include: pure. path: /docs/mdsource/pure.include.md -->
Rider and ReSharper can be configured to treat the return value of these methods as an error.
Rider and ReSharper can be configured to treat an un-used return value as an error.
Add the following to the `.editorconfig` file:

```
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Linux_Rider_Cli_MSTest_None.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ File | Settings | Manage Layers | This computer | Edit Layer | Build, Execution,
## Treat "return value of pure method is not used" as error

Verify uses the [PureAttribute](https://learn.microsoft.com/en-us/dotnet/api/system.diagnostics.contracts.pureattribute) to mark methods where the result of the method is expected to be used. For example awaiting the call to `Verify()`.<!-- include: pure. path: /docs/mdsource/pure.include.md -->
Rider and ReSharper can be configured to treat the return value of these methods as an error.
Rider and ReSharper can be configured to treat an un-used return value as an error.
Add the following to the `.editorconfig` file:

```
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Linux_Rider_Cli_NUnit_AppVeyor.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ File | Settings | Manage Layers | This computer | Edit Layer | Build, Execution,
## Treat "return value of pure method is not used" as error

Verify uses the [PureAttribute](https://learn.microsoft.com/en-us/dotnet/api/system.diagnostics.contracts.pureattribute) to mark methods where the result of the method is expected to be used. For example awaiting the call to `Verify()`.<!-- include: pure. path: /docs/mdsource/pure.include.md -->
Rider and ReSharper can be configured to treat the return value of these methods as an error.
Rider and ReSharper can be configured to treat an un-used return value as an error.
Add the following to the `.editorconfig` file:

```
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Linux_Rider_Cli_NUnit_AzureDevOps.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ File | Settings | Manage Layers | This computer | Edit Layer | Build, Execution,
## Treat "return value of pure method is not used" as error

Verify uses the [PureAttribute](https://learn.microsoft.com/en-us/dotnet/api/system.diagnostics.contracts.pureattribute) to mark methods where the result of the method is expected to be used. For example awaiting the call to `Verify()`.<!-- include: pure. path: /docs/mdsource/pure.include.md -->
Rider and ReSharper can be configured to treat the return value of these methods as an error.
Rider and ReSharper can be configured to treat an un-used return value as an error.
Add the following to the `.editorconfig` file:

```
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Linux_Rider_Cli_NUnit_GitHubActions.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ File | Settings | Manage Layers | This computer | Edit Layer | Build, Execution,
## Treat "return value of pure method is not used" as error

Verify uses the [PureAttribute](https://learn.microsoft.com/en-us/dotnet/api/system.diagnostics.contracts.pureattribute) to mark methods where the result of the method is expected to be used. For example awaiting the call to `Verify()`.<!-- include: pure. path: /docs/mdsource/pure.include.md -->
Rider and ReSharper can be configured to treat the return value of these methods as an error.
Rider and ReSharper can be configured to treat an un-used return value as an error.
Add the following to the `.editorconfig` file:

```
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Linux_Rider_Cli_NUnit_None.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ File | Settings | Manage Layers | This computer | Edit Layer | Build, Execution,
## Treat "return value of pure method is not used" as error

Verify uses the [PureAttribute](https://learn.microsoft.com/en-us/dotnet/api/system.diagnostics.contracts.pureattribute) to mark methods where the result of the method is expected to be used. For example awaiting the call to `Verify()`.<!-- include: pure. path: /docs/mdsource/pure.include.md -->
Rider and ReSharper can be configured to treat the return value of these methods as an error.
Rider and ReSharper can be configured to treat an un-used return value as an error.
Add the following to the `.editorconfig` file:

```
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Linux_Rider_Cli_TUnit_AppVeyor.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ File | Settings | Manage Layers | This computer | Edit Layer | Build, Execution,
## Treat "return value of pure method is not used" as error

Verify uses the [PureAttribute](https://learn.microsoft.com/en-us/dotnet/api/system.diagnostics.contracts.pureattribute) to mark methods where the result of the method is expected to be used. For example awaiting the call to `Verify()`.<!-- include: pure. path: /docs/mdsource/pure.include.md -->
Rider and ReSharper can be configured to treat the return value of these methods as an error.
Rider and ReSharper can be configured to treat an un-used return value as an error.
Add the following to the `.editorconfig` file:

```
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Linux_Rider_Cli_TUnit_AzureDevOps.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ File | Settings | Manage Layers | This computer | Edit Layer | Build, Execution,
## Treat "return value of pure method is not used" as error

Verify uses the [PureAttribute](https://learn.microsoft.com/en-us/dotnet/api/system.diagnostics.contracts.pureattribute) to mark methods where the result of the method is expected to be used. For example awaiting the call to `Verify()`.<!-- include: pure. path: /docs/mdsource/pure.include.md -->
Rider and ReSharper can be configured to treat the return value of these methods as an error.
Rider and ReSharper can be configured to treat an un-used return value as an error.
Add the following to the `.editorconfig` file:

```
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Linux_Rider_Cli_TUnit_GitHubActions.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ File | Settings | Manage Layers | This computer | Edit Layer | Build, Execution,
## Treat "return value of pure method is not used" as error

Verify uses the [PureAttribute](https://learn.microsoft.com/en-us/dotnet/api/system.diagnostics.contracts.pureattribute) to mark methods where the result of the method is expected to be used. For example awaiting the call to `Verify()`.<!-- include: pure. path: /docs/mdsource/pure.include.md -->
Rider and ReSharper can be configured to treat the return value of these methods as an error.
Rider and ReSharper can be configured to treat an un-used return value as an error.
Add the following to the `.editorconfig` file:

```
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Linux_Rider_Cli_TUnit_None.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ File | Settings | Manage Layers | This computer | Edit Layer | Build, Execution,
## Treat "return value of pure method is not used" as error

Verify uses the [PureAttribute](https://learn.microsoft.com/en-us/dotnet/api/system.diagnostics.contracts.pureattribute) to mark methods where the result of the method is expected to be used. For example awaiting the call to `Verify()`.<!-- include: pure. path: /docs/mdsource/pure.include.md -->
Rider and ReSharper can be configured to treat the return value of these methods as an error.
Rider and ReSharper can be configured to treat an un-used return value as an error.
Add the following to the `.editorconfig` file:

```
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Linux_Rider_Cli_XunitV3_AppVeyor.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ File | Settings | Manage Layers | This computer | Edit Layer | Build, Execution,
## Treat "return value of pure method is not used" as error

Verify uses the [PureAttribute](https://learn.microsoft.com/en-us/dotnet/api/system.diagnostics.contracts.pureattribute) to mark methods where the result of the method is expected to be used. For example awaiting the call to `Verify()`.<!-- include: pure. path: /docs/mdsource/pure.include.md -->
Rider and ReSharper can be configured to treat the return value of these methods as an error.
Rider and ReSharper can be configured to treat an un-used return value as an error.
Add the following to the `.editorconfig` file:

```
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Linux_Rider_Cli_XunitV3_AzureDevOps.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ File | Settings | Manage Layers | This computer | Edit Layer | Build, Execution,
## Treat "return value of pure method is not used" as error

Verify uses the [PureAttribute](https://learn.microsoft.com/en-us/dotnet/api/system.diagnostics.contracts.pureattribute) to mark methods where the result of the method is expected to be used. For example awaiting the call to `Verify()`.<!-- include: pure. path: /docs/mdsource/pure.include.md -->
Rider and ReSharper can be configured to treat the return value of these methods as an error.
Rider and ReSharper can be configured to treat an un-used return value as an error.
Add the following to the `.editorconfig` file:

```
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Linux_Rider_Cli_XunitV3_GitHubActions.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ File | Settings | Manage Layers | This computer | Edit Layer | Build, Execution,
## Treat "return value of pure method is not used" as error

Verify uses the [PureAttribute](https://learn.microsoft.com/en-us/dotnet/api/system.diagnostics.contracts.pureattribute) to mark methods where the result of the method is expected to be used. For example awaiting the call to `Verify()`.<!-- include: pure. path: /docs/mdsource/pure.include.md -->
Rider and ReSharper can be configured to treat the return value of these methods as an error.
Rider and ReSharper can be configured to treat an un-used return value as an error.
Add the following to the `.editorconfig` file:

```
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Linux_Rider_Cli_XunitV3_None.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ File | Settings | Manage Layers | This computer | Edit Layer | Build, Execution,
## Treat "return value of pure method is not used" as error

Verify uses the [PureAttribute](https://learn.microsoft.com/en-us/dotnet/api/system.diagnostics.contracts.pureattribute) to mark methods where the result of the method is expected to be used. For example awaiting the call to `Verify()`.<!-- include: pure. path: /docs/mdsource/pure.include.md -->
Rider and ReSharper can be configured to treat the return value of these methods as an error.
Rider and ReSharper can be configured to treat an un-used return value as an error.
Add the following to the `.editorconfig` file:

```
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Linux_Rider_Cli_Xunit_AppVeyor.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ File | Settings | Manage Layers | This computer | Edit Layer | Build, Execution,
## Treat "return value of pure method is not used" as error

Verify uses the [PureAttribute](https://learn.microsoft.com/en-us/dotnet/api/system.diagnostics.contracts.pureattribute) to mark methods where the result of the method is expected to be used. For example awaiting the call to `Verify()`.<!-- include: pure. path: /docs/mdsource/pure.include.md -->
Rider and ReSharper can be configured to treat the return value of these methods as an error.
Rider and ReSharper can be configured to treat an un-used return value as an error.
Add the following to the `.editorconfig` file:

```
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Linux_Rider_Cli_Xunit_AzureDevOps.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ File | Settings | Manage Layers | This computer | Edit Layer | Build, Execution,
## Treat "return value of pure method is not used" as error

Verify uses the [PureAttribute](https://learn.microsoft.com/en-us/dotnet/api/system.diagnostics.contracts.pureattribute) to mark methods where the result of the method is expected to be used. For example awaiting the call to `Verify()`.<!-- include: pure. path: /docs/mdsource/pure.include.md -->
Rider and ReSharper can be configured to treat the return value of these methods as an error.
Rider and ReSharper can be configured to treat an un-used return value as an error.
Add the following to the `.editorconfig` file:

```
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Linux_Rider_Cli_Xunit_GitHubActions.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ File | Settings | Manage Layers | This computer | Edit Layer | Build, Execution,
## Treat "return value of pure method is not used" as error

Verify uses the [PureAttribute](https://learn.microsoft.com/en-us/dotnet/api/system.diagnostics.contracts.pureattribute) to mark methods where the result of the method is expected to be used. For example awaiting the call to `Verify()`.<!-- include: pure. path: /docs/mdsource/pure.include.md -->
Rider and ReSharper can be configured to treat the return value of these methods as an error.
Rider and ReSharper can be configured to treat an un-used return value as an error.
Add the following to the `.editorconfig` file:

```
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Linux_Rider_Cli_Xunit_None.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ File | Settings | Manage Layers | This computer | Edit Layer | Build, Execution,
## Treat "return value of pure method is not used" as error

Verify uses the [PureAttribute](https://learn.microsoft.com/en-us/dotnet/api/system.diagnostics.contracts.pureattribute) to mark methods where the result of the method is expected to be used. For example awaiting the call to `Verify()`.<!-- include: pure. path: /docs/mdsource/pure.include.md -->
Rider and ReSharper can be configured to treat the return value of these methods as an error.
Rider and ReSharper can be configured to treat an un-used return value as an error.
Add the following to the `.editorconfig` file:

```
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Linux_Rider_Gui_Expecto_AppVeyor.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ File | Settings | Manage Layers | This computer | Edit Layer | Build, Execution,
## Treat "return value of pure method is not used" as error

Verify uses the [PureAttribute](https://learn.microsoft.com/en-us/dotnet/api/system.diagnostics.contracts.pureattribute) to mark methods where the result of the method is expected to be used. For example awaiting the call to `Verify()`.<!-- include: pure. path: /docs/mdsource/pure.include.md -->
Rider and ReSharper can be configured to treat the return value of these methods as an error.
Rider and ReSharper can be configured to treat an un-used return value as an error.
Add the following to the `.editorconfig` file:

```
Expand Down
Loading

0 comments on commit 3b10ac2

Please sign in to comment.