Hello ANZ Team,
I would like to seek some guidance on what is the best practice when using enumerations as the data type of a property from the Power Tools? Where and how should I implement this in the code?
Thank you in advance!
Thank you @ismcagdas for these information. I tried searching for documentation on how to enable this feature but I cannot seem to find it from the online documentation. Maybe I am looking at the wrong place?
Hello @ismcagdas. Thanks for that clarification.
I hope you don't mind me asking more information regarding LDAP.
Please advise. Thank you.
Thank you @ismcagdas
Hello ANZ Team,
I upgraded to v8.9 of Angular+Core combo of my project and installed the Docker requirements as well as the minimum Windows OS version but after doing all of those I get this error when rebuilding my entire .NET Core solution. Please advise. Thank you.
Here is the entire error log...
Severity Code Description Project File Line Suppression State
Error MSB4018 The "CleanWorkspace" task failed unexpectedly.
System.IO.FileNotFoundException: Could not load file or assembly 'Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed' or one of its dependencies. The system cannot find the file specified.
File name: 'Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed'
at Microsoft.Docker.BuildTasks.DockerBuildTask.OutputAndLogContainerToolsException(ContainerToolsException ex)
at Microsoft.Docker.BuildTasks.DockerBuildTask.<ExecuteAsync>d__30.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.Docker.BuildTasks.DockerBuildTask.Execute()
at Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute()
at Microsoft.Build.BackEnd.TaskBuilder.<ExecuteInstantiatedTask>d__26.MoveNext()
WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
docker-compose-mvc C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Sdks\Microsoft.Docker.Sdk\build\Microsoft.VisualStudio.Docker.Compose.targets 450
Hello ANZ Team,
Would you mind elaborating the extent of the LDAP implementation in your solution? Does it drill down to the roles from the active directory server and bubbles up to the authorization management built-in ANZ?
Please advise. Thank you.
So it means I cannot use this to store my blob data like images but instead code it manually?
Thank you @ismcagdas. Will this solution be incorporated and implemented in the Power Tools someday?
Hello ANZ Team,
I have a customer-contact entity that contains the 1-to-many relationship between my customer and contact entities. This entity only has the PK for the customer and contacts entities. I wanted to add a navigation property to my customer entity against this customer-contact entity on the contact id. The use case is for my customer to have a primary contact from its list of contacts. When I tried this using the Power Tools, under the navigation property, it stops me from generating the code and prompts for assigning a display field. I don't want to add another property just for this since I only need the PKs of the customer and contact entities in my customer-contact entity.
Please help on how to go about this matter.
Thank you.