Skip to content

Commit

Permalink
is finished!!
Browse files Browse the repository at this point in the history
  • Loading branch information
AngeloSans committed Jul 8, 2024
1 parent c0cd2a3 commit f39daf8
Show file tree
Hide file tree
Showing 185 changed files with 5,227 additions and 47 deletions.
1 change: 0 additions & 1 deletion .vs/VSWorkspaceState.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
"ExpandedNodes": [
""
],
"SelectedNode": "\\XPhone.sln",
"PreviewInSolutionExplorer": false
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified .vs/XPhone/v17/.wsuo
Binary file not shown.
Binary file modified .vs/XPhone/v17/workspaceFileList.bin
Binary file not shown.
Binary file modified .vs/slnx.sqlite
Binary file not shown.
Binary file modified XPhone/.vs/ProjectEvaluation/xphone.metadata.v7.bin
Binary file not shown.
Binary file modified XPhone/.vs/ProjectEvaluation/xphone.projects.v7.bin
Binary file not shown.
Binary file modified XPhone/.vs/XPhone/DesignTimeBuild/.dtbcache.v2
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified XPhone/.vs/XPhone/v17/.futdcache.v2
Binary file not shown.
Binary file modified XPhone/.vs/XPhone/v17/.suo
Binary file not shown.
Binary file removed XPhone/.vs/XPhone/v17/TestStore/0/005.testlog
Binary file not shown.
Binary file added XPhone/.vs/XPhone/v17/TestStore/0/006.testlog
Binary file not shown.
Binary file modified XPhone/.vs/XPhone/v17/TestStore/0/testlog.manifest
Binary file not shown.
3 changes: 1 addition & 2 deletions XPhone/XPhone.Api/Controller/SmartPhoneController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,8 @@ public async Task<ActionResult<IEnumerable<SmartPhone>>> GetAllSmartPhones()
public async Task<IActionResult> UpdateSmartPhone(Guid id, [FromBody] UpdateSmartPhoneCommand command)
{


await _updateCommandHandler.HandlerAsync(command);
return NoContent();
return Ok("Phone was updated");
}

[HttpDelete("DeleteBy{id}")]
Expand Down
5 changes: 3 additions & 2 deletions XPhone/XPhone.Api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#See https://aka.ms/customizecontainer to learn how to customize your debug container and how Visual Studio uses this Dockerfile to build your images for faster debugging.
# See https://aka.ms/customizecontainer to learn how to customize your debug container
# and how Visual Studio uses this Dockerfile to build your images for faster debugging.

FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base
USER app
Expand Down Expand Up @@ -26,4 +27,4 @@ RUN dotnet publish "./XPhone.Api.csproj" -c $BUILD_CONFIGURATION -o /app/publish
FROM base AS final
WORKDIR /app
COPY --from=publish /app/publish .
ENTRYPOINT ["dotnet", "XPhone.Api.dll"]
ENTRYPOINT ["dotnet", "XPhone.Api.dll"]
1 change: 1 addition & 0 deletions XPhone/XPhone.Api/XPhone.Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<InvariantGlobalization>true</InvariantGlobalization>
<UserSecretsId>dd2abbd9-0863-4642-9115-c52f1a2ddd42</UserSecretsId>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
<DockerComposeProjectPath>..\docker-compose.dcproj</DockerComposeProjectPath>
</PropertyGroup>

