-
-
Notifications
You must be signed in to change notification settings - Fork 0
Limit polyfill to only lock type #86
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 all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -16,6 +16,13 @@ | |||||||||||||||||||||||||
| <IsPackable>false</IsPackable> | ||||||||||||||||||||||||||
| </PropertyGroup> | ||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||
| <PropertyGroup Label="Enabled Polyfills"> | ||||||||||||||||||||||||||
| <!--https://github.com/meziantou/Meziantou.Polyfill?tab=readme-ov-file#supported-polyfills--> | ||||||||||||||||||||||||||
| <Polyfill></Polyfill> | ||||||||||||||||||||||||||
| <Polyfill>$(Polyfill)|T:System.Threading.Lock</Polyfill> | ||||||||||||||||||||||||||
| <MeziantouPolyfill_IncludedPolyfills>$(Polyfill)</MeziantouPolyfill_IncludedPolyfills> | ||||||||||||||||||||||||||
| </PropertyGroup> | ||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||
| <PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'"> | ||||||||||||||||||||||||||
|
Comment on lines
+21
to
26
|
||||||||||||||||||||||||||
| <Polyfill></Polyfill> | |
| <Polyfill>$(Polyfill)|T:System.Threading.Lock</Polyfill> | |
| <MeziantouPolyfill_IncludedPolyfills>$(Polyfill)</MeziantouPolyfill_IncludedPolyfills> | |
| </PropertyGroup> | |
| <PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'"> | |
| <MeziantouPolyfill_IncludedPolyfills>T:System.Threading.Lock</MeziantouPolyfill_IncludedPolyfills> | |
| </PropertyGroup> | |
| <PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'"> | |
| <PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
XML comment formatting: add a space after
<!--for readability/consistency (e.g.,<!-- https://... -->).