Skip to content

Commit

Permalink
Disable Code sample for now
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkatz6 committed Jan 8, 2024
1 parent 45077c4 commit a05a8da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/XamlPlayground/ViewModels/MainViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,8 @@ private ObservableCollection<SampleViewModel> GetSamples(string sampleExtension)
var assembly = typeof(MainViewModel).Assembly;
var resourceNames = assembly.GetManifestResourceNames();

samples.Add(new SampleViewModel("Code", Templates.s_xaml, Templates.s_code, Open, AutoRun));
// .NET 8 doesn't ship "dlls" with bundled app anymore, disabled for now
// samples.Add(new SampleViewModel("Code", Templates.s_xaml, Templates.s_code, Open, AutoRun));

foreach (var resourceName in resourceNames)
{
Expand Down

0 comments on commit a05a8da

Please sign in to comment.