Denis oreshnikov#35
Merged
Merged
Conversation
jskonst
requested changes
Nov 28, 2019
| - name: Setup .NET Core | ||
| uses: actions/setup-dotnet@v1 | ||
| with: | ||
| dotnet-version: 2.1.802 |
Collaborator
There was a problem hiding this comment.
Или в остальной части проекта указываете dotnet 2.1 или вот тут меняете на 3 (только версию надо на сайте посмотреть)
jskonst
requested changes
Nov 28, 2019
| <TargetFramework>netcoreapp2.1</TargetFramework> | ||
| <TreatWarningsAsErrors>True</TreatWarningsAsErrors> | ||
| <TargetFramework>netcoreapp3.0</TargetFramework> | ||
| <TreatWarningsAsErrors>False</TreatWarningsAsErrors> |
jskonst
requested changes
Nov 28, 2019
|
|
||
| [Fact] | ||
| public void TestNormalB( | ||
| double a, |
Collaborator
There was a problem hiding this comment.
не не, сам оп себе тест ничего не принимает
| [Fact] | ||
| public void TestNormalA() | ||
| { | ||
| Var res = (Math.Pow(a + b), exp)/(1+Math.Log10(a + b * x)); |
Collaborator
There was a problem hiding this comment.
Во превых синтаксис не верный, а во вторых надо вызывать функцию из основной программы
| <TargetFramework>netcoreapp2.1</TargetFramework> | ||
| <TreatWarningsAsErrors>True</TreatWarningsAsErrors> | ||
| <TargetFramework>netcoreapp3.0</TargetFramework> | ||
| <TreatWarningsAsErrors>False</TreatWarningsAsErrors> |
| Console.WriteLine($"x={xB[i]} y={taskB[i]}"); | ||
| } | ||
|
|
||
| /* var item = new Platypus(); |
Collaborator
There was a problem hiding this comment.
Закомментированный код удаляйте
| # Tprogramming_147_2019 | ||
| �.�.�: ��������� ����� ������������ No newline at end of file | ||
| <<<<<<< HEAD | ||
| �.�.�: ��������� ����� ������������ |
Collaborator
There was a problem hiding this comment.
Что за каракули и почему залили с merge конфликтом?
jskonst
requested changes
Dec 12, 2019
| <TargetFramework>netcoreapp2.1</TargetFramework> | ||
| <TreatWarningsAsErrors>True</TreatWarningsAsErrors> | ||
| <TargetFramework>netcoreapp3.0</TargetFramework> | ||
| <TreatWarningsAsErrors>true</TreatWarningsAsErrors> |
| # Tprogramming_147_2019 | ||
| �.�.�: ��������� ����� ������������ No newline at end of file | ||
| <<<<<<< HEAD | ||
| �.�.�: ��������� ����� ������������ |
| # Tprogramming_147_2019 | ||
| �.�.�: ��������� ����� ������������ No newline at end of file | ||
| <<<<<<< HEAD | ||
| �.�.�: ��������� ����� ������������ |
jskonst
approved these changes
Dec 17, 2019
| вписывать рандомные или определенные | ||
| что проверять в тесте | ||
| схожа ли эта лаба с первой | ||
| как сделать указаное в ISUCT задание |
Collaborator
There was a problem hiding this comment.
не - все проще - можно добавить транспортное средство, или водное транспортное средство, куда помжн перенести логику
jskonst
approved these changes
Dec 26, 2019
| { | ||
| if (value < 1 || value > 260) | ||
| { | ||
| throw new System.Exception($"Long mast be more then 0 and mast be smoler then 260"); |
Collaborator
There was a problem hiding this comment.
English typography errors
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.