-
Notifications
You must be signed in to change notification settings - Fork 8.3k
[cmdpal][aot] Remove some unused file in CmdPal.Common and mark it as AOT compatible. #39110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 6 commits
b62f3da
a4fe6ba
325df79
7cc17ca
2095ab1
f25f5c8
d9743f7
72071cb
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| // Copyright (c) Microsoft Corporation | ||
| // The Microsoft Corporation licenses this file to you under the MIT license. | ||
| // See the LICENSE file in the project root for more information. | ||
|
|
||
| using System.Text.Json.Serialization; | ||
|
|
||
| namespace Microsoft.CmdPal.Common.JsonSerilizerContext; | ||
Check failureCode scanning / check-spelling Unrecognized Spelling
[Serilizer](#security-tab) is not a recognized word. \(unrecognized-spelling\)
|
||
|
|
||
| [JsonSerializable(typeof(float))] | ||
| [JsonSerializable(typeof(int))] | ||
| [JsonSerializable(typeof(string))] | ||
| [JsonSerializable(typeof(bool))] | ||
| [JsonSourceGenerationOptions(UseStringEnumConverter = true, WriteIndented = true, IncludeFields = true, PropertyNameCaseInsensitive = true, AllowTrailingCommas = true)] | ||
| internal sealed partial class CommonSerializationContext : JsonSerializerContext | ||
| { | ||
| } | ||
This file was deleted.
This file was deleted.
Check failure
Code scanning / check-spelling
Check File Path