mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 03:37:59 +01:00
Update expect.txt keywords and csproj package references
Updated `expect.txt` to modify or replace specific keywords for consistency. Added `System.CodeDom` and `System.Diagnostics. EventLog` package references to `PowerDisplay.Lib.UnitTests.csproj` with `ExcludeAssets` set to `runtime` to prevent conflicts with .NET SDK-provided DLLs.
This commit is contained in:
8
.github/actions/spell-check/expect.txt
vendored
8
.github/actions/spell-check/expect.txt
vendored
@@ -225,7 +225,6 @@ CLASSNOTAVAILABLE
|
||||
clickable
|
||||
clickonce
|
||||
CLIENTEDGE
|
||||
Clientedge
|
||||
clientid
|
||||
clientside
|
||||
CLIPBOARDUPDATE
|
||||
@@ -253,7 +252,6 @@ Codespaces
|
||||
Coen
|
||||
cognitiveservices
|
||||
COINIT
|
||||
Coinit
|
||||
colid
|
||||
colorconv
|
||||
colorformat
|
||||
@@ -408,7 +406,6 @@ DISABLENOSCROLL
|
||||
diskmgmt
|
||||
DISPLAYCHANGE
|
||||
DISPLAYCONFIG
|
||||
Displayconfig
|
||||
DISPLAYFLAGS
|
||||
DISPLAYFREQUENCY
|
||||
displayname
|
||||
@@ -419,7 +416,6 @@ divyan
|
||||
Dlg
|
||||
DLGFRAME
|
||||
DLGMODALFRAME
|
||||
Dlgmodalframe
|
||||
dlib
|
||||
dllhost
|
||||
dllmain
|
||||
@@ -500,7 +496,6 @@ ENTRYW
|
||||
ENU
|
||||
environmentvariables
|
||||
EOAC
|
||||
Eoac
|
||||
EPO
|
||||
epu
|
||||
EProvider
|
||||
@@ -1913,7 +1908,6 @@ UOffset
|
||||
UOI
|
||||
UPDATENOW
|
||||
UPDATEREGISTRY
|
||||
Updateregistry
|
||||
updown
|
||||
UPGRADINGPRODUCTCODE
|
||||
upscaling
|
||||
@@ -2031,7 +2025,6 @@ winappsdk
|
||||
windir
|
||||
WINDOWCREATED
|
||||
WINDOWEDGE
|
||||
Windowedge
|
||||
WINDOWINFO
|
||||
WINDOWNAME
|
||||
WINDOWPLACEMENT
|
||||
@@ -2056,7 +2049,6 @@ winlogon
|
||||
winmd
|
||||
winml
|
||||
WINNT
|
||||
Winnt
|
||||
winres
|
||||
winrt
|
||||
winsdk
|
||||
|
||||
@@ -17,6 +17,16 @@
|
||||
<ItemGroup>
|
||||
<PackageReference Include="MSTest" />
|
||||
<PackageReference Include="Moq" />
|
||||
<PackageReference Include="System.CodeDom">
|
||||
<!-- This package is a transitive dependency, but we need to set it here so we can exclude the assets,
|
||||
so it doesn't conflict with the dll coming from .NET SDK. -->
|
||||
<ExcludeAssets>runtime</ExcludeAssets>
|
||||
</PackageReference>
|
||||
<PackageReference Include="System.Diagnostics.EventLog">
|
||||
<!-- This package is a transitive dependency, but we need to set it here so we can exclude the assets,
|
||||
so it doesn't conflict with the dll coming from .NET SDK. -->
|
||||
<ExcludeAssets>runtime</ExcludeAssets>
|
||||
</PackageReference>
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
||||
Reference in New Issue
Block a user