Giter VIP home page Giter VIP logo

docfx-action's Introduction

NUnit 4 Framework

Follow NUnit Slack NUnit issues marked with "help wanted" label NUnit issues marked with "good first issue" label

NUnit is a unit-testing framework for all .NET languages. It can run on macOS, Linux and Windows operating systems. NUnit can be used for a wide range of testing, from unit testing with TDD to full fledged system and integration testing. It is a non-opinionated, broad and deep framework with multiple different ways to assert that your code behaves as expected. Many aspects of NUnit can be extended to suit your specific purposes.

The latest version, version 4, is an upgrade from the groundbreaking NUnit 3 framework. It is a modernized version, aimed at taking advantage of the latest .NET features and C# language constructs.

If you are upgrading from NUnit 3, be aware of the breaking changes. Please see the NUnit 4 Migration Guide and take care to prepare your NUnit 3 code before you do the upgrade.

Table of Contents

Downloads

The latest stable release of the NUnit Framework is available on NuGet or can be downloaded from GitHub. Pre-release builds are available on MyGet.

Documentation

Documentation for all NUnit projects can be found at the documentation site.

Contributing

For more information on contributing to the NUnit project, please see CONTRIBUTING.md and the Developer Docs.

NUnit 3.0 was created by Charlie Poole, Rob Prouse, Simone Busoli, Neil Colvin and numerous community contributors. A complete list of contributors since NUnit migrated to GitHub can be found on GitHub.

Earlier versions of NUnit were developed by Charlie Poole, James W. Newkirk, Alexei A. Vorontsov, Michael C. Two and Philip A. Craig.

License

NUnit is Open Source software and NUnit 4 is released under the MIT license. Earlier releases used the NUnit license. Both of these licenses allow the use of NUnit in free and commercial applications and libraries without restrictions.

NUnit Projects

NUnit is made up of several projects. When reporting issues, please try to report issues in the correct project.

Core Projects

  • NUnit Test Framework - The test framework used to write NUnit tests (this repository)
  • NUnit Visual Studio Adapter - Visual Studio/Dotnet adapter for running NUnit 3 and 4 tests in Visual Studio or the dotnet command line.
  • NUnit Console and Engine - Runs unit tests from the command line and provides the engine that is used by other test runners to run NUnit tests.

Visual Studio Extensions

NUnit Engine Extensions

docfx-action's People

Contributors

aptiviceo avatar arhell avatar nikeee avatar renovate[bot] avatar seankilleen avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

docfx-action's Issues

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

dockerfile
Dockerfile
  • mcr.microsoft.com/dotnet/sdk 8.0-jammy
github-actions
.github/workflows/docker-publish.yml
  • actions/checkout v2
  • docker/setup-buildx-action 79abd3f86f79a9d68a23c75a09a9a85889262adf
  • docker/login-action 3d58c274f17dffee475a5520cbe67f0a882c4dbb
  • docker/metadata-action 98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
  • docker/build-push-action 4976231911ebf5f32aad765192d35f942aa48cb8

  • Check this box to trigger a request for Renovate to run again on this repository

Add Dependabot / Snyk

Ensure everything is kept up to date and none of the latest containers have issues.

Multi-builds so we can target .net 6/7/8 simultaneously

We currently pull from .net 7, which was updated from 6. We could probably do this and then add an additional label.

However, I'm not sure how the versioning works with that. I know how to build the container and the labels, but when we release the GitHub action, I guess we'd have to have a default version and then I'd need to see how to look into passing an argument that would work with the action. All doable I think, I just haven't done it before yet.

Move to GitHub packages

Docker recently removed the ability to do auto-builds on releases and pushes to main, even for public projects, unless you have purchased the premium plan.

GitHub Packages has a container registry that conforms to the same specs and will allow us to build a CI/CD workflow that lives within GitHub (example: https://github.com/actions/starter-workflows/blob/dcecd1b59b15c52419f58049a71335d413902152/ci/docker-publish.yml). This also removes any risk to the governance of the nunitdocs username there.

So, I intend to move this to GitHub packages, and to sunsetting the presence on DockerHub.

Rebuild dockerfile to be based on .NET Core for v2.60.x

I just saw in the releases page that as of https://github.com/dotnet/docfx/releases/tag/v2.60.0-preview.1, docfx will be built on top of .NET Core. I'm thinking that's actually great, because we should be able to greatly simplify our process since we no longer need mono.

Indeed, this repo can possibly even go away, and repos can use an action of building with .NET Core.

We'll probably keep this updated for a bit for backward compatibility, but wanted to put this here so I could work on it.

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.