Giter VIP home page Giter VIP logo

Comments (15)

BryanSoltis avatar BryanSoltis commented on July 18, 2024

Hello @red-erik,

Thank you for your feedback. The Wiki had an outdated command for deploying as a Stand-Alone site, so I have updated it.

https://github.com/mspnp/AzureNamingTool/wiki/Run-as-a-Stand%E2%80%90Alone-Site

The guide has been updated with to the dotnet publish command, with some configurations specified (Release configuration, output directory).

The process to deploy the site would be:

  1. Ensure your hosting environment is set up properly (https://learn.microsoft.com/en-us/aspnet/core/host-and-deploy/iis/hosting-bundle?view=aspnetcore-7.0)
  2. Get the AzureNamingTool.zip file latest Package
  3. Unzip the AzureNamingTool.zip file
  4. Run the dotnet publish command in the directory
  5. Create a new site in IIS with the new directory as the source

NOTE

  • v3.3.0 of the tool is using .NET 7. v4.0.0 (currently in Preview) is .NET 8 and may require an updated hosting bundle installation.

Hope this helps!

  • Bryan

from azurenamingtool.

red-erik avatar red-erik commented on July 18, 2024

Hello Bryan,
thank you very miuch for that. Doing the same thing, I'm now receiving this

dotnet publish -c Release -o R:\AzureNamingTool
MSBuild version 17.7.4+3ebbd7c49 for .NET
Determining projects to restore...
C:\Download\AzureNamingTool\AzureNamingTool.csproj : error NU1100: Unable to resolve 'BlazorDownloadFile (>= 2.4.0.2)'
for 'net7.0'. [C:\Download\AzureNamingTool\AzureNamingTool.sln]
C:\Download\AzureNamingTool\AzureNamingTool.csproj : error NU1100: Unable to resolve 'Blazored.Modal (>= 7.1.0)' for 'n
et7.0'. [C:\Download\AzureNamingTool\AzureNamingTool.sln]
C:\Download\AzureNamingTool\AzureNamingTool.csproj : error NU1100: Unable to resolve 'Blazored.Toast (>= 4.1.0)' for 'n
et7.0'. [C:\Download\AzureNamingTool\AzureNamingTool.sln]
C:\Download\AzureNamingTool\AzureNamingTool.csproj : error NU1100: Unable to resolve 'Microsoft.VisualStudio.Azure.Cont
ainers.Tools.Targets (>= 1.19.5)' for 'net7.0'. [C:\Download\AzureNamingTool\AzureNamingTool.sln]
C:\Download\AzureNamingTool\AzureNamingTool.csproj : error NU1100: Unable to resolve 'Swashbuckle.AspNetCore (>= 6.5.0)
' for 'net7.0'. [C:\Download\AzureNamingTool\AzureNamingTool.sln]
C:\Download\AzureNamingTool\AzureNamingTool.csproj : error NU1100: Unable to resolve 'Swashbuckle.AspNetCore.Annotation
s (>= 6.5.0)' for 'net7.0'. [C:\Download\AzureNamingTool\AzureNamingTool.sln]
C:\Download\AzureNamingTool\AzureNamingTool.csproj : error NU1100: Unable to resolve 'System.Collections (>= 4.3.0)' fo
r 'net7.0'. [C:\Download\AzureNamingTool\AzureNamingTool.sln]
C:\Download\AzureNamingTool\AzureNamingTool.csproj : error NU1100: Unable to resolve 'System.Runtime.Caching (>= 7.0.0)
' for 'net7.0'. [C:\Download\AzureNamingTool\AzureNamingTool.sln]
Failed to restore C:\Download\AzureNamingTool\AzureNamingTool.csproj (in 103 ms).

P.S. I'm not a developer and I don't have Visual Studio, only SDK and Runtime

Regards,
Red.

from azurenamingtool.

BryanSoltis avatar BryanSoltis commented on July 18, 2024

Hi Red,

You should not need Visual Studio. You just have to be able to build the project (from the downloaded. zip file). From the error, it looks like you .NET 7 SDK may not be ins6talled correctly. You could try to run the installer again:

https://dotnet.microsoft.com/en-us/download/dotnet/7.0

You may find it easier to run the site in Docker, without having to install/configure IIS. The easiest way to do this is to install Docker Desktop and then following the Wiki:

https://www.docker.com/products/docker-desktop/

https://github.com/mspnp/AzureNamingTool/wiki/Run-as-a-Docker-Image

  • Bryan

from azurenamingtool.

red-erik avatar red-erik commented on July 18, 2024

Hello,
I confirm same error on a fresh new VM with Windows 2022 (same with 2019) and single fresh install of .NET SDK 7.

For testing purpose, deploying it as a stand-alone IIS app is a requirement.

Regards,
Red.

from azurenamingtool.

BryanSoltis avatar BryanSoltis commented on July 18, 2024

Hi Red,

OK, I got the site working on a new Azure VM doing the following:

When doing the above, the site launched normally. I think you just need to make sure you download the .NET Core Hosting Bundle (not just the SDK) to get it working. I hope this helps.

  • Bryan

from azurenamingtool.

red-erik avatar red-erik commented on July 18, 2024

Hello,
we are really not able to solve this.

Created a new Windows Server 2022 Datacenter VM in Azure [OK]
Installed IIS (this required updating the group policy to allow Remote Shell Execution
(https://www.windowstechupdates.com/solved-the-ws-management-service-cannot-process-the-request-the-service-is-configured-to-not-accept-any-remote-shell-requests/)) [OK]

Installed the .NET Core Hosting Bundle Installer (https://dotnet.microsoft.com/permalink/dotnetcore-current-windows-runtime-bundle-installer) [OK]
-- NOTE: This is not just the SDK, but all the files required to host a .NET Core site in IIS.

Downloaded the v3.3.0 AzureNamingTool.zip package (https://github.com/mspnp/AzureNamingTool/releases/download/v3.3.0/AzureNamingTool.zip) [OK]
Un-zipped the file to a directory [OK]
Ran the dotnet publish -c Release -o [Your Site Directory] command (noted in the Wiki), specifying my output folder [SAME ERROR]

dotnet publish -c Release -o R:\AzureNamingTool\

Welcome to .NET 7.0!

SDK Version: 7.0.404

Telemetry

The .NET tools collect usage data in order to help us improve your experience. It is collected by Microsoft and shared with the community. You can opt-out of telemetry by setting the DOTNET_CLI_TELEMETRY_OPTOUT environment variable to '1' or 'true' using your favorite shell.

Read more about .NET CLI Tools telemetry: https://aka.ms/dotnet-cli-telemetry


Installed an ASP.NET Core HTTPS development certificate.
To trust the certificate run 'dotnet dev-certs https --trust' (Windows and macOS only).
Learn about HTTPS: https://aka.ms/dotnet-https

Write your first app: https://aka.ms/dotnet-hello-world
Find out what's new: https://aka.ms/dotnet-whats-new
Explore documentation: https://aka.ms/dotnet-docs
Report issues and find source on GitHub: https://github.com/dotnet/core
Use 'dotnet --help' to see available commands or visit: https://aka.ms/dotnet-cli

MSBuild version 17.7.4+3ebbd7c49 for .NET
Determining projects to restore...
C:\Users...\Downloads\AzureNamingTool330\AzureNamingTool.csproj : error NU1100: Unable to resolve 'BlazorDownloadFile (>= 2.4.0.2)' for 'net7.0'. [C:\Users...\Downloads\AzureNamingTool330\AzureNamingTool.sln]
C:\Users...\Downloads\AzureNamingTool330\AzureNamingTool.csproj : error NU1100: Unable to resolve 'Blazored.Modal (>= 7.1.0)' for 'net7.0'. [C:\Users...\Downloads\AzureNamingTool330\AzureNamingTool.sln]
C:\Users...\Downloads\AzureNamingTool330\AzureNamingTool.csproj : error NU1100: Unable to resolve 'Blazored.Toast (>= 4.1.0)' for 'net7.0'. [C:\Users...\Downloads\AzureNamingTool330\AzureNamingTool.sln]
C:\Users...\Downloads\AzureNamingTool330\AzureNamingTool.csproj : error NU1100: Unable to resolve 'Microsoft.VisualStudio.Azure.Containers.Tools.Targets (>= 1.19.5)' for 'net7.0'. [C:\Users...\Downloads\AzureNamingTool3
30\AzureNamingTool.sln]
C:\Users...\Downloads\AzureNamingTool330\AzureNamingTool.csproj : error NU1100: Unable to resolve 'Swashbuckle.AspNetCore (>= 6.5.0)' for 'net7.0'. [C:\Users...\Downloads\AzureNamingTool330\AzureNamingTool.sln]
C:\Users...\Downloads\AzureNamingTool330\AzureNamingTool.csproj : error NU1100: Unable to resolve 'Swashbuckle.AspNetCore.Annotations (>= 6.5.0)' for 'net7.0'. [C:\Users...\Downloads\AzureNamingTool330\AzureNamingTool.s
ln]
C:\Users...\Downloads\AzureNamingTool330\AzureNamingTool.csproj : error NU1100: Unable to resolve 'System.Collections (>= 4.3.0)' for 'net7.0'. [C:\Users...\Downloads\AzureNamingTool330\AzureNamingTool.sln]
C:\Users...\Downloads\AzureNamingTool330\AzureNamingTool.csproj : error NU1100: Unable to resolve 'System.Runtime.Caching (>= 7.0.0)' for 'net7.0'. [C:\Users...\Downloads\AzureNamingTool330\AzureNamingTool.sln]
Failed to restore C:\Users...\Downloads\AzureNamingTool330\AzureNamingTool.csproj (in 102 ms).
Eseguito dotnet nuget add source https://api.nuget.org/v3/index.json

dotnet nuget add source https://api.nuget.org/v3/index.json
Package source with Name: Package source 1 added successfully.

PS C:\Users...\Downloads\AzureNamingTool330> dotnet publish -c Release -o R:\AzureNamingTool
MSBuild version 17.7.4+3ebbd7c49 for .NET
Determining projects to restore...
Restored C:\Users...\Downloads\AzureNamingTool330\AzureNamingTool.csproj (in 2.46 sec).
C:\Program Files\dotnet\sdk\7.0.404\Current\SolutionFile\ImportAfter\Microsoft.NET.Sdk.Solution.targets(36,5): warning NETSDK1194: The "--output" option isn't supported when building a solution. Specifying a solution-level output path
results in all projects copying outputs to the same directory, which can lead to inconsistent builds. [C:\Users...\Downloads\AzureNamingTool330\AzureNamingTool.sln]
C:\Users...\Downloads\AzureNamingTool330\Services\ResourceTypeService.cs(488,57): warning CS8600: Converting null literal or possible null value to non-nullable type. [C:\Users...\Downloads\AzureNamingTool330\AzureNamin
gTool.csproj]
C:\Users...\Downloads\AzureNamingTool330\Shared\Components\AnchorNavigation.razor(7,46): warning CS8622: Nullability of reference types in type of parameter 'sender' of 'void AnchorNavigation.OnLocationChanged(object sender, Lo
cationChangedEventArgs e)' doesn't match the target delegate 'EventHandler' (possibly because of nullability attributes). [C:\Users...\Downloads\AzureNamingTool330\AzureNamingTool.csproj]
C:\Users...\Downloads\AzureNamingTool330\Shared\Components\AnchorNavigation.razor(17,46): warning CS8622: Nullability of reference types in type of parameter 'sender' of 'void AnchorNavigation.OnLocationChanged(object sender, L
ocationChangedEventArgs e)' doesn't match the target delegate 'EventHandler' (possibly because of nullability attributes). [C:\Users...\Downloads\AzureNamingTool330\AzureNamingTool.csproj]
C:\Users...\Downloads\AzureNamingTool330\Services\ResourceNamingRequestService.cs(259,22): warning CS0219: The variable 'applyDelimiter' is assigned but its value is never used [C:\Users...\Downloads\AzureNamingTool330
AzureNamingTool.csproj]
C:\Users...\Downloads\AzureNamingTool330\Pages\Generate.razor(110,118): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' ope
rator to the result of the call. [C:\Users...\Downloads\AzureNamingTool330\AzureNamingTool.csproj]
AzureNamingTool -> C:\Users...\Downloads\AzureNamingTool330\bin\Release\net7.0\AzureNamingTool.dll
AzureNamingTool -> R:\AzureNamingTool\

Regards,
Red.

from azurenamingtool.

BryanSoltis avatar BryanSoltis commented on July 18, 2024

Hello Red,

I'm sorry you are still having issues. I followed the exact process I detailed above (creating a new Azure VM, installing the hosting bundle, and building the application) without issue. The only thing I can think of is maybe you are downloading the wrong zip file. You will want to download the "AzureNamingTooo.zip Package", not the GitHub Repo Code. You can find the Releases here:

https://github.com/mspnp/AzureNamingTool/releases

Note: If you do download the GitHub repo, the process is the same, however, you would need to switch to the "src" directory and build the application from there.

If you can provide screenshots, error logs, and any other information I can try to keep looking into the issue.

  • Bryan

from azurenamingtool.

red-erik avatar red-erik commented on July 18, 2024

Hello,
thank you for your help, it seems better with Rel. 4 but we receive this
C:\Program Files\dotnet\sdk\8.0.101\Current\SolutionFile\ImportAfter\Microsoft.NET.Sdk.Solution.targets(36,5): warning NETSDK1194: The "--output" option isn't supported when building a solution. Specifying a solution-level output path
results in all projects copying outputs to the same directory, which can lead to inconsistent builds.

The other problem I see is that the path of all links inside the app seem to be hardcoded to the IIS Root while we would like
to be able to deploy it as an application into a Virtual Directory.
If it's not supported, it should be a good idea to specify that into documentation.
Tryng to copy all CSS and img files to the IIS Root but it seems not to be working properly.

Thank you again.

Regards,
Red.

from azurenamingtool.

BryanSoltis avatar BryanSoltis commented on July 18, 2024

Thank you for the feedback Red. I did confirm many of the navigation links are to "/", which would explain the behavior you are seeing. We will update these to relative paths in the next version.

  • Bryan

from azurenamingtool.

red-erik avatar red-erik commented on July 18, 2024

Hello,
only for reference, we started again on a NEW Windows 2022 Datacenter Edition VM, Fresh install of everything following your input step by step, but we are still receiving this as donet publish command output:

PS R:\AzureNamingTool> dotnet publish -c Release
MSBuild version 17.8.3+195e7f5a3 for .NET
Determining projects to restore...
Restored R:\AzureNamingTool\AzureNamingTool.csproj (in 347 ms).
R:\AzureNamingTool\Services\ResourceTypeService.cs(488,57): warning CS8600: Converting null literal or possible null value to non-nullable type. [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Components\General\AnchorNavigation.razor(7,46): warning CS8622: Nullability of reference types in type of parameter 'sender' of 'void AnchorNavigation.OnLocationChanged(object sender, LocationChanged
EventArgs e)' doesn't match the target delegate 'EventHandler' (possibly because of nullability attributes). [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Components\General\AnchorNavigation.razor(17,46): warning CS8622: Nullability of reference types in type of parameter 'sender' of 'void AnchorNavigation.OnLocationChanged(object sender, LocationChange
dEventArgs e)' doesn't match the target delegate 'EventHandler' (possibly because of nullability attributes). [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Components\Pages\Generate.razor(110,118): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operat
or to the result of the call. [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Services\ResourceNamingRequestService.cs(259,22): warning CS0219: The variable 'applyDelimiter' is assigned but its value is never used [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Components\Pages\Admin.razor(656,28): warning CS8602: Dereference of a possibly null reference. [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Attributes\ApiKeyAttribute.cs(8,18): warning CS1591: Missing XML comment for publicly visible type or member 'ApiKeyAttribute' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Attributes\ApiKeyAttribute.cs(11,27): warning CS1591: Missing XML comment for publicly visible type or member 'ApiKeyAttribute.OnActionExecutionAsync(ActionExecutingContext, ActionExecutionDelegate)'
[R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Attributes\CustomHeaderSwaggerAttribute.cs(6,18): warning CS1591: Missing XML comment for publicly visible type or member 'CustomHeaderSwaggerAttribute' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Attributes\CustomHeaderSwaggerAttribute.cs(8,21): warning CS1591: Missing XML comment for publicly visible type or member 'CustomHeaderSwaggerAttribute.Apply(OpenApiOperation, OperationFilterContext)'
[R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Attributes\RateFilter.cs(10,18): warning CS1591: Missing XML comment for publicly visible type or member 'RateFilter' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Attributes\RateFilter.cs(12,21): warning CS1591: Missing XML comment for publicly visible type or member 'RateFilter.OnResourceExecuting(ResourceExecutingContext)' [R:\AzureNamingTool\AzureNamingTool.
csproj]
R:\AzureNamingTool\Attributes\RateFilter.cs(37,21): warning CS1591: Missing XML comment for publicly visible type or member 'RateFilter.OnResourceExecuted(ResourceExecutedContext)' [R:\AzureNamingTool\AzureNamingTool.cs
proj]
R:\AzureNamingTool\Controllers\AdminController.cs(21,18): warning CS1591: Missing XML comment for publicly visible type or member 'AdminController' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Controllers\CustomComponentsController.cs(20,18): warning CS1591: Missing XML comment for publicly visible type or member 'CustomComponentsController' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Controllers\ImportExportController.cs(19,18): warning CS1591: Missing XML comment for publicly visible type or member 'ImportExportController' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Controllers\PolicyController.cs(18,18): warning CS1591: Missing XML comment for publicly visible type or member 'PolicyController' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Controllers\ResourceComponentsController.cs(18,18): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceComponentsController' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Controllers\ResourceDelimitersController.cs(19,18): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceDelimitersController' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Controllers\ResourceEnvironmentsController.cs(19,18): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceEnvironmentsController' [R:\AzureNamingTool\AzureNamingTool.cspro
j]
R:\AzureNamingTool\Controllers\ResourceFunctionsController.cs(19,18): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceFunctionsController' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Controllers\ResourceLocationsController.cs(19,18): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceLocationsController' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Controllers\ResourceNamingRequestsController.cs(23,18): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceNamingRequestsController' [R:\AzureNamingTool\AzureNamingTool.c
sproj]
R:\AzureNamingTool\Controllers\ResourceOrgsController.cs(20,18): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceOrgsController' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Controllers\ResourceProjAppSvcsController.cs(20,18): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceProjAppSvcsController' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Controllers\ResourceTypesController.cs(20,18): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceTypesController' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Controllers\ResourceUnitDeptsController.cs(19,18): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceUnitDeptsController' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Helpers\CacheHelper.cs(8,18): warning CS1591: Missing XML comment for publicly visible type or member 'CacheHelper' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Helpers\CacheHelper.cs(10,31): warning CS1591: Missing XML comment for publicly visible type or member 'CacheHelper.GetCacheObject(string)' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Helpers\CacheHelper.cs(32,28): warning CS1591: Missing XML comment for publicly visible type or member 'CacheHelper.SetCacheObject(string, object)' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Helpers\CacheHelper.cs(50,28): warning CS1591: Missing XML comment for publicly visible type or member 'CacheHelper.InvalidateCacheObject(string)' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Helpers\CacheHelper.cs(64,30): warning CS1591: Missing XML comment for publicly visible type or member 'CacheHelper.GetAllCacheData()' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Helpers\CacheHelper.cs(84,28): warning CS1591: Missing XML comment for publicly visible type or member 'CacheHelper.ClearAllCache()' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Helpers\ConfigurationHelper.cs(14,18): warning CS1591: Missing XML comment for publicly visible type or member 'ConfigurationHelper' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Helpers\ConfigurationHelper.cs(16,41): warning CS1591: Missing XML comment for publicly visible type or member 'ConfigurationHelper.GetConfigurationData()' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Helpers\ConfigurationHelper.cs(26,30): warning CS1591: Missing XML comment for publicly visible type or member 'ConfigurationHelper.GetAppSetting(string, bool)' [R:\AzureNamingTool\AzureNamingTool.csp
roj]
R:\AzureNamingTool\Helpers\ConfigurationHelper.cs(76,34): warning CS1591: Missing XML comment for publicly visible type or member 'ConfigurationHelper.SetAppSetting(string, string, bool)' [R:\AzureNamingTool\AzureNaming
Tool.csproj]
R:\AzureNamingTool\Helpers\ConfigurationHelper.cs(99,34): warning CS1591: Missing XML comment for publicly visible type or member 'ConfigurationHelper.VerifyConfiguration(StateContainer)' [R:\AzureNamingTool\AzureNaming
Tool.csproj]
R:\AzureNamingTool\Helpers\ConfigurationHelper.cs(136,34): warning CS1591: Missing XML comment for publicly visible type or member 'ConfigurationHelper.VerifySecurity(StateContainer)' [R:\AzureNamingTool\AzureNamingTool
.csproj]
R:\AzureNamingTool\Helpers\ConfigurationHelper.cs(188,40): warning CS1591: Missing XML comment for publicly visible type or member 'ConfigurationHelper.VerifyConnectivity()' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Helpers\ConfigurationHelper.cs(257,44): warning CS1591: Missing XML comment for publicly visible type or member 'ConfigurationHelper.GetList()' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Helpers\ConfigurationHelper.cs(305,34): warning CS1591: Missing XML comment for publicly visible type or member 'ConfigurationHelper.WriteList(List)' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Helpers\ConfigurationHelper.cs(382,34): warning CS1591: Missing XML comment for publicly visible type or member 'ConfigurationHelper.UpdateSettings(SiteConfiguration)' [R:\AzureNamingTool\AzureNamingT
ool.csproj]
R:\AzureNamingTool\Helpers\ConfigurationHelper.cs(403,42): warning CS1591: Missing XML comment for publicly visible type or member 'ConfigurationHelper.GetOfficalConfigurationFileVersionData()' [R:\AzureNamingTool\Azure
NamingTool.csproj]
R:\AzureNamingTool\Helpers\ConfigurationHelper.cs(417,42): warning CS1591: Missing XML comment for publicly visible type or member 'ConfigurationHelper.GetCurrentConfigFileVersionData()' [R:\AzureNamingTool\AzureNamingT
ool.csproj]
R:\AzureNamingTool\Helpers\ConfigurationHelper.cs(439,48): warning CS1591: Missing XML comment for publicly visible type or member 'ConfigurationHelper.VerifyConfigurationFileVersionData()' [R:\AzureNamingTool\AzureNami
ngTool.csproj]
R:\AzureNamingTool\Helpers\ConfigurationHelper.cs(482,34): warning CS1591: Missing XML comment for publicly visible type or member 'ConfigurationHelper.UpdateConfigurationFileVersion(string)' [R:\AzureNamingTool\AzureNa
mingTool.csproj]
R:\AzureNamingTool\Helpers\ConfigurationHelper.cs(525,28): warning CS1591: Missing XML comment for publicly visible type or member 'ConfigurationHelper.ResetSiteConfiguration()' [R:\AzureNamingTool\AzureNamingTool.cspro
j]
R:\AzureNamingTool\Helpers\ConfigurationHelper.cs(560,28): warning CS1591: Missing XML comment for publicly visible type or member 'ConfigurationHelper.ResetState(StateContainer)' [R:\AzureNamingTool\AzureNamingTool.csp
roj]
R:\AzureNamingTool\Helpers\ConfigurationHelper.cs(568,30): warning CS1591: Missing XML comment for publicly visible type or member 'ConfigurationHelper.GetAssemblyVersion()' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Helpers\ConfigurationHelper.cs(593,43): warning CS1591: Missing XML comment for publicly visible type or member 'ConfigurationHelper.GetToolVersion()' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Helpers\ConfigurationHelper.cs(609,42): warning CS1591: Missing XML comment for publicly visible type or member 'ConfigurationHelper.GetVersionAlert(bool)' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Helpers\ConfigurationHelper.cs(669,28): warning CS1591: Missing XML comment for publicly visible type or member 'ConfigurationHelper.DismissVersionAlert()' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Helpers\ConfigurationHelper.cs(691,40): warning CS1591: Missing XML comment for publicly visible type or member 'ConfigurationHelper.PostToGenerationWebhook(string, GeneratedName)' [R:\AzureNamingTool
\AzureNamingTool.csproj]
R:\AzureNamingTool\Helpers\ConfigurationHelper.cs(717,42): warning CS1591: Missing XML comment for publicly visible type or member 'ConfigurationHelper.GetProgramSetting(string)' [R:\AzureNamingTool\AzureNamingTool.cspr
oj]
R:\AzureNamingTool\Helpers\ConfigurationHelper.cs(832,57): warning CS1591: Missing XML comment for publicly visible type or member 'ConfigurationHelper.GetEnvironmentVariables()' [R:\AzureNamingTool\AzureNamingTool.cspr
oj]
R:\AzureNamingTool\Helpers\ConfigurationHelper.cs(851,40): warning CS1591: Missing XML comment for publicly visible type or member 'ConfigurationHelper.CheckIfGeneratedNameExists(string)' [R:\AzureNamingTool\AzureNaming
Tool.csproj]
R:\AzureNamingTool\Helpers\ConfigurationHelper.cs(874,30): warning CS1591: Missing XML comment for publicly visible type or member 'ConfigurationHelper.AutoIncremenetResourceInstance(string)' [R:\AzureNamingTool\AzureNa
mingTool.csproj]
R:\AzureNamingTool\Helpers\FileSystemHelper.cs(16,18): warning CS1591: Missing XML comment for publicly visible type or member 'FileSystemHelper' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Helpers\FileSystemHelper.cs(18,42): warning CS1591: Missing XML comment for publicly visible type or member 'FileSystemHelper.ReadFile(string, string)' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Helpers\FileSystemHelper.cs(25,34): warning CS1591: Missing XML comment for publicly visible type or member 'FileSystemHelper.WriteFile(string, string, string)' [R:\AzureNamingTool\AzureNamingTool.csp
roj]
R:\AzureNamingTool\Helpers\FileSystemHelper.cs(48,34): warning CS1591: Missing XML comment for publicly visible type or member 'FileSystemHelper.CheckFile(string)' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Helpers\FileSystemHelper.cs(70,42): warning CS1591: Missing XML comment for publicly visible type or member 'FileSystemHelper.WriteConfiguation(object, string)' [R:\AzureNamingTool\AzureNamingTool.csp
roj]
R:\AzureNamingTool\Helpers\FileSystemHelper.cs(90,28): warning CS1591: Missing XML comment for publicly visible type or member 'FileSystemHelper.ResetConfiguration(string)' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Helpers\FileSystemHelper.cs(117,34): warning CS1591: Missing XML comment for publicly visible type or member 'FileSystemHelper.MigrateDataToFile(string, string, string, string, bool)' [R:\AzureNamingT
ool\AzureNamingTool.csproj]
R:\AzureNamingTool\Helpers\GeneralHelper.cs(15,18): warning CS1591: Missing XML comment for publicly visible type or member 'GeneralHelper' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Helpers\GeneralHelper.cs(18,31): warning CS1591: Missing XML comment for publicly visible type or member 'GeneralHelper.GetPropertyValue(object, string)' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Helpers\GeneralHelper.cs(31,30): warning CS1591: Missing XML comment for publicly visible type or member 'GeneralHelper.EncryptString(string, string)' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Helpers\GeneralHelper.cs(53,30): warning CS1591: Missing XML comment for publicly visible type or member 'GeneralHelper.DecryptString(string, string)' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Helpers\GeneralHelper.cs(69,28): warning CS1591: Missing XML comment for publicly visible type or member 'GeneralHelper.IsBase64Encoded(string)' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Helpers\GeneralHelper.cs(85,42): warning CS1591: Missing XML comment for publicly visible type or member 'GeneralHelper.DownloadString(string)' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Helpers\GeneralHelper.cs(101,30): warning CS1591: Missing XML comment for publicly visible type or member 'GeneralHelper.NormalizeName(string, bool)' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Helpers\GeneralHelper.cs(111,30): warning CS1591: Missing XML comment for publicly visible type or member 'GeneralHelper.SetTextEnabledClass(bool)' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Helpers\GeneralHelper.cs(123,28): warning CS1591: Missing XML comment for publicly visible type or member 'GeneralHelper.IsNotNull(object?)' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Helpers\GeneralHelper.cs(125,32): warning CS1591: Missing XML comment for publicly visible type or member 'GeneralHelper.FormatResoureType(string)' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Helpers\GeneralHelper.cs(165,30): warning CS1591: Missing XML comment for publicly visible type or member 'GeneralHelper.GenerateRandomString(int, bool)' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Helpers\IdentityHelper.cs(8,18): warning CS1591: Missing XML comment for publicly visible type or member 'IdentityHelper' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Helpers\IdentityHelper.cs(10,40): warning CS1591: Missing XML comment for publicly visible type or member 'IdentityHelper.IsAdminUser(StateContainer, ProtectedSessionStorage, string)' [R:\AzureNamingT
ool\AzureNamingTool.csproj]
R:\AzureNamingTool\Helpers\IdentityHelper.cs(38,42): warning CS1591: Missing XML comment for publicly visible type or member 'IdentityHelper.GetCurrentUser(ProtectedSessionStorage)' [R:\AzureNamingTool\AzureNamingTool.c
sproj]
R:\AzureNamingTool\Helpers\LogHelper.cs(6,18): warning CS1591: Missing XML comment for publicly visible type or member 'LogHelper' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Helpers\MessageTypesEnum.cs(3,17): warning CS1591: Missing XML comment for publicly visible type or member 'MessageTypesEnum' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Helpers\MessageTypesEnum.cs(5,9): warning CS1591: Missing XML comment for publicly visible type or member 'MessageTypesEnum.SUCCESS' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Helpers\MessageTypesEnum.cs(6,9): warning CS1591: Missing XML comment for publicly visible type or member 'MessageTypesEnum.INFORMATION' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Helpers\MessageTypesEnum.cs(7,9): warning CS1591: Missing XML comment for publicly visible type or member 'MessageTypesEnum.WARNING' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Helpers\MessageTypesEnum.cs(8,9): warning CS1591: Missing XML comment for publicly visible type or member 'MessageTypesEnum.ERROR' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Helpers\ModalHelper.cs(9,18): warning CS1591: Missing XML comment for publicly visible type or member 'ModalHelper' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Helpers\ModalHelper.cs(11,40): warning CS1591: Missing XML comment for publicly visible type or member 'ModalHelper.ShowConfirmationModal(IModalService, string, string, string, ThemeInfo)' [R:\AzureNa
mingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Helpers\ModalHelper.cs(47,28): warning CS1591: Missing XML comment for publicly visible type or member 'ModalHelper.ShowInformationModal(IModalService, ThemeInfo, string, string, string, object, bool,
string?)' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Helpers\ModalHelper.cs(79,40): warning CS1591: Missing XML comment for publicly visible type or member 'ModalHelper.ShowAddModal(IModalService, ServicesData, ThemeInfo, string, string, string, int, st
ring, bool, string?)' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Helpers\ModalHelper.cs(124,40): warning CS1591: Missing XML comment for publicly visible type or member 'ModalHelper.ShowEditModal(IModalService, ServicesData, ThemeInfo, string, string, string, int,
string, bool, string?)' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Helpers\ServicesHelper.cs(6,18): warning CS1591: Missing XML comment for publicly visible type or member 'ServicesHelper' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Helpers\ServicesHelper.cs(8,48): warning CS1591: Missing XML comment for publicly visible type or member 'ServicesHelper.LoadServicesData(ServicesData, bool)' [R:\AzureNamingTool\AzureNamingTool.cspro
j]
R:\AzureNamingTool\Helpers\ValidationHelper.cs(9,18): warning CS1591: Missing XML comment for publicly visible type or member 'ValidationHelper' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Helpers\ValidationHelper.cs(11,28): warning CS1591: Missing XML comment for publicly visible type or member 'ValidationHelper.ValidatePassword(string)' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Helpers\ValidationHelper.cs(22,40): warning CS1591: Missing XML comment for publicly visible type or member 'ValidationHelper.ValidateShortName(string, string, string?)' [R:\AzureNamingTool\AzureNamin
gTool.csproj]
R:\AzureNamingTool\Helpers\ValidationHelper.cs(73,44): warning CS1591: Missing XML comment for publicly visible type or member 'ValidationHelper.ValidateGeneratedName(ResourceType, string, string)' [R:\AzureNamingTool\A
zureNamingTool.csproj]
R:\AzureNamingTool\Helpers\ValidationHelper.cs(241,28): warning CS1591: Missing XML comment for publicly visible type or member 'ValidationHelper.CheckNumeric(string)' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Helpers\ValidationHelper.cs(248,28): warning CS1591: Missing XML comment for publicly visible type or member 'ValidationHelper.CheckAlphanumeric(string)' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Helpers\ValidationHelper.cs(255,28): warning CS1591: Missing XML comment for publicly visible type or member 'ValidationHelper.CheckComponentLength(ResourceComponent, string)' [R:\AzureNamingTool\Azur
eNamingTool.csproj]
R:\AzureNamingTool\Models\AdminLogMessage.cs(3,18): warning CS1591: Missing XML comment for publicly visible type or member 'AdminLogMessage' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\AdminLogMessage.cs(5,22): warning CS1591: Missing XML comment for publicly visible type or member 'AdminLogMessage.Id' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\AdminLogMessage.cs(6,25): warning CS1591: Missing XML comment for publicly visible type or member 'AdminLogMessage.CreatedOn' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\AdminLogMessage.cs(7,23): warning CS1591: Missing XML comment for publicly visible type or member 'AdminLogMessage.Title' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\AdminLogMessage.cs(8,23): warning CS1591: Missing XML comment for publicly visible type or member 'AdminLogMessage.Message' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\AdminLogMessage.cs(9,23): warning CS1591: Missing XML comment for publicly visible type or member 'AdminLogMessage.Source' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\AdminUser.cs(3,18): warning CS1591: Missing XML comment for publicly visible type or member 'AdminUser' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\AdminUser.cs(5,20): warning CS1591: Missing XML comment for publicly visible type or member 'AdminUser.Id' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\AdminUser.cs(6,23): warning CS1591: Missing XML comment for publicly visible type or member 'AdminUser.Name' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ConfigurationData.cs(7,18): warning CS1591: Missing XML comment for publicly visible type or member 'ConfigurationData' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ConfigurationData.cs(9,40): warning CS1591: Missing XML comment for publicly visible type or member 'ConfigurationData.ResourceComponents' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ConfigurationData.cs(10,40): warning CS1591: Missing XML comment for publicly visible type or member 'ConfigurationData.ResourceDelimiters' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ConfigurationData.cs(11,42): warning CS1591: Missing XML comment for publicly visible type or member 'ConfigurationData.ResourceEnvironments' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ConfigurationData.cs(12,39): warning CS1591: Missing XML comment for publicly visible type or member 'ConfigurationData.ResourceLocations' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ConfigurationData.cs(13,34): warning CS1591: Missing XML comment for publicly visible type or member 'ConfigurationData.ResourceOrgs' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ConfigurationData.cs(14,41): warning CS1591: Missing XML comment for publicly visible type or member 'ConfigurationData.ResourceProjAppSvcs' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ConfigurationData.cs(15,35): warning CS1591: Missing XML comment for publicly visible type or member 'ConfigurationData.ResourceTypes' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ConfigurationData.cs(16,39): warning CS1591: Missing XML comment for publicly visible type or member 'ConfigurationData.ResourceUnitDepts' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ConfigurationData.cs(17,39): warning CS1591: Missing XML comment for publicly visible type or member 'ConfigurationData.ResourceFunctions' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ConfigurationData.cs(18,38): warning CS1591: Missing XML comment for publicly visible type or member 'ConfigurationData.CustomComponents' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ConfigurationData.cs(19,36): warning CS1591: Missing XML comment for publicly visible type or member 'ConfigurationData.GeneratedNames' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ConfigurationData.cs(20,39): warning CS1591: Missing XML comment for publicly visible type or member 'ConfigurationData.AdminLogs' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ConfigurationData.cs(21,32): warning CS1591: Missing XML comment for publicly visible type or member 'ConfigurationData.AdminUsers' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ConfigurationData.cs(23,24): warning CS1591: Missing XML comment for publicly visible type or member 'ConfigurationData.SALTKey' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ConfigurationData.cs(24,24): warning CS1591: Missing XML comment for publicly visible type or member 'ConfigurationData.AdminPassword' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ConfigurationData.cs(25,24): warning CS1591: Missing XML comment for publicly visible type or member 'ConfigurationData.APIKey' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ConfigurationData.cs(26,24): warning CS1591: Missing XML comment for publicly visible type or member 'ConfigurationData.ReadOnlyAPIKey' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ConfigurationData.cs(27,24): warning CS1591: Missing XML comment for publicly visible type or member 'ConfigurationData.DismissedAlerts' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ConfigurationData.cs(28,24): warning CS1591: Missing XML comment for publicly visible type or member 'ConfigurationData.DuplicateNamesAllowed' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ConfigurationData.cs(29,24): warning CS1591: Missing XML comment for publicly visible type or member 'ConfigurationData.GenerationWebhook' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ConfigurationData.cs(30,24): warning CS1591: Missing XML comment for publicly visible type or member 'ConfigurationData.ConnectivityCheckEnabled' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ConfigurationData.cs(31,24): warning CS1591: Missing XML comment for publicly visible type or member 'ConfigurationData.IdentityHeaderName' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ConfigurationData.cs(32,24): warning CS1591: Missing XML comment for publicly visible type or member 'ConfigurationData.ResourceTypeEditingAllowed' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ConfigurationData.cs(33,24): warning CS1591: Missing XML comment for publicly visible type or member 'ConfigurationData.AutoIncrementResourceInstance' [R:\AzureNamingTool\AzureNamingTool.csproj
]
R:\AzureNamingTool\Models\ConfigurationData.cs(34,24): warning CS1591: Missing XML comment for publicly visible type or member 'ConfigurationData.InstructionsEnabled' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ConfigurationData.cs(35,24): warning CS1591: Missing XML comment for publicly visible type or member 'ConfigurationData.GeneratedNamesLogEnabled' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ConfigurationData.cs(36,24): warning CS1591: Missing XML comment for publicly visible type or member 'ConfigurationData.LatestNewsEnabled' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ConfigurationFileVersionData.cs(3,18): warning CS1591: Missing XML comment for publicly visible type or member 'ConfigurationFileVersionData' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ConfigurationFileVersionData.cs(5,23): warning CS1591: Missing XML comment for publicly visible type or member 'ConfigurationFileVersionData.resourcetypes' [R:\AzureNamingTool\AzureNamingTool.c
sproj]
R:\AzureNamingTool\Models\ConfigurationFileVersionData.cs(6,23): warning CS1591: Missing XML comment for publicly visible type or member 'ConfigurationFileVersionData.resourcelocations' [R:\AzureNamingTool\AzureNamingTo
ol.csproj]
R:\AzureNamingTool\Models\CustomComponent.cs(5,18): warning CS1591: Missing XML comment for publicly visible type or member 'CustomComponent' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\CustomComponent.cs(7,21): warning CS1591: Missing XML comment for publicly visible type or member 'CustomComponent.Id' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\CustomComponent.cs(9,23): warning CS1591: Missing XML comment for publicly visible type or member 'CustomComponent.ParentComponent' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\CustomComponent.cs(11,23): warning CS1591: Missing XML comment for publicly visible type or member 'CustomComponent.Name' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\CustomComponent.cs(14,23): warning CS1591: Missing XML comment for publicly visible type or member 'CustomComponent.ShortName' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\CustomComponent.cs(19,20): warning CS1591: Missing XML comment for publicly visible type or member 'CustomComponent.SortOrder' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\CustomComponent.cs(20,23): warning CS1591: Missing XML comment for publicly visible type or member 'CustomComponent.MinLength' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\CustomComponent.cs(21,23): warning CS1591: Missing XML comment for publicly visible type or member 'CustomComponent.MaxLength' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\CustomComponmentConfig.cs(3,18): warning CS1591: Missing XML comment for publicly visible type or member 'CustomComponmentConfig' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\CustomComponmentConfig.cs(5,41): warning CS1591: Missing XML comment for publicly visible type or member 'CustomComponmentConfig.ParentComponents' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\CustomComponmentConfig.cs(6,39): warning CS1591: Missing XML comment for publicly visible type or member 'CustomComponmentConfig.CustomComponents' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\GeneratedName.cs(3,18): warning CS1591: Missing XML comment for publicly visible type or member 'GeneratedName' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\GeneratedName.cs(5,21): warning CS1591: Missing XML comment for publicly visible type or member 'GeneratedName.Id' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\GeneratedName.cs(6,25): warning CS1591: Missing XML comment for publicly visible type or member 'GeneratedName.CreatedOn' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\GeneratedName.cs(7,23): warning CS1591: Missing XML comment for publicly visible type or member 'GeneratedName.ResourceName' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\GeneratedName.cs(8,23): warning CS1591: Missing XML comment for publicly visible type or member 'GeneratedName.ResourceTypeName' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\GeneratedName.cs(9,31): warning CS1591: Missing XML comment for publicly visible type or member 'GeneratedName.Components' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\GeneratedName.cs(10,23): warning CS1591: Missing XML comment for publicly visible type or member 'GeneratedName.User' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\GeneratedName.cs(11,24): warning CS1591: Missing XML comment for publicly visible type or member 'GeneratedName.Message' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\IdentityProviderDetails.cs(3,18): warning CS1591: Missing XML comment for publicly visible type or member 'IdentityProviderDetails' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\IdentityProviderDetails.cs(5,23): warning CS1591: Missing XML comment for publicly visible type or member 'IdentityProviderDetails.CurrentUser' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\IdentityProviderDetails.cs(6,23): warning CS1591: Missing XML comment for publicly visible type or member 'IdentityProviderDetails.CurrentIdentityProvider' [R:\AzureNamingTool\AzureNamingTool.c
sproj]
R:\AzureNamingTool\Models\PolicyDefinition\PolicyDefinition.cs(9,18): warning CS1591: Missing XML comment for publicly visible type or member 'PolicyDefinition' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\PolicyDefinition\PolicyDefinition.cs(11,37): warning CS1591: Missing XML comment for publicly visible type or member 'PolicyDefinition.Properties' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\PolicyDefinition\PolicyDefinition.cs(13,16): warning CS1591: Missing XML comment for publicly visible type or member 'PolicyDefinition.PolicyDefinition(PolicyProperty)' [R:\AzureNamingTool\Azur
eNamingTool.csproj]
R:\AzureNamingTool\Models\PolicyDefinition\PolicyDefinition.cs(18,16): warning CS1591: Missing XML comment for publicly visible type or member 'PolicyDefinition.PolicyDefinition(List)' [R:\AzureNamingToo
l\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\PolicyDefinition\PolicyDefinition.cs(23,32): warning CS1591: Missing XML comment for publicly visible type or member 'PolicyDefinition.ToString()' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\PolicyDefinition\PolicyEffects.cs(9,17): warning CS1591: Missing XML comment for publicly visible type or member 'PolicyEffects' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\PolicyDefinition\PolicyEffects.cs(11,9): warning CS1591: Missing XML comment for publicly visible type or member 'PolicyEffects.Audit' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\PolicyDefinition\PolicyEffects.cs(12,9): warning CS1591: Missing XML comment for publicly visible type or member 'PolicyEffects.Deny' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\PolicyDefinition\PolicyProperty.cs(9,18): warning CS1591: Missing XML comment for publicly visible type or member 'PolicyProperty' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\PolicyDefinition\PolicyProperty.cs(11,16): warning CS1591: Missing XML comment for publicly visible type or member 'PolicyProperty.PolicyProperty(string, string, string)' [R:\AzureNamingTool\Az
ureNamingTool.csproj]
R:\AzureNamingTool\Models\PolicyDefinition\PolicyProperty.cs(17,23): warning CS1591: Missing XML comment for publicly visible type or member 'PolicyProperty.DisplayName' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\PolicyDefinition\PolicyProperty.cs(18,23): warning CS1591: Missing XML comment for publicly visible type or member 'PolicyProperty.PolicyType' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\PolicyDefinition\PolicyProperty.cs(19,23): warning CS1591: Missing XML comment for publicly visible type or member 'PolicyProperty.Mode' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\PolicyDefinition\PolicyProperty.cs(20,23): warning CS1591: Missing XML comment for publicly visible type or member 'PolicyProperty.Description' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\PolicyDefinition\PolicyProperty.cs(21,33): warning CS1591: Missing XML comment for publicly visible type or member 'PolicyProperty.Metadata' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\PolicyDefinition\PolicyProperty.cs(22,23): warning CS1591: Missing XML comment for publicly visible type or member 'PolicyProperty.PolicyRule' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\PolicyDefinition\PolicyProperty.cs(24,32): warning CS1591: Missing XML comment for publicly visible type or member 'PolicyProperty.ToString()' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\PolicyDefinition\PolicyProperty.cs(27,18): warning CS1591: Missing XML comment for publicly visible type or member 'PropertyMetadata' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\PolicyDefinition\PolicyProperty.cs(29,23): warning CS1591: Missing XML comment for publicly visible type or member 'PropertyMetadata.Version' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\PolicyDefinition\PolicyProperty.cs(30,23): warning CS1591: Missing XML comment for publicly visible type or member 'PropertyMetadata.Category' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\PolicyDefinition\PolicyProperty.cs(32,32): warning CS1591: Missing XML comment for publicly visible type or member 'PropertyMetadata.ToString()' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\PolicyDefinition\PolicyRule.cs(6,18): warning CS1591: Missing XML comment for publicly visible type or member 'PolicyRule' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\PolicyDefinition\PolicyRule.cs(8,16): warning CS1591: Missing XML comment for publicly visible type or member 'PolicyRule.PolicyRule(string, char)' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\PolicyDefinition\PolicyRule.cs(13,21): warning CS1591: Missing XML comment for publicly visible type or member 'PolicyRule.Delimeter' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\PolicyDefinition\PolicyRule.cs(14,23): warning CS1591: Missing XML comment for publicly visible type or member 'PolicyRule.FullName' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\PolicyDefinition\PolicyRule.cs(15,20): warning CS1591: Missing XML comment for publicly visible type or member 'PolicyRule.Level' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\PolicyDefinition\PolicyRule.cs(16,23): warning CS1591: Missing XML comment for publicly visible type or member 'PolicyRule.Name' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\PolicyDefinition\PolicyRule.cs(17,20): warning CS1591: Missing XML comment for publicly visible type or member 'PolicyRule.Length' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\PolicyDefinition\PolicyRule.cs(18,20): warning CS1591: Missing XML comment for publicly visible type or member 'PolicyRule.FullLength' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\PolicyDefinition\PolicyRule.cs(19,20): warning CS1591: Missing XML comment for publicly visible type or member 'PolicyRule.StartIndex' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\PolicyDefinition\PolicyRule.cs(20,20): warning CS1591: Missing XML comment for publicly visible type or member 'PolicyRule.LastIndex' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\PolicyDefinition\PolicyRule.cs(35,22): warning CS1591: Missing XML comment for publicly visible type or member 'PolicyRule.Group' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\PolicyDefinition\PolicyRule.cs(36,29): warning CS1591: Missing XML comment for publicly visible type or member 'PolicyRule.GetHashCode()' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\PolicyDefinition\PolicyRuleFactory.cs(8,18): warning CS1591: Missing XML comment for publicly visible type or member 'PolicyRuleFactory' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ResourceComponent.cs(5,18): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceComponent' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ResourceComponent.cs(7,21): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceComponent.Id' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ResourceComponent.cs(9,23): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceComponent.Name' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ResourceComponent.cs(11,23): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceComponent.DisplayName' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ResourceComponent.cs(13,21): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceComponent.Enabled' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ResourceComponent.cs(14,20): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceComponent.SortOrder' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ResourceComponent.cs(15,21): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceComponent.IsCustom' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ResourceComponent.cs(16,21): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceComponent.IsFreeText' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ResourceComponent.cs(17,23): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceComponent.MinLength' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ResourceComponent.cs(18,23): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceComponent.MaxLength' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ResourceComponent.cs(19,21): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceComponent.EnforceRandom' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ResourceComponent.cs(20,21): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceComponent.Alphanumeric' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ResourceComponent.cs(21,21): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceComponent.ApplyDelimiterBefore' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ResourceComponent.cs(22,21): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceComponent.ApplyDelimiterAfter' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ResourceDelimiter.cs(5,18): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceDelimiter' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ResourceDelimiter.cs(7,21): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceDelimiter.Id' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ResourceDelimiter.cs(9,23): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceDelimiter.Name' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ResourceDelimiter.cs(10,23): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceDelimiter.Delimiter' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ResourceDelimiter.cs(12,21): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceDelimiter.Enabled' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ResourceDelimiter.cs(13,20): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceDelimiter.SortOrder' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ResourceEnvironment.cs(6,18): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceEnvironment' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ResourceEnvironment.cs(8,21): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceEnvironment.Id' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ResourceEnvironment.cs(10,23): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceEnvironment.Name' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ResourceEnvironment.cs(13,23): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceEnvironment.ShortName' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ResourceEnvironment.cs(18,20): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceEnvironment.SortOrder' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ResourceFunction.cs(6,18): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceFunction' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ResourceFunction.cs(8,21): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceFunction.Id' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ResourceFunction.cs(10,23): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceFunction.Name' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ResourceFunction.cs(13,23): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceFunction.ShortName' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ResourceFunction.cs(18,20): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceFunction.SortOrder' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ResourceInstance.cs(5,18): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceInstance' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ResourceInstance.cs(7,21): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceInstance.Id' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ResourceInstance.cs(9,23): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceInstance.Name' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ResourceInstance.cs(10,20): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceInstance.SortOrder' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ResourceLocation.cs(6,18): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceLocation' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ResourceLocation.cs(8,21): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceLocation.Id' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ResourceLocation.cs(10,23): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceLocation.Name' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ResourceLocation.cs(13,23): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceLocation.ShortName' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ResourceLocation.cs(18,21): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceLocation.Enabled' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ResourceNameRequest.cs(3,18): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceNameRequest' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ResourceNameRequest.cs(5,23): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceNameRequest.ResourceEnvironment' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ResourceNameRequest.cs(6,23): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceNameRequest.ResourceFunction' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ResourceNameRequest.cs(7,23): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceNameRequest.ResourceInstance' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ResourceNameRequest.cs(8,23): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceNameRequest.ResourceLocation' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ResourceNameRequest.cs(9,23): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceNameRequest.ResourceOrg' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ResourceNameRequest.cs(10,23): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceNameRequest.ResourceProjAppSvc' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ResourceNameRequest.cs(11,23): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceNameRequest.ResourceType' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ResourceNameRequest.cs(12,23): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceNameRequest.ResourceUnitDept' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ResourceNameRequest.cs(21,23): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceNameRequest.CreatedBy' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ResourceNameRequestWithComponents.cs(5,18): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceNameRequestWithComponents' [R:\AzureNamingTool\AzureNamingTool.cspro
j]
R:\AzureNamingTool\Models\ResourceNameRequestWithComponents.cs(7,34): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceNameRequestWithComponents.ResourceDelimiter' [R:\AzureNamingTool\Azu
reNamingTool.csproj]
R:\AzureNamingTool\Models\ResourceNameRequestWithComponents.cs(8,36): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceNameRequestWithComponents.ResourceEnvironment' [R:\AzureNamingTool\A
zureNamingTool.csproj]
R:\AzureNamingTool\Models\ResourceNameRequestWithComponents.cs(9,33): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceNameRequestWithComponents.ResourceFunction' [R:\AzureNamingTool\Azur
eNamingTool.csproj]
R:\AzureNamingTool\Models\ResourceNameRequestWithComponents.cs(10,23): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceNameRequestWithComponents.ResourceInstance' [R:\AzureNamingTool\Azu
reNamingTool.csproj]
R:\AzureNamingTool\Models\ResourceNameRequestWithComponents.cs(11,33): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceNameRequestWithComponents.ResourceLocation' [R:\AzureNamingTool\Azu
reNamingTool.csproj]
R:\AzureNamingTool\Models\ResourceNameRequestWithComponents.cs(12,28): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceNameRequestWithComponents.ResourceOrg' [R:\AzureNamingTool\AzureNam
ingTool.csproj]
R:\AzureNamingTool\Models\ResourceNameRequestWithComponents.cs(13,35): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceNameRequestWithComponents.ResourceProjAppSvc' [R:\AzureNamingTool\A
zureNamingTool.csproj]
R:\AzureNamingTool\Models\ResourceNameRequestWithComponents.cs(14,29): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceNameRequestWithComponents.ResourceType' [R:\AzureNamingTool\AzureNa
mingTool.csproj]
R:\AzureNamingTool\Models\ResourceNameRequestWithComponents.cs(15,33): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceNameRequestWithComponents.ResourceUnitDept' [R:\AzureNamingTool\Azu
reNamingTool.csproj]
R:\AzureNamingTool\Models\ResourceNameResponse.cs(3,18): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceNameResponse' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ResourceNameResponse.cs(5,23): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceNameResponse.ResourceName' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ResourceNameResponse.cs(6,23): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceNameResponse.Message' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ResourceNameResponse.cs(7,21): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceNameResponse.Success' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ResourceNameResponse.cs(8,30): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceNameResponse.ResourceNameDetails' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ResourceOrg.cs(6,18): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceOrg' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ResourceOrg.cs(8,21): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceOrg.Id' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ResourceOrg.cs(10,23): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceOrg.Name' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ResourceOrg.cs(13,23): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceOrg.ShortName' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ResourceOrg.cs(18,20): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceOrg.SortOrder' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ResourceProjAppSvc.cs(6,18): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceProjAppSvc' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ResourceProjAppSvc.cs(8,21): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceProjAppSvc.Id' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ResourceProjAppSvc.cs(10,23): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceProjAppSvc.Name' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ResourceProjAppSvc.cs(13,23): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceProjAppSvc.ShortName' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ResourceProjAppSvc.cs(18,20): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceProjAppSvc.SortOrder' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ResourceType.cs(6,18): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceType' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ResourceType.cs(8,21): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceType.Id' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ResourceType.cs(10,23): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceType.Resource' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ResourceType.cs(11,23): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceType.Optional' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ResourceType.cs(12,23): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceType.Exclude' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ResourceType.cs(13,23): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceType.Property' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ResourceType.cs(16,23): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceType.ShortName' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ResourceType.cs(21,23): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceType.Scope' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ResourceType.cs(22,23): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceType.LengthMin' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ResourceType.cs(23,23): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceType.LengthMax' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ResourceType.cs(24,23): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceType.ValidText' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ResourceType.cs(25,23): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceType.InvalidText' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ResourceType.cs(26,23): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceType.InvalidCharacters' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ResourceType.cs(27,23): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceType.InvalidCharactersStart' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ResourceType.cs(28,23): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceType.InvalidCharactersEnd' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ResourceType.cs(29,23): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceType.InvalidCharactersConsecutive' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ResourceType.cs(30,23): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceType.Regx' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ResourceType.cs(31,23): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceType.StaticValues' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ResourceType.cs(32,21): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceType.Enabled' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ResourceType.cs(33,21): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceType.ApplyDelimiter' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ResourceUnitDept.cs(6,18): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceUnitDept' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ResourceUnitDept.cs(8,21): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceUnitDept.Id' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ResourceUnitDept.cs(10,23): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceUnitDept.Name' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ResourceUnitDept.cs(13,23): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceUnitDept.ShortName' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ResourceUnitDept.cs(21,20): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceUnitDept.SortOrder' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ResponseMessage.cs(6,18): warning CS1591: Missing XML comment for publicly visible type or member 'ResponseMessage' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ResponseMessage.cs(8,33): warning CS1591: Missing XML comment for publicly visible type or member 'ResponseMessage.Type' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ResponseMessage.cs(9,23): warning CS1591: Missing XML comment for publicly visible type or member 'ResponseMessage.Header' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ResponseMessage.cs(10,23): warning CS1591: Missing XML comment for publicly visible type or member 'ResponseMessage.Message' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ResponseMessage.cs(11,23): warning CS1591: Missing XML comment for publicly visible type or member 'ResponseMessage.MessageDetails' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ServiceResponse.cs(5,18): warning CS1591: Missing XML comment for publicly visible type or member 'ServiceResponse' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ServiceResponse.cs(7,21): warning CS1591: Missing XML comment for publicly visible type or member 'ServiceResponse.Success' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ServiceResponse.cs(8,25): warning CS1591: Missing XML comment for publicly visible type or member 'ServiceResponse.ResponseObject' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ServiceResponse.cs(9,23): warning CS1591: Missing XML comment for publicly visible type or member 'ServiceResponse.ResponseMessage' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ServicesData.cs.cs(3,18): warning CS1591: Missing XML comment for publicly visible type or member 'ServicesData' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ServicesData.cs.cs(5,41): warning CS1591: Missing XML comment for publicly visible type or member 'ServicesData.ResourceComponents' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ServicesData.cs.cs(6,41): warning CS1591: Missing XML comment for publicly visible type or member 'ServicesData.ResourceDelimiters' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ServicesData.cs.cs(7,43): warning CS1591: Missing XML comment for publicly visible type or member 'ServicesData.ResourceEnvironments' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ServicesData.cs.cs(8,40): warning CS1591: Missing XML comment for publicly visible type or member 'ServicesData.ResourceLocations' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ServicesData.cs.cs(9,35): warning CS1591: Missing XML comment for publicly visible type or member 'ServicesData.ResourceOrgs' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ServicesData.cs.cs(10,42): warning CS1591: Missing XML comment for publicly visible type or member 'ServicesData.ResourceProjAppSvcs' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ServicesData.cs.cs(11,36): warning CS1591: Missing XML comment for publicly visible type or member 'ServicesData.ResourceTypes' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ServicesData.cs.cs(12,40): warning CS1591: Missing XML comment for publicly visible type or member 'ServicesData.ResourceUnitDepts' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ServicesData.cs.cs(13,40): warning CS1591: Missing XML comment for publicly visible type or member 'ServicesData.ResourceFunctions' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ServicesData.cs.cs(14,39): warning CS1591: Missing XML comment for publicly visible type or member 'ServicesData.CustomComponents' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ServicesData.cs.cs(15,37): warning CS1591: Missing XML comment for publicly visible type or member 'ServicesData.GeneratedNames' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ServicesData.cs.cs(16,39): warning CS1591: Missing XML comment for publicly visible type or member 'ServicesData.AdminLogMessages' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ServicesData.cs.cs(17,33): warning CS1591: Missing XML comment for publicly visible type or member 'ServicesData.AdminUsers' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\SiteConfiguration.cs(3,18): warning CS1591: Missing XML comment for publicly visible type or member 'SiteConfiguration' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\SiteConfiguration.cs(5,24): warning CS1591: Missing XML comment for publicly visible type or member 'SiteConfiguration.SALTKey' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\SiteConfiguration.cs(6,24): warning CS1591: Missing XML comment for publicly visible type or member 'SiteConfiguration.AdminPassword' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\SiteConfiguration.cs(7,24): warning CS1591: Missing XML comment for publicly visible type or member 'SiteConfiguration.APIKey' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\SiteConfiguration.cs(8,24): warning CS1591: Missing XML comment for publicly visible type or member 'SiteConfiguration.ReadOnlyAPIKey' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\SiteConfiguration.cs(9,24): warning CS1591: Missing XML comment for publicly visible type or member 'SiteConfiguration.AppTheme' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\SiteConfiguration.cs(10,22): warning CS1591: Missing XML comment for publicly visible type or member 'SiteConfiguration.DevMode' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\SiteConfiguration.cs(11,24): warning CS1591: Missing XML comment for publicly visible type or member 'SiteConfiguration.DismissedAlerts' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\SiteConfiguration.cs(12,24): warning CS1591: Missing XML comment for publicly visible type or member 'SiteConfiguration.DuplicateNamesAllowed' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\SiteConfiguration.cs(13,24): warning CS1591: Missing XML comment for publicly visible type or member 'SiteConfiguration.GenerationWebhook' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\SiteConfiguration.cs(14,24): warning CS1591: Missing XML comment for publicly visible type or member 'SiteConfiguration.ConnectivityCheckEnabled' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\SiteConfiguration.cs(15,24): warning CS1591: Missing XML comment for publicly visible type or member 'SiteConfiguration.IdentityHeaderName' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\SiteConfiguration.cs(16,24): warning CS1591: Missing XML comment for publicly visible type or member 'SiteConfiguration.ResourceTypeEditingAllowed' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\SiteConfiguration.cs(17,24): warning CS1591: Missing XML comment for publicly visible type or member 'SiteConfiguration.AutoIncrementResourceInstance' [R:\AzureNamingTool\AzureNamingTool.csproj
]
R:\AzureNamingTool\Models\SiteConfiguration.cs(18,24): warning CS1591: Missing XML comment for publicly visible type or member 'SiteConfiguration.InstructionsEnabled' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\SiteConfiguration.cs(19,24): warning CS1591: Missing XML comment for publicly visible type or member 'SiteConfiguration.GeneratedNamesLogEnabled' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\SiteConfiguration.cs(20,24): warning CS1591: Missing XML comment for publicly visible type or member 'SiteConfiguration.LatestNewsEnabled' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\StateContainer.cs(3,18): warning CS1591: Missing XML comment for publicly visible type or member 'StateContainer' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\StateContainer.cs(10,21): warning CS1591: Missing XML comment for publicly visible type or member 'StateContainer._reloadnav' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\StateContainer.cs(11,22): warning CS1591: Missing XML comment for publicly visible type or member 'StateContainer._configurationdatasynced' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\StateContainer.cs(13,21): warning CS1591: Missing XML comment for publicly visible type or member 'StateContainer.Verified' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\StateContainer.cs(23,21): warning CS1591: Missing XML comment for publicly visible type or member 'StateContainer.SetVerified(bool)' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\StateContainer.cs(29,21): warning CS1591: Missing XML comment for publicly visible type or member 'StateContainer.Admin' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\StateContainer.cs(39,21): warning CS1591: Missing XML comment for publicly visible type or member 'StateContainer.SetAdmin(bool)' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\StateContainer.cs(45,21): warning CS1591: Missing XML comment for publicly visible type or member 'StateContainer.Password' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\StateContainer.cs(55,21): warning CS1591: Missing XML comment for publicly visible type or member 'StateContainer.SetPassword(bool)' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\StateContainer.cs(61,23): warning CS1591: Missing XML comment for publicly visible type or member 'StateContainer.AppTheme' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\StateContainer.cs(71,21): warning CS1591: Missing XML comment for publicly visible type or member 'StateContainer.SetAppTheme(string)' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\StateContainer.cs(77,21): warning CS1591: Missing XML comment for publicly visible type or member 'StateContainer.LatestNewsEnabled' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\StateContainer.cs(87,21): warning CS1591: Missing XML comment for publicly visible type or member 'StateContainer.SetLatestNewsEnabled(bool)' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\StateContainer.cs(93,21): warning CS1591: Missing XML comment for publicly visible type or member 'StateContainer.SetNavReload(bool)' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\StateContainer.cs(99,21): warning CS1591: Missing XML comment for publicly visible type or member 'StateContainer.ConfigurationDataSynced' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\StateContainer.cs(109,21): warning CS1591: Missing XML comment for publicly visible type or member 'StateContainer.SetConfigurationDataSynced(bool)' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\StateContainer.cs(115,30): warning CS1591: Missing XML comment for publicly visible type or member 'StateContainer.OnChange' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ThemeInfo.cs(3,18): warning CS1591: Missing XML comment for publicly visible type or member 'ThemeInfo' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ThemeInfo.cs(5,23): warning CS1591: Missing XML comment for publicly visible type or member 'ThemeInfo.ThemeName' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ThemeInfo.cs(6,23): warning CS1591: Missing XML comment for publicly visible type or member 'ThemeInfo.ThemeStyle' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ValidateNameRequest.cs(3,18): warning CS1591: Missing XML comment for publicly visible type or member 'ValidateNameRequest' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ValidateNameRequest.cs(5,22): warning CS1591: Missing XML comment for publicly visible type or member 'ValidateNameRequest.ResourceTypeId' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ValidateNameRequest.cs(6,24): warning CS1591: Missing XML comment for publicly visible type or member 'ValidateNameRequest.ResourceType' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ValidateNameRequest.cs(7,24): warning CS1591: Missing XML comment for publicly visible type or member 'ValidateNameRequest.Name' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ValidateNameResponse.cs(3,18): warning CS1591: Missing XML comment for publicly visible type or member 'ValidateNameResponse' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ValidateNameResponse.cs(5,21): warning CS1591: Missing XML comment for publicly visible type or member 'ValidateNameResponse.Valid' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ValidateNameResponse.cs(6,24): warning CS1591: Missing XML comment for publicly visible type or member 'ValidateNameResponse.Name' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\ValidateNameResponse.cs(7,24): warning CS1591: Missing XML comment for publicly visible type or member 'ValidateNameResponse.Message' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\VersionAlert.cs(3,18): warning CS1591: Missing XML comment for publicly visible type or member 'VersionAlert' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\VersionAlert.cs(5,20): warning CS1591: Missing XML comment for publicly visible type or member 'VersionAlert.Id' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\VersionAlert.cs(6,23): warning CS1591: Missing XML comment for publicly visible type or member 'VersionAlert.Version' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Models\VersionAlert.cs(7,23): warning CS1591: Missing XML comment for publicly visible type or member 'VersionAlert.Alert' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Services\AdminLogService.cs(8,18): warning CS1591: Missing XML comment for publicly visible type or member 'AdminLogService' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Services\AdminLogService.cs(85,51): warning CS1591: Missing XML comment for publicly visible type or member 'AdminLogService.PostConfig(List)' [R:\AzureNamingTool\AzureNamingTool.cspr
oj]
R:\AzureNamingTool\Services\AdminService.cs(8,18): warning CS1591: Missing XML comment for publicly visible type or member 'AdminService' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Services\AdminService.cs(12,51): warning CS1591: Missing XML comment for publicly visible type or member 'AdminService.UpdatePassword(string)' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Services\AdminService.cs(38,51): warning CS1591: Missing XML comment for publicly visible type or member 'AdminService.GenerateAPIKey(string)' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Services\AdminService.cs(67,51): warning CS1591: Missing XML comment for publicly visible type or member 'AdminService.UpdateAPIKey(string, string)' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Services\AdminService.cs(96,51): warning CS1591: Missing XML comment for publicly visible type or member 'AdminService.UpdateIdentityHeaderName(string)' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Services\AdminUserService.cs(6,18): warning CS1591: Missing XML comment for publicly visible type or member 'AdminUserService' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Services\AdminUserService.cs(8,51): warning CS1591: Missing XML comment for publicly visible type or member 'AdminUserService.GetItems()' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Services\AdminUserService.cs(30,51): warning CS1591: Missing XML comment for publicly visible type or member 'AdminUserService.GetItem(string)' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Services\AdminUserService.cs(53,51): warning CS1591: Missing XML comment for publicly visible type or member 'AdminUserService.PostItem(AdminUser)' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Services\AdminUserService.cs(125,51): warning CS1591: Missing XML comment for publicly visible type or member 'AdminUserService.DeleteItem(int)' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Services\AdminUserService.cs(156,51): warning CS1591: Missing XML comment for publicly visible type or member 'AdminUserService.PostConfig(List)' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Services\CustomComponentService.cs(6,18): warning CS1591: Missing XML comment for publicly visible type or member 'CustomComponentService' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Services\CustomComponentService.cs(8,51): warning CS1591: Missing XML comment for publicly visible type or member 'CustomComponentService.GetItems()' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Services\CustomComponentService.cs(34,51): warning CS1591: Missing XML comment for publicly visible type or member 'CustomComponentService.GetItemsByParentComponentId(int)' [R:\AzureNamingTool\AzureNa
mingTool.csproj]
R:\AzureNamingTool\Services\CustomComponentService.cs(71,51): warning CS1591: Missing XML comment for publicly visible type or member 'CustomComponentService.GetItemsByParentType(string)' [R:\AzureNamingTool\AzureNaming
Tool.csproj]
R:\AzureNamingTool\Services\CustomComponentService.cs(97,51): warning CS1591: Missing XML comment for publicly visible type or member 'CustomComponentService.GetItem(int)' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Services\CustomComponentService.cs(131,51): warning CS1591: Missing XML comment for publicly visible type or member 'CustomComponentService.PostItem(CustomComponent)' [R:\AzureNamingTool\AzureNamingTo
ol.csproj]
R:\AzureNamingTool\Services\CustomComponentService.cs(231,51): warning CS1591: Missing XML comment for publicly visible type or member 'CustomComponentService.DeleteItem(int)' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Services\CustomComponentService.cs(278,51): warning CS1591: Missing XML comment for publicly visible type or member 'CustomComponentService.PostConfig(List)' [R:\AzureNamingTool\Azure
NamingTool.csproj]
R:\AzureNamingTool\Services\CustomComponentService.cs(320,51): warning CS1591: Missing XML comment for publicly visible type or member 'CustomComponentService.DeleteByParentComponentId(int)' [R:\AzureNamingTool\AzureNam
ingTool.csproj]
R:\AzureNamingTool\Services\GeneratedNamesService.cs(7,18): warning CS1591: Missing XML comment for publicly visible type or member 'GeneratedNamesService' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Services\GeneratedNamesService.cs(35,51): warning CS1591: Missing XML comment for publicly visible type or member 'GeneratedNamesService.GetItem(int)' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Services\GeneratedNamesService.cs(109,51): warning CS1591: Missing XML comment for publicly visible type or member 'GeneratedNamesService.DeleteItem(int)' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Services\GeneratedNamesService.cs(169,51): warning CS1591: Missing XML comment for publicly visible type or member 'GeneratedNamesService.PostConfig(List)' [R:\AzureNamingTool\AzureNami
ngTool.csproj]
R:\AzureNamingTool\Services\ImportExportService.cs(9,18): warning CS1591: Missing XML comment for publicly visible type or member 'ImportExportService' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Services\ImportExportService.cs(11,51): warning CS1591: Missing XML comment for publicly visible type or member 'ImportExportService.ExportConfig(bool)' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Services\ImportExportService.cs(146,51): warning CS1591: Missing XML comment for publicly visible type or member 'ImportExportService.PostConfig(ConfigurationData)' [R:\AzureNamingTool\AzureNamingTool
.csproj]
R:\AzureNamingTool\Services\PolicyService.cs(7,18): warning CS1591: Missing XML comment for publicly visible type or member 'PolicyService' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Services\PolicyService.cs(9,51): warning CS1591: Missing XML comment for publicly visible type or member 'PolicyService.GetPolicy()' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Services\ResourceComponentService.cs(8,18): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceComponentService' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Services\ResourceComponentService.cs(11,51): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceComponentService.GetItems(bool)' [R:\AzureNamingTool\AzureNamingTool.cspro
j]
R:\AzureNamingTool\Services\ResourceComponentService.cs(43,51): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceComponentService.GetItem(int)' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Services\ResourceComponentService.cs(77,51): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceComponentService.PostItem(ResourceComponent)' [R:\AzureNamingTool\AzureNam
ingTool.csproj]
R:\AzureNamingTool\Services\ResourceComponentService.cs(166,51): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceComponentService.DeleteItem(int)' [R:\AzureNamingTool\AzureNamingTool.csp
roj]
R:\AzureNamingTool\Services\ResourceComponentService.cs(253,51): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceComponentService.PostConfig(List)' [R:\AzureNamingTool
\AzureNamingTool.csproj]
R:\AzureNamingTool\Services\ResourceDelimiterService.cs(6,18): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceDelimiterService' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Services\ResourceDelimiterService.cs(8,51): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceDelimiterService.GetItems(bool)' [R:\AzureNamingTool\AzureNamingTool.csproj
]
R:\AzureNamingTool\Services\ResourceDelimiterService.cs(41,51): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceDelimiterService.GetItem(int)' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Services\ResourceDelimiterService.cs(75,51): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceDelimiterService.GetCurrentItem()' [R:\AzureNamingTool\AzureNamingTool.csp
roj]
R:\AzureNamingTool\Services\ResourceDelimiterService.cs(101,51): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceDelimiterService.PostItem(ResourceDelimiter)' [R:\AzureNamingTool\AzureNa
mingTool.csproj]
R:\AzureNamingTool\Services\ResourceDelimiterService.cs(194,51): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceDelimiterService.PostConfig(List)' [R:\AzureNamingTool
\AzureNamingTool.csproj]
R:\AzureNamingTool\Services\ResourceEnvironmentService.cs(6,18): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceEnvironmentService' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Services\ResourceEnvironmentService.cs(8,51): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceEnvironmentService.GetItems()' [R:\AzureNamingTool\AzureNamingTool.csproj
]
R:\AzureNamingTool\Services\ResourceEnvironmentService.cs(34,51): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceEnvironmentService.GetItem(int)' [R:\AzureNamingTool\AzureNamingTool.csp
roj]
R:\AzureNamingTool\Services\ResourceEnvironmentService.cs(68,51): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceEnvironmentService.PostItem(ResourceEnvironment)' [R:\AzureNamingTool\Az
ureNamingTool.csproj]
R:\AzureNamingTool\Services\ResourceEnvironmentService.cs(176,51): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceEnvironmentService.DeleteItem(int)' [R:\AzureNamingTool\AzureNamingTool
.csproj]
R:\AzureNamingTool\Services\ResourceEnvironmentService.cs(223,51): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceEnvironmentService.PostConfig(List)' [R:\AzureNami
ngTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Services\ResourceFunctionService.cs(6,18): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceFunctionService' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Services\ResourceFunctionService.cs(8,51): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceFunctionService.GetItems()' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Services\ResourceFunctionService.cs(34,51): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceFunctionService.GetItem(int)' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Services\ResourceFunctionService.cs(68,51): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceFunctionService.PostItem(ResourceFunction)' [R:\AzureNamingTool\AzureNaming
Tool.csproj]
R:\AzureNamingTool\Services\ResourceFunctionService.cs(176,51): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceFunctionService.DeleteItem(int)' [R:\AzureNamingTool\AzureNamingTool.cspro
j]
R:\AzureNamingTool\Services\ResourceFunctionService.cs(223,51): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceFunctionService.PostConfig(List)' [R:\AzureNamingTool\Az
ureNamingTool.csproj]
R:\AzureNamingTool\Services\ResourceLocationService.cs(7,18): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceLocationService' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Services\ResourceLocationService.cs(9,51): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceLocationService.GetItems(bool)' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Services\ResourceLocationService.cs(42,51): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceLocationService.GetItem(int)' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Services\ResourceLocationService.cs(76,51): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceLocationService.PostItem(ResourceLocation)' [R:\AzureNamingTool\AzureNaming
Tool.csproj]
R:\AzureNamingTool\Services\ResourceLocationService.cs(151,51): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceLocationService.DeleteItem(int)' [R:\AzureNamingTool\AzureNamingTool.cspro
j]
R:\AzureNamingTool\Services\ResourceLocationService.cs(190,51): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceLocationService.PostConfig(List)' [R:\AzureNamingTool\Az
ureNamingTool.csproj]
R:\AzureNamingTool\Services\ResourceLocationService.cs(231,51): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceLocationService.RefreshResourceLocations(bool)' [R:\AzureNamingTool\AzureN
amingTool.csproj]
R:\AzureNamingTool\Services\ResourceNamingRequestService.cs(16,18): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceNamingRequestService' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Services\ResourceOrgService.cs(6,18): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceOrgService' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Services\ResourceOrgService.cs(8,51): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceOrgService.GetItems()' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Services\ResourceOrgService.cs(34,51): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceOrgService.GetItem(int)' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Services\ResourceOrgService.cs(68,51): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceOrgService.PostItem(ResourceOrg)' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Services\ResourceOrgService.cs(177,51): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceOrgService.DeleteItem(int)' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Services\ResourceOrgService.cs(224,51): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceOrgService.PostConfig(List)' [R:\AzureNamingTool\AzureNamingTool.c
sproj]
R:\AzureNamingTool\Services\ResourceProjAppSvcService.cs(6,18): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceProjAppSvcService' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Services\ResourceProjAppSvcService.cs(8,51): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceProjAppSvcService.GetItems()' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Services\ResourceProjAppSvcService.cs(34,51): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceProjAppSvcService.GetItem(int)' [R:\AzureNamingTool\AzureNamingTool.cspro
j]
R:\AzureNamingTool\Services\ResourceProjAppSvcService.cs(68,51): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceProjAppSvcService.PostItem(ResourceProjAppSvc)' [R:\AzureNamingTool\Azure
NamingTool.csproj]
R:\AzureNamingTool\Services\ResourceProjAppSvcService.cs(177,51): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceProjAppSvcService.DeleteItem(int)' [R:\AzureNamingTool\AzureNamingTool.c
sproj]
R:\AzureNamingTool\Services\ResourceProjAppSvcService.cs(224,51): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceProjAppSvcService.PostConfig(List)' [R:\AzureNamingT
ool\AzureNamingTool.csproj]
R:\AzureNamingTool\Services\ResourceTypeService.cs(14,18): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceTypeService' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Services\ResourceTypeService.cs(16,51): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceTypeService.GetItems(bool)' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Services\ResourceTypeService.cs(49,51): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceTypeService.GetItem(int)' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Services\ResourceTypeService.cs(83,51): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceTypeService.PostItem(ResourceType)' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Services\ResourceTypeService.cs(152,51): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceTypeService.DeleteItem(int)' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Services\ResourceTypeService.cs(191,51): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceTypeService.PostConfig(List)' [R:\AzureNamingTool\AzureNamingToo
l.csproj]
R:\AzureNamingTool\Services\ResourceTypeService.cs(223,36): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceTypeService.GetTypeCategories(List)' [R:\AzureNamingTool\AzureNa
mingTool.csproj]
R:\AzureNamingTool\Services\ResourceTypeService.cs(253,42): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceTypeService.GetFilteredResourceTypes(List, string)' [R:\AzureNam
ingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Services\ResourceTypeService.cs(269,51): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceTypeService.RefreshResourceTypes(bool)' [R:\AzureNamingTool\AzureNamingTool.cs
proj]
R:\AzureNamingTool\Services\ResourceTypeService.cs(366,51): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceTypeService.UpdateTypeComponents(string, int)' [R:\AzureNamingTool\AzureNaming
Tool.csproj]
R:\AzureNamingTool\Services\ResourceTypeService.cs(455,51): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceTypeService.ValidateResourceTypeName(ValidateNameRequest)' [R:\AzureNamingTool
\AzureNamingTool.csproj]
R:\AzureNamingTool\Services\ResourceUnitDeptService.cs(6,18): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceUnitDeptService' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Services\ResourceUnitDeptService.cs(8,51): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceUnitDeptService.GetItems()' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Services\ResourceUnitDeptService.cs(34,51): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceUnitDeptService.GetItem(int)' [R:\AzureNamingTool\AzureNamingTool.csproj]
R:\AzureNamingTool\Services\ResourceUnitDeptService.cs(68,51): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceUnitDeptService.PostItem(ResourceUnitDept)' [R:\AzureNamingTool\AzureNaming
Tool.csproj]
R:\AzureNamingTool\Services\ResourceUnitDeptService.cs(177,51): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceUnitDeptService.DeleteItem(int)' [R:\AzureNamingTool\AzureNamingTool.cspro
j]
R:\AzureNamingTool\Services\ResourceUnitDeptService.cs(224,51): warning CS1591: Missing XML comment for publicly visible type or member 'ResourceUnitDeptService.PostConfig(List)' [R:\AzureNamingTool\Az
ureNamingTool.csproj]
AzureNamingTool -> R:\AzureNamingTool\bin\Release\net8.0\AzureNamingTool.dll
AzureNamingTool -> R:\AzureNamingTool\bin\Release\net8.0\publish\

