Skip to content

Add support for execution of tests on Linux environment - #14

Open
jagpreetstamber wants to merge 1 commit into
poulfoged:masterfrom
jagpreetstamber:master
Open

Add support for execution of tests on Linux environment#14
jagpreetstamber wants to merge 1 commit into
poulfoged:masterfrom
jagpreetstamber:master

Conversation

@jagpreetstamber

Copy link
Copy Markdown

No description provided.

@jagpreetstamber

Copy link
Copy Markdown
Author

@poulfoged Please review the PR.

public interface IConfig
{
IConfig Port(int portNumber);
IConfig LogTo(Action<string> logFunction);

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why remove the ability to log to anything?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This functionality is still there in IConfig, now as method.

<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net451;net46;netstandard2.0</TargetFrameworks>

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should be able to keep the old frameworks right?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is difficult, as some of the dependencies are not available in old framework. Only only option is to add conditional compilation for different flavors.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants