933 B
933 B
Type of issue
- Bug
- New feature
- Enhancement
Description
...
Steps to reproduce
- [First step]
- [Second step]
- [and so on...]
Expected behavior
...
Current behavior <!-- The actual behavior observed --
...
Known workarounds
...
Possible solution
...
Context and Environment
- Operating System: ...
- GitHub branch: ...
- .NET Runtime: ...
Code to reproduce the bug
using Xunit;
public class MyTest
{
[Fact]
public void TestToReproduceIssue()
{
// Arrange
...
// Act
...
// Assert
...
}
}