-
Notifications
You must be signed in to change notification settings - Fork 11
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
#3175 Moving usings to GlobalUsing.cs #3186
Merged
Merged
Conversation
This file contains 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
Metal-Mighty
added
.NET
Pull requests that update .net code
refactoring
Restructure the source code so as to improve operation with
labels
Aug 22, 2024
…5-regroup-usings # Conflicts: # src/IoTHub.Portal.Application/Managers/IDeviceModelImageManager.cs # src/IoTHub.Portal.Application/Mappers/EdgeDeviceProfile.cs # src/IoTHub.Portal.Application/Services/IDeviceModelService.cs # src/IoTHub.Portal.Application/Services/IEdgeModelService.cs # src/IoTHub.Portal.Client/Pages/EdgeDevices/CreateEdgeDevicePage.razor # src/IoTHub.Portal.Client/Pages/EdgeModels/CreateEdgeModelsPage.razor # src/IoTHub.Portal.Client/Pages/EdgeModels/EdgeModelListPage.razor # src/IoTHub.Portal.Infrastructure/ConfigHandlerBase.cs # src/IoTHub.Portal.Infrastructure/DevelopmentConfigHandler.cs # src/IoTHub.Portal.Infrastructure/Managers/AwsDeviceModelImageManager.cs # src/IoTHub.Portal.Infrastructure/Managers/DeviceModelImageManager.cs # src/IoTHub.Portal.Infrastructure/Mappers/DeviceModelMapper.cs # src/IoTHub.Portal.Infrastructure/Mappers/LoRaDeviceModelMapper.cs # src/IoTHub.Portal.Infrastructure/ProductionAWSConfigHandler.cs # src/IoTHub.Portal.Infrastructure/ProductionAzureConfigHandler.cs # src/IoTHub.Portal.Infrastructure/Providers/AzureDeviceRegistryProvider.cs # src/IoTHub.Portal.Infrastructure/Services/AwsDeviceModelService.cs # src/IoTHub.Portal.Infrastructure/Services/EdgeModelService.cs # src/IoTHub.Portal.Infrastructure/Services/LoRaWanManagementService.cs # src/IoTHub.Portal.Infrastructure/Startup/AzureServiceCollectionExtension.cs # src/IoTHub.Portal.Infrastructure/Startup/IServiceCollectionExtension.cs # src/IoTHub.Portal.MySql/Migrations/PortalDbContextModelSnapshot.cs # src/IoTHub.Portal.Server/Controllers/v1.0/DeviceConfigurationsController.cs # src/IoTHub.Portal.Server/Controllers/v1.0/DeviceModelControllerBase.cs # src/IoTHub.Portal.Server/Controllers/v1.0/DeviceModelPropertiesControllerBase.cs # src/IoTHub.Portal.Server/Controllers/v1.0/DeviceModelsController.cs # src/IoTHub.Portal.Server/Controllers/v1.0/DevicesControllerBase.cs # src/IoTHub.Portal.Server/Controllers/v1.0/EdgeDevicesController.cs # src/IoTHub.Portal.Server/Controllers/v1.0/LoRaWAN/LoRaWANConcentratorsController.cs # src/IoTHub.Portal.Server/Controllers/v1.0/LoRaWAN/LoRaWANDeviceModelsController.cs # src/IoTHub.Portal.Server/Controllers/v1.0/LoRaWAN/LoRaWANDevicesController.cs # src/IoTHub.Portal.Server/Controllers/v1.0/SettingsController.cs # src/IoTHub.Portal.Server/Services/DeviceModelService.cs # src/IoTHub.Portal.Shared/Models/v1.0/DeviceModelDto.cs # src/IoTHub.Portal.Shared/Models/v1.0/IDeviceModel.cs # src/IoTHub.Portal.Shared/Models/v1.0/IoTEdgeDevice.cs # src/IoTHub.Portal.Shared/Models/v1.0/IoTEdgeListItem.cs # src/IoTHub.Portal.Shared/Models/v1.0/IoTEdgeModelListItem.cs # src/IoTHub.Portal.Tests.Unit/Client/Dialogs/EdgeModels/AwsGreengrassComponentDialogTests.cs # src/IoTHub.Portal.Tests.Unit/Client/Pages/Configurations/EdgeModule/ModuleDialogTests.cs # src/IoTHub.Portal.Tests.Unit/Client/Pages/DevicesModels/DeviceModelDetailsPageTests.cs # src/IoTHub.Portal.Tests.Unit/Client/Pages/EdgeDevices/CreateEdgeDevicePageTest.cs # src/IoTHub.Portal.Tests.Unit/Client/Pages/EdgeDevices/EdgeDeviceDetailPageTests.cs # src/IoTHub.Portal.Tests.Unit/Client/Pages/EdgeModels/CreateEdgeModelsPageTest.cs # src/IoTHub.Portal.Tests.Unit/Client/Pages/EdgeModels/EdgeModelDetailPageTest.cs # src/IoTHub.Portal.Tests.Unit/Client/Pages/EdgeModels/SystemModuleDialogTest.cs # src/IoTHub.Portal.Tests.Unit/Client/Services/DeviceModelsClientServiceTests.cs # src/IoTHub.Portal.Tests.Unit/Client/Services/EdgeModelClientServiceTest.cs # src/IoTHub.Portal.Tests.Unit/Client/Services/LoRaWanDeviceModelsClientServiceTests.cs # src/IoTHub.Portal.Tests.Unit/Infrastructure/Managers/DeviceModelImageManagerTest.cs # src/IoTHub.Portal.Tests.Unit/Infrastructure/Mappers/DeviceModelMapperTests.cs # src/IoTHub.Portal.Tests.Unit/Infrastructure/Mappers/DeviceTwinMapperTests.cs # src/IoTHub.Portal.Tests.Unit/Infrastructure/Mappers/EdgeDeviceMapperTest.cs # src/IoTHub.Portal.Tests.Unit/Infrastructure/Mappers/LoRaDeviceModelMapperTests.cs # src/IoTHub.Portal.Tests.Unit/Infrastructure/Mappers/LoRaDeviceTwinMapperTests.cs # src/IoTHub.Portal.Tests.Unit/Infrastructure/ProductionAWSConfigHandlerTests.cs # src/IoTHub.Portal.Tests.Unit/Infrastructure/ProductionAzureConfigHandlerTests.cs # src/IoTHub.Portal.Tests.Unit/Infrastructure/Providers/AzureDeviceRegistryProviderTests.cs # src/IoTHub.Portal.Tests.Unit/Infrastructure/Services/AwsDeviceModelServiceTests.cs # src/IoTHub.Portal.Tests.Unit/Server/Controllers/v1.0/AdminControllerTests.cs # src/IoTHub.Portal.Tests.Unit/Server/Controllers/v1.0/DeviceConfigurationsControllerTests.cs # src/IoTHub.Portal.Tests.Unit/Server/Controllers/v1.0/DeviceModelControllerBaseTests.cs # src/IoTHub.Portal.Tests.Unit/Server/Controllers/v1.0/DeviceModelPropertiesControllerTests.cs # src/IoTHub.Portal.Tests.Unit/Server/Controllers/v1.0/DeviceModelsControllerTests.cs # src/IoTHub.Portal.Tests.Unit/Server/Controllers/v1.0/DeviceTagSettingsControllerTest.cs # src/IoTHub.Portal.Tests.Unit/Server/Controllers/v1.0/DevicesControllerTests.cs # src/IoTHub.Portal.Tests.Unit/Server/Controllers/v1.0/EdgeDevicesControllerTests.cs # src/IoTHub.Portal.Tests.Unit/Server/Controllers/v1.0/EdgeModelsControllerTest.cs # src/IoTHub.Portal.Tests.Unit/Server/Controllers/v1.0/LoRaWAN/LoRaWANCommandsControllerTests.cs # src/IoTHub.Portal.Tests.Unit/Server/Controllers/v1.0/LoRaWAN/LoRaWANConcentratorsControllerTest.cs # src/IoTHub.Portal.Tests.Unit/Server/Controllers/v1.0/LoRaWAN/LoRaWANDeviceModelsControllerTest.cs # src/IoTHub.Portal.Tests.Unit/Server/Controllers/v1.0/LoRaWAN/LoRaWANDevicesControllerTests.cs # src/IoTHub.Portal.Tests.Unit/Server/Controllers/v1.0/LoRaWAN/LoRaWANFrequencyPlansControllerTests.cs # src/IoTHub.Portal.Tests.Unit/Server/Controllers/v1.0/SettingsControllerTest.cs # src/IoTHub.Portal.Tests.Unit/Server/Services/DeviceModelServiceTests.cs # src/IoTHub.Portal.Tests.Unit/Server/Services/DeviceServiceTests.cs # src/IoTHub.Portal.Tests.Unit/Server/Services/EdgeDeviceServiceTest.cs # src/IoTHub.Portal.Tests.Unit/Server/Services/EdgeModelServiceTest.cs
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3186 +/- ##
==========================================
- Coverage 83.27% 83.12% -0.15%
==========================================
Files 327 327
Lines 12422 12428 +6
Branches 980 980
==========================================
- Hits 10344 10331 -13
- Misses 1785 1807 +22
+ Partials 293 290 -3 ☔ View full report in Codecov by Sentry. |
TLeoDev
approved these changes
Oct 22, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
.NET
Pull requests that update .net code
refactoring
Restructure the source code so as to improve operation with
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.
Description
What's new?
What kind of change does this PR introduce?