<ItemGroup>
Expand Down
Binary file modified XPhone/XPhone.Api/bin/Release/net8.0/XPhone.Api.dll
Binary file not shown.
Binary file modified XPhone/XPhone.Api/bin/Release/net8.0/XPhone.Api.exe
Binary file not shown.
Binary file modified XPhone/XPhone.Api/bin/Release/net8.0/XPhone.Api.pdb
Binary file not shown.
Binary file modified XPhone/XPhone.Api/bin/Release/net8.0/XPhone.Application.dll
Binary file not shown.
Binary file modified XPhone/XPhone.Api/bin/Release/net8.0/XPhone.Application.pdb
Binary file not shown.
Binary file modified XPhone/XPhone.Api/bin/Release/net8.0/XPhone.Domain.dll
Binary file not shown.
Binary file modified XPhone/XPhone.Api/bin/Release/net8.0/XPhone.Domain.pdb
Binary file not shown.
Binary file modified XPhone/XPhone.Api/bin/Release/net8.0/XPhone.Infra.dll
Binary file not shown.
Binary file modified XPhone/XPhone.Api/bin/Release/net8.0/XPhone.Infra.pdb
Binary file not shown.
Binary file modified XPhone/XPhone.Api/bin/Release/net8.0/XPhone.Tests.dll
Binary file not shown.
Binary file modified XPhone/XPhone.Api/bin/Release/net8.0/XPhone.Tests.pdb
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
NoConflict
Skipped
Empty file.
Empty file.
2 changes: 1 addition & 1 deletion XPhone/XPhone.Api/obj/Container/ImageBuildContext.cache
Original file line number Diff line number Diff line change
@@ -1 +1 @@
c2tSPtr/PpgcW07K9TFyzJbhIVYuqUqXZBNcO2ekR+4=
ZLedZ6Zg2WlEHMXneZTC+bxnWG1UTfnuxfsWHidt5XA=
2 changes: 1 addition & 1 deletion XPhone/XPhone.Api/obj/Container/ImageId.cache
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sha256:936dddfc8e154526df385000f6c25732281b1db1d93b0f9104cc412c821ad425
sha256:7ac3f2872ec0034cf5cd2154e90bc9f5827f41db0fe3bd19fa1ada3a09945e80
1 change: 0 additions & 1 deletion XPhone/XPhone.Api/obj/Container/VsDbgScript.cache

This file was deleted.

Binary file modified XPhone/XPhone.Api/obj/Debug/net8.0/XPhone.Api.assets.cache
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
[assembly: System.Reflection.AssemblyCompanyAttribute("XPhone.Api")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+a6980ac8fafba2f8feb7e9556ab1bf7ce037f0e6")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+c0cd2a343f90a879f017addf0c78459e4abad586")]
[assembly: System.Reflection.AssemblyProductAttribute("XPhone.Api")]
[assembly: System.Reflection.AssemblyTitleAttribute("XPhone.Api")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
c07cbc94836c082919001b5cf121d876a6cb515386160cb9822dc3cd99eb3f5e
45dd5840ed10e0a1f8afddce8aec54d77bf6050e9afeefd958bc9f7e667133e9
Binary file not shown.
Binary file modified XPhone/XPhone.Api/obj/Release/net8.0/XPhone.Api.dll
Binary file not shown.
Binary file modified XPhone/XPhone.Api/obj/Release/net8.0/XPhone.Api.pdb
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"documents":{"C:\\Users\\gabri\\OneDrive\\Documents\\Projects\\XPhone\\*":"https://raw.githubusercontent.com/Anjocaido13/XPhone/a6980ac8fafba2f8feb7e9556ab1bf7ce037f0e6/*"}}
{"documents":{"C:\\Users\\gabri\\OneDrive\\Documents\\Projects\\XPhone\\*":"https://raw.githubusercontent.com/Anjocaido13/XPhone/c0cd2a343f90a879f017addf0c78459e4abad586/*"}}
Binary file modified XPhone/XPhone.Api/obj/Release/net8.0/apphost.exe
Binary file not shown.
Binary file modified XPhone/XPhone.Api/obj/Release/net8.0/ref/XPhone.Api.dll
Binary file not shown.
Binary file modified XPhone/XPhone.Api/obj/Release/net8.0/refint/XPhone.Api.dll
Binary file not shown.
23 changes: 21 additions & 2 deletions XPhone/XPhone.Application/Handler/CreateRentCommandHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,18 @@
using XPhone.Application.Command;
using XPhone.Domain.Entities;
using XPhone.Infra.Repository;
using XPhone.Infrastructure.Repository;

