Skip to content

Commit

Permalink
Remove references to test apis/packages
Browse files Browse the repository at this point in the history
  • Loading branch information
dotMorten committed Feb 18, 2024
1 parent 5936969 commit ef600ea
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 101 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@

![image](https://github.com/dotMorten/WinUIEx/raw/main/src/logo.png)

A set of extension methods and classes to fill some gaps in WinUI 3, mostly around windowing and unit testing.
A set of extension methods and classes to fill some gaps in WinUI 3, mostly around windowing, authentication and helpers to simplify code.

### NuGet Packages:
### NuGet Package:
- [WinUIEX](https://www.nuget.org/packages/WinUIEx/)
- [WinUIEX.TestTools](https://www.nuget.org/packages/WinUIEx.TestTools/)
- [WinUIEX.TestTools.MSTest](https://www.nuget.org/packages/WinUIEx.TestTools.MSTest/)

### Features

Expand Down
2 changes: 1 addition & 1 deletion docs/BuildDoc.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ IF NOT EXIST "..\.tools\nuget.exe" (
REM Generate OMD
dotnet tool install --tool-path %~dp0../.tools/omd dotMorten.OmdGenerator --version 1.4.0
mkdir %~dp0../artifacts/docs/api
%~dp0..\.tools\omd\generateomd /source=%~dp0../src/WinUIEx/.;%~dp0../src/TestTools/WinUIEx.TestTools/.;%~dp0../src/TestTools/WinUIEx.TestTools.MSTest/. /output=%~dp0../artifacts/docs/api/omd.html
%~dp0..\.tools\omd\generateomd /source=%~dp0../src/WinUIEx/. /output=%~dp0../artifacts/docs/api/omd.html

%~dp0..\.tools\nuget install memberpage -Version 2.58.0 -OutputDirectory %~dp0
REM Build the output site (HTML) from the generated metadata and input files (uses configuration in docfx.json in this folder)
Expand Down
4 changes: 1 addition & 3 deletions docs/api/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
# WinUIEx

### NuGet Packages:
### NuGet Package:
- [WinUIEX](https://www.nuget.org/packages/WinUIEx/)
- [WinUIEX.TestTools](https://www.nuget.org/packages/WinUIEx.TestTools/)
- [WinUIEX.TestTools.MSTest](https://www.nuget.org/packages/WinUIEx.TestTools.MSTest/)

### Object Model Diagram
Click below to see the full object model diagram:
Expand Down
85 changes: 0 additions & 85 deletions docs/concepts/UITests.md

This file was deleted.

2 changes: 0 additions & 2 deletions docs/concepts/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
href: WebAuthenticator.md
- name: Custom Backdrops
href: CustomBackdrops.md
- name: UI Testing
href: UITests.md
- name: Object Model Diagram
href: ../api/omd.html
- name: Using with .NET MAUI
Expand Down
2 changes: 0 additions & 2 deletions docs/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
{
"files": [
"WinUIEx/WinUIEx.csproj",
"TestTools/WinUIEx.TestTools/WinUIEx.TestTools.csproj",
"TestTools/WinUIEx.TestTools.MSTest/WinUIEx.TestTools.MSTest.csproj"
],
"src" : "../src/"
},
Expand Down
5 changes: 1 addition & 4 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,16 @@

A set of extension methods and classes to fill some gaps in WinUI 3, mostly around windowing and unit testing.

### NuGet Packages:
### NuGet Package:

- [WinUIEX](https://www.nuget.org/packages/WinUIEx/)
- [WinUIEX.TestTools](https://www.nuget.org/packages/WinUIEx.TestTools/)
- [WinUIEX.TestTools.MSTest](https://www.nuget.org/packages/WinUIEx.TestTools.MSTest/)

### Features

- [Window Extension methods](concepts/WindowExtensions.md)
- [HWND Window Handle Extensions methods](concepts/HwndExtensions.md)
- [Extended `WindowEx` Window class](concepts/WindowEx.md)
- [Window Manager](concepts/WindowManager.md)
- [UI Test Tooling for easy UI Testing](concepts/UITests.md)
- [Splash screen](concepts/Splashscreen.md)
- [OAuth Web Authenticator](concepts/WebAuthenticator.md)
- [Custom Backdrops](concepts/CustomBackdrops.md)
Expand Down

0 comments on commit ef600ea

Please sign in to comment.