Giter VIP home page Giter VIP logo

suppress's People

Contributors

rayell avatar

Stargazers

 avatar

Watchers

 avatar  avatar

suppress's Issues

Add private NuGet reference documentation

Softlr.Suppress doesn't need to be a public dependency of package consuming it. In case when dotnet pack command is used with *.csproj files, it could be defined as private reference:

<PackageReference Include="Softlr.Suppress" Version="1.0.3">
  <PrivateAssets>all</PrivateAssets>
</PackageReference>

Add this to package documentation

Release the first version

  • Import sources
  • Set up Appveyor build
  • Set up Travis build
  • Set up SonarQube integration
  • Release nuget package

Investigate replacing Appveyor CI with GitHub actions

While Appveyor CI works fine, from time to time there are some adjustments in the build configuration needed. So perhaps the CI could be replaced by GitHub actions.

For this to work, all of the current features need to work:

  • build & run tests
  • generate NuGet packages
  • publish NuGet packages to nuget.org - only on specific branch or type of comment (i.e. specific tag)
  • integration with SonarCloud
  • automatic analysis on PRs
  • code coverage reporting

Fix the symbols package

On the last package release Symbol upload failed with this error.
The uploaded symbols package contains one or more pdbs that are not portable.

This is most probably related to this issue NuGet/NuGetGallery#7668

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.