Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
sbomer committed Feb 18, 2021
1 parent 3938949 commit 66c0324
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/linker/Linker.Steps/IMarkHandler.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.

namespace Mono.Linker.Steps
{

Expand Down
4 changes: 4 additions & 0 deletions src/linker/Linker.Steps/MarkStepContext.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.

using System;
using System.Collections.Generic;
using Mono.Cecil;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ namespace Mono.Linker.Tests.Cases.Extensibility
#if !NETCOREAPP
[IgnoreTestCase ("Specific to the illink build")]
#endif
[SetupCompileBefore ("MyMarkHandlerDispatcher.dll", new[] { "Dependencies/MyMarkAssemblyDispatcher.cs", "Dependencies/CustomSubStep.cs" }, new[] { "illink.dll", "Mono.Cecil.dll", "netstandard.dll" })]
[SetupLinkerArgument ("--custom-step", "MyMarkHandlerDispatcher,MyMarkAssemblyDispatcher.dll")]
[SetupCompileBefore ("MyMarkHandlerDispatcher.dll", new[] { "Dependencies/MyMarkHandlerDispatcher.cs", "Dependencies/CustomSubStep.cs" }, new[] { "illink.dll", "Mono.Cecil.dll", "netstandard.dll" })]
[SetupLinkerArgument ("--custom-step", "MyMarkHandlerDispatcher,MyMarkHandlerDispatcher.dll")]
public class MarkHandlerDispatcherUsage
{
public static void Main ()
Expand Down

0 comments on commit 66c0324

Please sign in to comment.