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

DEV-1 init Авторизации приложения в домен для доступа к информации о принтерах в веб-приложении #2

Merged
merged 10 commits into from
Dec 18, 2023

Conversation

SinHole
Copy link
Contributor

@SinHole SinHole commented Nov 11, 2023

Добавил UnitTest.

SinHole and others added 4 commits November 11, 2023 20:32
Добавил метод для поиска принтеров.
Добавил пакет System.DirectoryServices.
Добавил 3 новые настройки: DomainPath, DomainUserName,  DomainPassword.
Перенос SearchDeviceService в Domain.
Переименнование Domain в Domain_Win.
Исправление пространства по умолчанию имен для Cross_Cutting.
@NotTastyCupcake NotTastyCupcake requested review from a team and Zeerck and removed request for a team November 28, 2023 14:20
SinHole and others added 3 commits November 28, 2023 21:30
Вынес авторизацию в домене в отдельный класс вместе с интерфейсом.
Общие правки по внешнему виду.
Изменил метод GetEntry интерфейса IAuthDomain на поле Root и его реализациях.
@NotTastyCupcake NotTastyCupcake changed the title DEV-1 init Инициирование решения юнит тестирования DEV-1 init Авторизации приложения в домен для доступа к информации о принтерах в веб-приложении Nov 29, 2023
@NotTastyCupcake NotTastyCupcake linked an issue Nov 29, 2023 that may be closed by this pull request
@NotTastyCupcake
Copy link
Member

Тест

NotTastyCupcake and others added 2 commits December 16, 2023 16:13
Создал проект для интеграционного тестирования. Саздал интеграционный тест для сервиса поиска принтеров (SearchDeviceService).
Доработал тест сервиса на получение списка принтеров.
@NotTastyCupcake NotTastyCupcake merged commit e5d206f into master Dec 18, 2023
1 check passed
@@ -8,6 +8,6 @@ namespace ProgGym.PrinterMonitor.Application.Interfaces
{
public interface ISearchDeviceService
{

public List<string?> GetPrinters();

Choose a reason for hiding this comment

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

При получении коллекция должна быть не мутабельна, рекомендуется использовать readonly коллекциии

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants