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

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

36 changes: 0 additions & 36 deletions src/modules/cmdpal/Microsoft.CmdPal.Common/Helpers/Json.cs

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

namespace Microsoft.CmdPal.Common.Helpers;

public static class NativeEventWaiter
public static partial class NativeEventWaiter
{
public static void WaitForEventLoop(string eventName, Action callback)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

namespace Microsoft.CmdPal.Common.Helpers;

public static class RuntimeHelper
public static partial class RuntimeHelper
{
public static bool IsMSIX
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

namespace Microsoft.CmdPal.Common.Messages;

public record HideWindowMessage()
public partial record HideWindowMessage()
{
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="..\..\..\Common.Dotnet.CsWinRT.props" />
<Import Project="..\..\..\Common.Dotnet.AotCompatibility.props" />
<PropertyGroup>
<RootNamespace>Microsoft.CmdPal.Common</RootNamespace>
<Nullable>enable</Nullable>
Expand Down

This file was deleted.

9 changes: 0 additions & 9 deletions src/modules/cmdpal/Microsoft.CmdPal.Common/NativeMethods.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,7 @@
EnableWindow
CoCreateInstance
FileOpenDialog
FileSaveDialog
IFileOpenDialog
IFileSaveDialog
SHCreateItemFromParsingName
GetCurrentPackageFullName
SetWindowLong
GetWindowLong
WINDOW_EX_STYLE
SHLoadIndirectString
StrFormatByteSizeEx
SFBS_FLAGS
MAX_PATH
GetDpiForWindow
Expand Down
48 changes: 0 additions & 48 deletions src/modules/cmdpal/Microsoft.CmdPal.Common/Services/FileService.cs

This file was deleted.

18 changes: 0 additions & 18 deletions src/modules/cmdpal/Microsoft.CmdPal.Common/Services/IApp.cs

This file was deleted.

Loading
Loading