Skip to content

Commit

Permalink
Merge pull request #413 from nventive/dev/keta/doc
Browse files Browse the repository at this point in the history
docs: fix typo in diagnostics.md
  • Loading branch information
kev21 authored Aug 12, 2024
2 parents 196bdde + cc21c45 commit 1e263ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Prefix your items with `(Template)` if the change is about the template and not
- Bump Uno packages to 5.2.121 to fix a crash on iOS.
- Ensure NV.Template.Mobile nuget is only deployed from the main branch.
- Updated `System.Text.Json` to resolve security vulnerabilities.
- Remove UWP references in Diagnostics.md

## 3.4.X
- Added a kill switch feature to the app.
Expand Down
4 changes: 2 additions & 2 deletions doc/Diagnostics.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ The page also allows you to manually set some configuration values.
It also has various diagnostics utilities such as the following.
- Send information via email (including log files as attachements).
- Throw exceptions from various threads (to test the error handling or crash reporting).
- Open the settings folder where the settings files can be found (UWP only).
- Open the settings folder where the settings files can be found (WinUI only).

## Http Debugger

Expand All @@ -52,7 +52,7 @@ Check the following for more details.
- [`IHttpDebuggerService`](..\src\app\ApplicationTemplate.Access\Framework\HttpDebugger\IHttpDebuggerService.cs)
- [`HttpDebuggerHandler`](..\src\app\ApplicationTemplate.Access\Framework\HttpDebugger\HttpDebuggerHandler.cs)
- [`HttpDebuggerViewModel`](..\src\app\ApplicationTemplate.Presentation\ViewModels\Diagnostics\HttpDebugger\HttpDebuggerViewModel.cs)
- [`HttpDebuggerView`](..\src\app\ApplicationTemplate.UWP\Views\Content\Diagnostics\HttpDebuggerView.xaml)
- [`HttpDebuggerView`](..\src\app\ApplicationTemplate.Shared.Views\Content\Diagnostics\HttpDebuggerView.xaml)

## Configuration Debugger

Expand Down

0 comments on commit 1e263ab

Please sign in to comment.