Reinstate install VSTest #82
Annotations
15 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: darenm/Setup-VSTest@v1, fregante/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: darenm/Setup-VSTest@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build:
PrimS.Telnet.CiTests/ReadMeExampleFixture.cs#L24
Public method 'ReadMeExample' on test class 'ReadMeExampleFixture' should be marked as a Fact. Reduce the visibility of the method, or add a Fact attribute to the method. (https://xunit.net/xunit.analyzers/rules/xUnit1013)
|
build:
PrimS.Telnet.CiTests/ReadMeExampleFixture.cs#L24
Public method 'ReadMeExample' on test class 'ReadMeExampleFixture' should be marked as a Fact. Reduce the visibility of the method, or add a Fact attribute to the method. (https://xunit.net/xunit.analyzers/rules/xUnit1013)
|
build:
PrimS.Telnet.CiTests/ReadMeExampleFixture.cs#L24
Public method 'ReadMeExample' on test class 'ReadMeExampleFixture' should be marked as a Fact. Reduce the visibility of the method, or add a Fact attribute to the method. (https://xunit.net/xunit.analyzers/rules/xUnit1013)
|
build:
PrimS.Telnet.Sync/IClient.cs#L6
Missing XML comment for publicly visible type or member 'IClient'
|
build:
PrimS.Telnet.Sync/IClient.cs#L8
Missing XML comment for publicly visible type or member 'IClient.Read()'
|
build:
PrimS.Telnet.Sync/IClient.cs#L10
Missing XML comment for publicly visible type or member 'IClient.Read(TimeSpan)'
|
build:
PrimS.Telnet.Sync/IClient.cs#L12
Missing XML comment for publicly visible type or member 'IClient.TerminatedRead(Regex)'
|
build:
PrimS.Telnet.Sync/IClient.cs#L14
Missing XML comment for publicly visible type or member 'IClient.TerminatedRead(Regex, TimeSpan)'
|
build:
PrimS.Telnet.Sync/IClient.cs#L16
Missing XML comment for publicly visible type or member 'IClient.TerminatedRead(Regex, TimeSpan, int)'
|
build:
PrimS.Telnet.Sync/IClient.cs#L18
Missing XML comment for publicly visible type or member 'IClient.TerminatedRead(string)'
|
build:
PrimS.Telnet.Sync/IClient.cs#L20
Missing XML comment for publicly visible type or member 'IClient.TerminatedRead(string, TimeSpan)'
|
build:
PrimS.Telnet.Sync/IClient.cs#L22
Missing XML comment for publicly visible type or member 'IClient.TerminatedRead(string, TimeSpan, int)'
|
build:
PrimS.Telnet.Sync/IClient.cs#L24
Missing XML comment for publicly visible type or member 'IClient.TryLogin(string, string, int, string, string)'
|