Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Lab6 #7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Uh oh!
There was an error while loading. Please reload this page.
Lab6 #7
Changes from all commits
4f1a6825950a8c7b4d3a3557ae5138561a1da8ee6a8287c29d8ce94383e3a4bFile filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
There are no files selected for viewing
Check warning on line 9 in EchoTcpServer/Program.cs
Declare types in namespaces
Check warning on line 9 in EchoTcpServer/Program.cs
Move 'ITcpListenerWrapper' into a named namespace.
Check warning on line 16 in EchoTcpServer/Program.cs
Move 'ITcpClientWrapper' into a named namespace.
Check warning on line 16 in EchoTcpServer/Program.cs
Declare types in namespaces
Check warning on line 22 in EchoTcpServer/Program.cs
Move 'TcpListenerWrapper' into a named namespace.
Check warning on line 22 in EchoTcpServer/Program.cs
Declare types in namespaces
Check warning on line 31 in EchoTcpServer/Program.cs
Move 'TcpClientWrapper' into a named namespace.
Check warning on line 31 in EchoTcpServer/Program.cs
Declare types in namespaces
Check warning on line 31 in EchoTcpServer/Program.cs
Fix this implementation of 'IDisposable' to conform to the dispose pattern.
Check warning on line 37 in EchoTcpServer/Program.cs
Change TcpClientWrapper.Dispose() to call GC.SuppressFinalize(object). This will prevent derived types that introduce a finalizer from needing to re-implement 'IDisposable' to call it.
Check warning on line 73 in EchoTcpServer/Program.cs
Member 'HandleClientAsync' does not access instance data and can be marked as static
Check warning on line 73 in EchoTcpServer/Program.cs
Make 'HandleClientAsync' a static method.
Check warning on line 112 in EchoTcpServer/Program.cs
Add a 'protected' constructor or the 'static' keyword to the class declaration.
Check warning on line 112 in EchoTcpServer/Program.cs
Move 'Program' into a named namespace.
Check warning on line 112 in EchoTcpServer/Program.cs
Declare types in namespaces
Check warning on line 133 in EchoTcpServer/Program.cs
Either remove or fill this block of code.
Check warning on line 10 in NetSdrClientApp/Messages/NetSdrMessageHelper.cs
Check warning on line 111 in NetSdrClientApp/Messages/NetSdrMessageHelper.cs
Check warning on line 116 in NetSdrClientApp/Messages/NetSdrMessageHelper.cs
Uh oh!
There was an error while loading. Please reload this page.