You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
Following the documentation, went to fresh clone, scripts, build directory and ran docker-compose up
Get the error:
ERROR: In file '.\docker-compose.yml', service must be a mapping, not a NoneType
...
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
...
}
}
The text was updated successfully, but these errors were encountered:
Type of issue
Description
Following the documentation, went to fresh clone, scripts, build directory and ran docker-compose up
Get the error:
ERROR: In file '.\docker-compose.yml', service must be a mapping, not a NoneType
...
Steps to reproduce
Expected behavior
...
Current behavior <!-- The actual behavior observed --
...
Known workarounds
...
Possible solution
...
Context and Environment
Code to reproduce the bug
The text was updated successfully, but these errors were encountered: