File tree Expand file tree Collapse file tree 6 files changed +8
-2
lines changed Expand file tree Collapse file tree 6 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 6
6
7
7
<!-- Rns suffix is required for namespaces shared across projects. See https://github.com/CommunityToolkit/Labs-Windows/issues/152 -->
8
8
<RootNamespace >CommunityToolkit.WinUI.Controls.DataTableRns</RootNamespace >
9
+ <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
9
10
</PropertyGroup >
10
11
11
12
<!-- Sets this up as a toolkit component's source project -->
Original file line number Diff line number Diff line change 7
7
<!-- Rns suffix is required for namespaces shared across projects. See https://github.com/CommunityToolkit/Labs-Windows/issues/152 -->
8
8
<RootNamespace >CommunityToolkit.WinUI.Controls.MarkdownTextBlockRns</RootNamespace >
9
9
<ImplicitUsings >enable</ImplicitUsings >
10
+ <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
10
11
</PropertyGroup >
11
12
12
13
<!-- Sets this up as a toolkit component's source project -->
Original file line number Diff line number Diff line change 7
7
8
8
<!-- Rns suffix is required for namespaces shared across projects. See https://github.com/CommunityToolkit/Labs-Windows/issues/152 -->
9
9
<RootNamespace >CommunityToolkit.WinUI.Controls.RibbonRns</RootNamespace >
10
+ <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
10
11
</PropertyGroup >
11
12
12
13
<!-- Sets this up as a toolkit component's source project -->
13
14
<Import Project =" $(ToolingDirectory)\ToolkitComponent.SourceProject.props" />
14
- <ItemGroup >
15
- <UpToDateCheckInput Remove =" RibbonStyle.xaml" />
15
+ <ItemGroup >
16
+ <UpToDateCheckInput Remove =" RibbonStyle.xaml" />
16
17
</ItemGroup >
17
18
</Project >
Original file line number Diff line number Diff line change 6
6
7
7
<!-- Rns suffix is required for namespaces shared across projects. See https://github.com/CommunityToolkit/Labs-Windows/issues/152 -->
8
8
<RootNamespace >CommunityToolkit.Labs.WinUI.RivePlayerRns</RootNamespace >
9
+ <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
9
10
</PropertyGroup >
10
11
11
12
<!-- Sets this up as a toolkit component's source project -->
Original file line number Diff line number Diff line change 6
6
7
7
<!-- Rns suffix is required for namespaces shared across projects. See https://github.com/CommunityToolkit/Labs-Windows/issues/152 -->
8
8
<RootNamespace >CommunityToolkit.Labs.WinUI.TokenViewRns</RootNamespace >
9
+ <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
9
10
</PropertyGroup >
10
11
11
12
<!-- Sets this up as a toolkit component's source project -->
Original file line number Diff line number Diff line change 10
10
<!-- TODO: Putting here as seems to get flagged on different partials, need to deal with TokenSource being disposible -->
11
11
<!-- See: https://github.com/CommunityToolkit/Labs-Windows/issues/407 -->
12
12
<NoWarn >$(NoWarn);CA1001</NoWarn >
13
+ <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
13
14
</PropertyGroup >
14
15
15
16
<!-- Sets this up as a toolkit component's source project -->
You can’t perform that action at this time.
0 commit comments