Code Monkey home page Code Monkey logo

stryker-playground's People

Contributors

rachied avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

stryker-playground's Issues

Share Playground templates/snippets through fragment part of URL

Missing semicolon not reflected in editor decorations

The playground does not properly underline missing semicolon errors.

Reproduceable by removing a random semicolon from the default template.
Compilation appears in the terminal, but no visual indicator in the editor.

Compiling..
Compilation failed with 1 errors and 0 warnings
Tests.cs(10,43): error CS1002: ; expected

Mutation Report: Skip folder view

Currently, the mutation report shows an overview of the global stats, and you have to click on the only file in there (Program.cs) to see your results. It would be nice if the overview could be skipped in the playground

System.Linq not working when published

LINQ methods like Where() do not seem to work when the Playground is published on Github Pages.

Compiling..
Compilation failed with 1 errors and 0 warnings
(26,38): error CS1061: 'IEnumerable<Person>' does not contain a definition for 'Where' and no accessible extension method 'Where' accepting a first argument of type 'IEnumerable<Person>' could be found (are you missing a using directive or an assembly reference?)

Example: https://stryker-mutator.io/stryker-playground/?gist=6c093e492fb2e645bf9636285810c772

The System.Linq.dll assembly is loaded and passed to Roslyn, so this should in theory work.
When running the playground locally, it strangely does work: http://localhost:5000/?gist=6c093e492fb2e645bf9636285810c772

Add onboarding modal

Modal should

  • Guide the user to getting 100% mutation score on the default template
  • Explain the imports and libraries available, how to define NUnit test cases

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.