Skip to content
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

Feat/basetypes #11

Closed
wants to merge 6 commits into from
Closed

Feat/basetypes #11

wants to merge 6 commits into from

Conversation

Ture2
Copy link
Collaborator

@Ture2 Ture2 commented Nov 18, 2022

To work better with Enumeration types and DTOs I've added a class to better with and not repeat code.

@CesarD CesarD requested review from CesarD and removed request for CesarD November 18, 2022 19:01
@Ture2
Copy link
Collaborator Author

Ture2 commented Jan 9, 2023

Updated

@@ -23,6 +23,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Monaco.Template.Common.Domain\Monaco.Template.Common.Domain.csproj" />
Copy link
Collaborator

Choose a reason for hiding this comment

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

You don't need this reference because it already exists by transitivity because of Monaco.Template.Common.Infrastructure.

Suggested change
<ProjectReference Include="..\Monaco.Template.Common.Domain\Monaco.Template.Common.Domain.csproj" />

@@ -0,0 +1,30 @@
<Project Sdk="Microsoft.NET.Sdk">
Copy link
Collaborator

Choose a reason for hiding this comment

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

This file and its path have an extra space in Common. Application.Tests.
Please fix the typo.

@@ -64,6 +64,8 @@ EndProject
#if (filesSupport)
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Monaco.Template.Common.BlobStorage", "Monaco.Template.Common.BlobStorage\Monaco.Template.Common.BlobStorage.csproj", "{42E51D47-B82F-4A92-B1E5-CD8BE44DE6F0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Monaco.Template.Common. Application.Tests", "Monaco.Template.Common. Application.Tests\Monaco.Template.Common. Application.Tests.csproj", "{93ECBA58-111C-401F-AA51-45626772E14A}"
Copy link
Collaborator

Choose a reason for hiding this comment

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

Please fix the typo once the path has been corrected at file system.

Suggested change
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Monaco.Template.Common. Application.Tests", "Monaco.Template.Common. Application.Tests\Monaco.Template.Common. Application.Tests.csproj", "{93ECBA58-111C-401F-AA51-45626772E14A}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Monaco.Template.Common.Application.Tests", "Monaco.Template.Common.Application.Tests\Monaco.Template.Common.Application.Tests.csproj", "{93ECBA58-111C-401F-AA51-45626772E14A}"

using Monaco.Template.Common.Application.DTOs.Extensions;
using Monaco.Template.Common.Domain.Model;

namespace Monaco.Template.Common._Application.Tests;
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
namespace Monaco.Template.Common._Application.Tests;
namespace Monaco.Template.Common.Application.Tests;


<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<RootNamespace>Monaco.Template.Common._Application.Tests</RootNamespace>
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
<RootNamespace>Monaco.Template.Common._Application.Tests</RootNamespace>

@Ture2 Ture2 closed this Feb 5, 2024
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