Skip to content

Denis oreshnikov#35

Merged
jskonst merged 16 commits into
ISUCT:Denis_Oreshnikovfrom
supermeatden:Denis_Oreshnikov
Dec 26, 2019
Merged

Denis oreshnikov#35
jskonst merged 16 commits into
ISUCT:Denis_Oreshnikovfrom
supermeatden:Denis_Oreshnikov

Conversation

@supermeatden
Copy link
Copy Markdown

No description provided.

Comment thread .github/workflows/dotnetcore.yml Outdated
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 2.1.802
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Или в остальной части проекта указываете dotnet 2.1 или вот тут меняете на 3 (только версию надо на сайте посмотреть)

Comment thread CourseApp.Tests/CourseApp.Tests.csproj Outdated
<TargetFramework>netcoreapp2.1</TargetFramework>
<TreatWarningsAsErrors>True</TreatWarningsAsErrors>
<TargetFramework>netcoreapp3.0</TargetFramework>
<TreatWarningsAsErrors>False</TreatWarningsAsErrors>
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Верните обратно True

Comment thread CourseApp.Tests/DemoTest.cs Outdated

[Fact]
public void TestNormalB(
double a,
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

не не, сам оп себе тест ничего не принимает

Comment thread CourseApp.Tests/DemoTest.cs Outdated
[Fact]
public void TestNormalA()
{
Var res = (Math.Pow(a + b), exp)/(1+Math.Log10(a + b * x));
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Во превых синтаксис не верный, а во вторых надо вызывать функцию из основной программы

Comment thread CourseApp/CourseApp.csproj Outdated
<TargetFramework>netcoreapp2.1</TargetFramework>
<TreatWarningsAsErrors>True</TreatWarningsAsErrors>
<TargetFramework>netcoreapp3.0</TargetFramework>
<TreatWarningsAsErrors>False</TreatWarningsAsErrors>
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

True

Comment thread CourseApp/Program.cs
Comment thread CourseApp/Program.cs Outdated
Console.WriteLine($"x={xB[i]} y={taskB[i]}");
}

/* var item = new Platypus();
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Закомментированный код удаляйте

Comment thread README.md Outdated
# Tprogramming_147_2019
�.�.�: ��������� ����� ������������ No newline at end of file
<<<<<<< HEAD
�.�.�: ��������� ����� ������������
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Что за каракули и почему залили с merge конфликтом?

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

🔧

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Почти можно заливать

Comment thread CourseApp/CourseApp.csproj Outdated
<TargetFramework>netcoreapp2.1</TargetFramework>
<TreatWarningsAsErrors>True</TreatWarningsAsErrors>
<TargetFramework>netcoreapp3.0</TargetFramework>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

True

Comment thread README.md Outdated
# Tprogramming_147_2019
�.�.�: ��������� ����� ������������ No newline at end of file
<<<<<<< HEAD
�.�.�: ��������� ����� ������������
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

🔧

Comment thread README.md Outdated
# Tprogramming_147_2019
�.�.�: ��������� ����� ������������ No newline at end of file
<<<<<<< HEAD
�.�.�: ��������� ����� ������������
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Почти можно заливать

Comment thread CourseApp/Platypus.cs Outdated
вписывать рандомные или определенные
что проверять в тесте
схожа ли эта лаба с первой
как сделать указаное в ISUCT задание
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

не - все проще - можно добавить транспортное средство, или водное транспортное средство, куда помжн перенести логику

Copy link
Copy Markdown
Collaborator

@jskonst jskonst left a comment

Choose a reason for hiding this comment

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

Не работает сборка

Comment thread CourseApp/SuperClass.cs
{
if (value < 1 || value > 260)
{
throw new System.Exception($"Long mast be more then 0 and mast be smoler then 260");
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

English typography errors

@jskonst jskonst merged commit 1e265a0 into ISUCT:Denis_Oreshnikov Dec 26, 2019
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