namespace XPhone.Application.Handler
{
public class CreateRentCommandHandler : ICommandHandler<CreateRentCommand>
{
private readonly IRentRepository _rentRepository;
public CreateRentCommandHandler(IRentRepository rentRepository)
private readonly ISmartPhoneRepository _smartPhoneRepository;
public CreateRentCommandHandler(IRentRepository rentRepository, ISmartPhoneRepository smartPhoneRepository)
{
_rentRepository = rentRepository;
_smartPhoneRepository = smartPhoneRepository;
}
public async Task<Guid> HandlerAsync(CreateRentCommand command)
{
Expand All @@ -27,7 +30,23 @@ public async Task<Guid> HandlerAsync(CreateRentCommand command)
ClientId = command.ClientId,
SmartPhoneId = command.SmartPhoneId,
};
await _rentRepository.AddRentAdync(rent);
var smartphoneAvaible = await _smartPhoneRepository.GetSmartPhoneAsync(command.SmartPhoneId);
if (smartphoneAvaible.Avaiable)
{
await _rentRepository.AddRentAdync(rent);


if (smartphoneAvaible != null)
{
smartphoneAvaible.Avaiable = false;
await _smartPhoneRepository.UpdateSmartPhoneAsync(smartphoneAvaible);
}

}
else
{
throw new Exception("Phone is not avaiable");
}
return rent.Id;
}
}
Expand Down
14 changes: 11 additions & 3 deletions XPhone/XPhone.Application/Queries/ClientQueryService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,17 @@ public ClientQueryService(IClientRepository clientRepository)
{
_clientRepository = clientRepository;
}
public async Task<IEnumerable<Client>> GetAllClientsAsync()
{
return await _clientRepository.GetAllClientsAsync();
public async Task<IEnumerable<ClientDTO>> GetAllClientsAsync()
{
var clients = await _clientRepository.GetAllClientsAsync();
return clients.Select(client => new ClientDTO
{
Id = client.Id,
Name = client.Name,
Phone = client.Phone,
Fine = client.Fine,
FineAmount = client.FineAmount
}).ToList();
}

public async Task<ClientDTO> GetClientByIdAsync(Guid id)
Expand Down
2 changes: 1 addition & 1 deletion XPhone/XPhone.Application/Queries/IClientQueryService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace XPhone.Application.Queries
{
public interface IClientQueryService
{
Task<IEnumerable<Client>> GetAllClientsAsync();
Task<IEnumerable<ClientDTO>> GetAllClientsAsync();
Task<ClientDTO> GetClientByIdAsync(Guid id);
}
}
2 changes: 1 addition & 1 deletion XPhone/XPhone.Application/Queries/IRentQueryService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace XPhone.Application.Queries
{
public interface IRentQueryService
{
Task<IEnumerable<RentDTO>> GetAllRentAsync();
Task<IEnumerable<Rent>> GetAllRentAsync();
Task<RentDTO> GetRentByIdAsync(Guid id);

}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public interface ISmartPhoneQueryService
{
Task<IEnumerable<SmartPhoneDTO>> GetAllSmartPhoneAsync();
Task<SmartPhoneDTO> GetSmartPhoneAsync(Guid id);
Task<bool> checkAvaiable(Guid id);
Task<string> checkAvaiable(Guid id);

}
}
13 changes: 3 additions & 10 deletions XPhone/XPhone.Application/Queries/RentQueryService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using XPhone.Domain.Entities;
using XPhone.Domain.Entities.DTO;
using XPhone.Infra.Repository;

Expand All @@ -15,18 +16,10 @@ public RentQueryService(IRentRepository rentRepository)
{
_rentRepository = rentRepository;
}
public async Task<IEnumerable<RentDTO>> GetAllRentAsync()
public async Task<IEnumerable<Rent>> GetAllRentAsync()
{
var rents = await _rentRepository.GetAllRentAsync();
return rents.Select(rent => new RentDTO
{
Id = rent.Id,
Devolution = rent.Devolution,
EndDate = rent.EndDate,
StartDate = rent.StartDate,
ClientId = rent.ClientId,
SmartPhoneId = rent.SmartPhoneId,
}).ToList();
return rents;
}

public async Task<RentDTO> GetRentByIdAsync(Guid id)
Expand Down
11 changes: 8 additions & 3 deletions XPhone/XPhone.Application/Queries/SmartPhoneQueryService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,17 @@ public SmartPhoneQueryService(ISmartPhoneRepository smartPhoneRepository)
_smartPhoneRepository = smartPhoneRepository;
}