Regards,
Red.

from azurenamingtool.

BryanSoltis avatar BryanSoltis commented on July 18, 2024

FYI, I have a create a new issue for the navigation path update, if you want to track the progress:

#72

from azurenamingtool.

red-erik avatar red-erik commented on July 18, 2024

Hello,
thank you very much for that. We rebuid everything and repaired all .Net installation and we solved the error.
Now, the only point is that the master password is NOT SAVED and we need to use a blank one. All permissions on IIS www root seem to be fine.

Regards,
Red.

from azurenamingtool.

BryanSoltis avatar BryanSoltis commented on July 18, 2024

Hello Red,

I wanted to provide an update on a few things:

  • I have resolved all of the build warnings that you seeing when building the application. These changes will be included in the next release.

  • In researching the navigation issues, I found that ASP.NET Core sites are not support as Virtual Directories in IIS, You can view that in the documentation here:

https://learn.microsoft.com/en-us/aspnet/core/host-and-deploy/iis/advanced?view=aspnetcore-8.0#virtual-directories

It is possible to host as a sub-application, however, I am still researching what it will take to add that support to the tool.

https://learn.microsoft.com/en-us/iis/get-started/planning-your-iis-architecture/understanding-sites-applications-and-virtual-directories-on-iis#applications

  • I believe the Admin Password not being saved is due to trying the run tool as a virtual directory in IIS.

For now, I would recommend hosting the tool in the root of your IIS site to resolve the navigation issues.

  • Bryan

from azurenamingtool.

red-erik avatar red-erik commented on July 18, 2024

Hello Bryan,
thank you for clarifying that but now we are using it as a Root Web Site and not a Virtual Directory or Application but the password problem is still there.

Regards,
Red.

from azurenamingtool.

red-erik avatar red-erik commented on July 18, 2024

Hello,
The password is now properly saved/managed. Thank you very much for your work and quick support.

Regards,
Red.

from azurenamingtool.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.