ILRepack.MSBuild.Task | MSBuild task for ILRepack | DevOps library

 by   peters C# Version: Current License: Non-SPDX

kandi X-RAY | ILRepack.MSBuild.Task Summary

kandi X-RAY | ILRepack.MSBuild.Task Summary

ILRepack.MSBuild.Task is a C# library typically used in Devops applications. ILRepack.MSBuild.Task has no bugs, it has no vulnerabilities and it has low support. However ILRepack.MSBuild.Task has a Non-SPDX License. You can download it from GitHub.

MSBuild task for [ILRepack] which is an open-source alternative to ILMerge.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              ILRepack.MSBuild.Task has a low active ecosystem.
              It has 77 star(s) with 27 fork(s). There are 7 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              There are 9 open issues and 25 have been closed. On average issues are closed in 375 days. There are 3 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of ILRepack.MSBuild.Task is current.

            kandi-Quality Quality

              ILRepack.MSBuild.Task has 0 bugs and 0 code smells.

            kandi-Security Security

              ILRepack.MSBuild.Task has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              ILRepack.MSBuild.Task code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              ILRepack.MSBuild.Task has a Non-SPDX License.
              Non-SPDX licenses can be open source with a non SPDX compliant license, or non open source licenses, and you need to review them closely before use.

            kandi-Reuse Reuse

              ILRepack.MSBuild.Task releases are not available. You will need to build from source code and install.
              Installation instructions, examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of ILRepack.MSBuild.Task
            Get all kandi verified functions for this library.

            ILRepack.MSBuild.Task Key Features

            No Key Features are available at this moment for ILRepack.MSBuild.Task.

            ILRepack.MSBuild.Task Examples and Code Snippets

            No Code Snippets are available at this moment for ILRepack.MSBuild.Task.

            Community Discussions

            QUESTION

            MSBuild - one Package Reference interferes with loading a separate Task
            Asked 2021-Jan-05 at 03:21

            Using MSBuild, the following builds and works fine:

            ...

            ANSWER

            Answered 2021-Jan-05 at 03:21

            The issue is caused by these two msbuild task nuget packages accidentally.

            And since you have installed the ILRepack.MSBuild.Task nuget package at the end. And the PackageReference node of ILRepack.MSBuild.Task is akways at the end. So $(TaskAssembly) is always loads from ILRepack.MSBuild.Task nuget package and the value from publicise.msbuild.task is being covered. And the issue The "Publicise" task could not be loaded from the assembly ILRepack.MSBuild.Task.dll makes sense.

            C:\Users\xxx\.nuget\packages\publicise.msbuild.task\1.3.0\build\Publicise.MSBuild.Task.props

            C:\Users\xxx\.nuget\packages\ilrepack.msbuild.task\2.0.13\build\ILRepack.MSBuild.Task.props

            Also, when you project loads the nuget package, you can check under C:\xxx\source\repos\xxx(project_name)\xxx(project_name)\obj\xxx.csproj.nuget.g.props:

            Loading the ILRepack.MSBuild.Task.props is always at the end and $(TaskAssembly) is always from ilrepack.msbuild.task due to being overwritten by the later installed package.

            The error Publicise task(should be from publicise.msbuild.task) from ilrepack.msbuild.task could be understood.

            Solution

            So you should make publicise.msbuild.task at the end.

            Solution 1)

            open C:\xxx\source\repos\xxx(project_name)\xxx(project_name)\obj\xxx.csproj.nuget.g.props file,

            modify like this:

            Source https://stackoverflow.com/questions/65553940

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install ILRepack.MSBuild.Task

            .net core 2.2.101 sdk must be installed. Checkout git submodules: git submodule update --init --recursive.
            Visual Studio 15.9
            .net core 2.2.101 sdk must be installed
            Checkout git submodules: git submodule update --init --recursive

            Support

            NB! OutputType EXE on .NET Core assemblies is not supported.
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/peters/ILRepack.MSBuild.Task.git

          • CLI

            gh repo clone peters/ILRepack.MSBuild.Task

          • sshUrl

            git@github.com:peters/ILRepack.MSBuild.Task.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link

            Explore Related Topics

            Consider Popular DevOps Libraries

            ansible

            by ansible

            devops-exercises

            by bregman-arie

            core

            by dotnet

            semantic-release

            by semantic-release

            Carthage

            by Carthage

            Try Top Libraries by peters

            manifestparser

            by petersJavaScript

            xps2img

            by petersPowerShell