public async Task<bool> checkAvaiable(Guid id)
public async Task<string> checkAvaiable(Guid id)
{
return await _smartPhoneRepository.checkAvaiable(id);

bool isAvailable = await _smartPhoneRepository.checkAvaiable(id);
if (isAvailable)
{
return "Your phone is available";
}
return "Phone Is not available";
}


public async Task<IEnumerable<SmartPhoneDTO>> GetAllSmartPhoneAsync()
{
var phones = await _smartPhoneRepository.GetAllSmartPhoneAsync();
Expand Down
Binary file modified XPhone/XPhone.Application/bin/Release/net8.0/XPhone.Application.dll
Binary file not shown.
Binary file modified XPhone/XPhone.Application/bin/Release/net8.0/XPhone.Application.pdb
Binary file not shown.
Binary file modified XPhone/XPhone.Application/bin/Release/net8.0/XPhone.Domain.dll
Binary file not shown.
Binary file modified XPhone/XPhone.Application/bin/Release/net8.0/XPhone.Domain.pdb
Binary file not shown.
Binary file modified XPhone/XPhone.Application/bin/Release/net8.0/XPhone.Infra.dll
Binary file not shown.
Binary file modified XPhone/XPhone.Application/bin/Release/net8.0/XPhone.Infra.pdb
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
[assembly: System.Reflection.AssemblyCompanyAttribute("XPhone.Application")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+a6980ac8fafba2f8feb7e9556ab1bf7ce037f0e6")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+c0cd2a343f90a879f017addf0c78459e4abad586")]
[assembly: System.Reflection.AssemblyProductAttribute("XPhone.Application")]
[assembly: System.Reflection.AssemblyTitleAttribute("XPhone.Application")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
73e37de97c006037c4c7302528827893e3a885c351eddf738ead86df8821bf00
8cf4e48cba6b7663741e990fdbd4167e476355baeb26b2fbe8d398c89c92672b
Binary file not shown.
Binary file modified XPhone/XPhone.Application/obj/Release/net8.0/XPhone.Application.dll
Binary file not shown.
Binary file modified XPhone/XPhone.Application/obj/Release/net8.0/XPhone.Application.pdb
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"documents":{"C:\\Users\\gabri\\OneDrive\\Documents\\Projects\\XPhone\\*":"https://raw.githubusercontent.com/Anjocaido13/XPhone/a6980ac8fafba2f8feb7e9556ab1bf7ce037f0e6/*"}}
{"documents":{"C:\\Users\\gabri\\OneDrive\\Documents\\Projects\\XPhone\\*":"https://raw.githubusercontent.com/Anjocaido13/XPhone/c0cd2a343f90a879f017addf0c78459e4abad586/*"}}
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion XPhone/XPhone.Domain/DTO/ClientDTO.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ public class ClientDTO

public string Phone { get; set; }

