Skip to content

Commit

Permalink
cleanup, remove unneeded concepts
Browse files Browse the repository at this point in the history
  • Loading branch information
jonsequitur committed Mar 26, 2024
1 parent 322773e commit a2df804
Show file tree
Hide file tree
Showing 84 changed files with 1,221 additions and 5,320 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using System.Collections.Immutable;
using System.Linq;
using Microsoft.CodeAnalysis.Text;
using Microsoft.DotNet.Interactive.CSharpProject.Utility;
using Microsoft.DotNet.Interactive.Tests.Utility;
using Xunit;

namespace Microsoft.DotNet.Interactive.CSharpProject.Tests;
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,12 @@
using Microsoft.DotNet.Interactive.Commands;
using Microsoft.DotNet.Interactive.CSharpProject.Commands;
using Microsoft.DotNet.Interactive.CSharpProject.Events;
using Microsoft.DotNet.Interactive.CSharpProject.Packaging;
using Microsoft.DotNet.Interactive.Events;
using Microsoft.DotNet.Interactive.Tests.Utility;
using Pocket;
using Pocket.For.Xunit;
using Xunit;
using Xunit.Abstractions;
using static Pocket.Logger;

namespace Microsoft.DotNet.Interactive.CSharpProject.Tests;

Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit a2df804

Please sign in to comment.