public virtual ICollection<Rent> Rents { get; set; }
public virtual ICollection<Rent> Rents { get; set; }
}
}
Binary file modified XPhone/XPhone.Domain/bin/Release/net8.0/XPhone.Domain.dll
Binary file not shown.
Binary file modified XPhone/XPhone.Domain/bin/Release/net8.0/XPhone.Domain.pdb
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
[assembly: System.Reflection.AssemblyCompanyAttribute("XPhone.Domain")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+c0cd2a343f90a879f017addf0c78459e4abad586")]
[assembly: System.Reflection.AssemblyProductAttribute("XPhone.Domain")]
[assembly: System.Reflection.AssemblyTitleAttribute("XPhone.Domain")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
65a5f76c79b447c39c87685cd436e79300e435f2ede454f782789208e6088e26
811ef46b50303246d804a99b500eed73d75e1e5a7b6f665910e805596a7d6ae6
Binary file modified XPhone/XPhone.Domain/obj/Release/net8.0/XPhone.Domain.dll
Binary file not shown.
Binary file modified XPhone/XPhone.Domain/obj/Release/net8.0/XPhone.Domain.pdb
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"documents":{"C:\\Users\\gabri\\OneDrive\\Documents\\Projects\\XPhone\\*":"https://raw.githubusercontent.com/Anjocaido13/XPhone/14b3d1bcc8d6f3e45824af69c4f2d5a0651cf963/*"}}
{"documents":{"C:\\Users\\gabri\\OneDrive\\Documents\\Projects\\XPhone\\*":"https://raw.githubusercontent.com/Anjocaido13/XPhone/c0cd2a343f90a879f017addf0c78459e4abad586/*"}}
Binary file modified XPhone/XPhone.Domain/obj/Release/net8.0/ref/XPhone.Domain.dll
Binary file not shown.
Binary file modified XPhone/XPhone.Domain/obj/Release/net8.0/refint/XPhone.Domain.dll
Binary file not shown.
1 change: 0 additions & 1 deletion XPhone/XPhone.Infrastructure/Repository/RentRepository.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ public async Task<IEnumerable<Rent>> GetAllRentAsync()
{
return await _context.Rents
.Include(r => r.Client)
.Include(r => r.SmartPhone)
.ToListAsync();
}

Expand Down
Binary file not shown.
Binary file not shown.
Binary file modified XPhone/XPhone.Infrastructure/bin/Release/net8.0/XPhone.Infra.dll
Binary file not shown.
Binary file modified XPhone/XPhone.Infrastructure/bin/Release/net8.0/XPhone.Infra.pdb
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
[assembly: System.Reflection.AssemblyCompanyAttribute("XPhone.Infra")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+a6980ac8fafba2f8feb7e9556ab1bf7ce037f0e6")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+c0cd2a343f90a879f017addf0c78459e4abad586")]
[assembly: System.Reflection.AssemblyProductAttribute("XPhone.Infra")]
[assembly: System.Reflection.AssemblyTitleAttribute("XPhone.Infra")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ec0aff095efc5a203929cbbe9b248c2cbbe84e31a63dcccbafa00470abd85218
0d7b6bab0d7896be057fc193e6dbc7bb819f0811524f30fbfe3dbe3db80f91bd
Binary file not shown.
Binary file modified XPhone/XPhone.Infrastructure/obj/Release/net8.0/XPhone.Infra.dll
Binary file not shown.
Binary file modified XPhone/XPhone.Infrastructure/obj/Release/net8.0/XPhone.Infra.pdb
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"documents":{"C:\\Users\\gabri\\OneDrive\\Documents\\Projects\\XPhone\\*":"https://raw.githubusercontent.com/Anjocaido13/XPhone/a6980ac8fafba2f8feb7e9556ab1bf7ce037f0e6/*"}}
{"documents":{"C:\\Users\\gabri\\OneDrive\\Documents\\Projects\\XPhone\\*":"https://raw.githubusercontent.com/Anjocaido13/XPhone/c0cd2a343f90a879f017addf0c78459e4abad586/*"}}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified XPhone/XPhone.Tests/bin/Release/net8.0/XPhone.Application.dll
Binary file not shown.
Binary file modified XPhone/XPhone.Tests/bin/Release/net8.0/XPhone.Application.pdb
Binary file not shown.
Binary file modified XPhone/XPhone.Tests/bin/Release/net8.0/XPhone.Domain.dll
Binary file not shown.
Binary file modified XPhone/XPhone.Tests/bin/Release/net8.0/XPhone.Domain.pdb
Binary file not shown.
Binary file modified XPhone/XPhone.Tests/bin/Release/net8.0/XPhone.Infra.dll
Binary file not shown.
Binary file modified XPhone/XPhone.Tests/bin/Release/net8.0/XPhone.Infra.pdb
Binary file not shown.
Binary file modified XPhone/XPhone.Tests/bin/Release/net8.0/XPhone.Tests.dll
Binary file not shown.
Binary file modified XPhone/XPhone.Tests/bin/Release/net8.0/XPhone.Tests.pdb
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
[assembly: System.Reflection.AssemblyCompanyAttribute("XPhone.Tests")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+c0cd2a343f90a879f017addf0c78459e4abad586")]
[assembly: System.Reflection.AssemblyProductAttribute("XPhone.Tests")]
[assembly: System.Reflection.AssemblyTitleAttribute("XPhone.Tests")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
cd4305bd1dc8f388df8db46ea2b8874c1cb4a2fae3313cfec714bc5b462ef859
8921e97a564c95648cd6349b35c3178be824b1feeeebb9ca0c8cc8b0e9e7e373
Binary file not shown.
Binary file modified XPhone/XPhone.Tests/obj/Release/net8.0/XPhone.Tests.dll
Binary file not shown.
Binary file modified XPhone/XPhone.Tests/obj/Release/net8.0/XPhone.Tests.pdb
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"documents":{"C:\\Users\\gabri\\OneDrive\\Documents\\Projects\\XPhone\\*":"https://raw.githubusercontent.com/Anjocaido13/XPhone/a6980ac8fafba2f8feb7e9556ab1bf7ce037f0e6/*"}}
{"documents":{"C:\\Users\\gabri\\OneDrive\\Documents\\Projects\\XPhone\\*":"https://raw.githubusercontent.com/Anjocaido13/XPhone/c0cd2a343f90a879f017addf0c78459e4abad586/*"}}
Binary file not shown.
Binary file not shown.
14 changes: 14 additions & 0 deletions XPhone/XPhone.sln
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XPhone.Infra", "XPhone.Infr
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XPhone.Tests", "XPhone.Tests\XPhone.Tests.csproj", "{9BEE3FFF-516E-4789-922A-65236F28055C}"
EndProject
Project("{E53339B2-1760-4266-BCC7-CA923CBCF16C}") = "docker-compose", "docker-compose.dcproj", "{0B5F7EA3-55D0-47B8-84BB-28A0EEDA95A3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -83,6 +85,18 @@ Global
{9BEE3FFF-516E-4789-922A-65236F28055C}.Release|x64.Build.0 = Release|Any CPU
{9BEE3FFF-516E-4789-922A-65236F28055C}.Release|x86.ActiveCfg = Release|Any CPU
{9BEE3FFF-516E-4789-922A-65236F28055C}.Release|x86.Build.0 = Release|Any CPU
{0B5F7EA3-55D0-47B8-84BB-28A0EEDA95A3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0B5F7EA3-55D0-47B8-84BB-28A0EEDA95A3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0B5F7EA3-55D0-47B8-84BB-28A0EEDA95A3}.Debug|x64.ActiveCfg = Debug|Any CPU
{0B5F7EA3-55D0-47B8-84BB-28A0EEDA95A3}.Debug|x64.Build.0 = Debug|Any CPU
{0B5F7EA3-55D0-47B8-84BB-28A0EEDA95A3}.Debug|x86.ActiveCfg = Debug|Any CPU
{0B5F7EA3-55D0-47B8-84BB-28A0EEDA95A3}.Debug|x86.Build.0 = Debug|Any CPU
{0B5F7EA3-55D0-47B8-84BB-28A0EEDA95A3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0B5F7EA3-55D0-47B8-84BB-28A0EEDA95A3}.Release|Any CPU.Build.0 = Release|Any CPU
{0B5F7EA3-55D0-47B8-84BB-28A0EEDA95A3}.Release|x64.ActiveCfg = Release|Any CPU
{0B5F7EA3-55D0-47B8-84BB-28A0EEDA95A3}.Release|x64.Build.0 = Release|Any CPU
{0B5F7EA3-55D0-47B8-84BB-28A0EEDA95A3}.Release|x86.ActiveCfg = Release|Any CPU
{0B5F7EA3-55D0-47B8-84BB-28A0EEDA95A3}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added XPhone/bin/Release/Microsoft.OpenApi.dll
Binary file not shown.
Binary file not shown.
Binary file added XPhone/bin/Release/Npgsql.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit f39daf8

Please sign in to comment.