Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Niggles v16 (Docs) + Bugs #2358

Merged
merged 5 commits into from
Sep 13, 2024
Merged

Niggles v16 (Docs) + Bugs #2358

merged 5 commits into from
Sep 13, 2024

Conversation

MrHinsh
Copy link
Member

@MrHinsh MrHinsh commented Sep 12, 2024

…sions documentation

The links to the installation and permissions documentation are updated to use absolute paths. This ensures that the links work correctly regardless of the current document's location, improving the user experience and reducing potential navigation errors.
@nkdagility-actions-bot nkdagility-actions-bot bot added documentation This is an item for a Documentation enhancement feature labels Sep 12, 2024
Corrects typos and clarifies the minimum permission requirements for
source and target systems. Adds details about the use of the "Bypass
Work Item rules engine" flag and the necessity of full-scoped PATs.
Provides instructions for granting "Make requests on behalf of others"
permission on older TFS versions.

Improves clarity and accuracy of the documentation, ensuring users
understand the necessary permissions and configurations for successful
migrations.
Improve the readability and clarity of the permissions documentation. Ensure consistent terminology and formatting. Highlight the importance of full-scoped PATs and provide clearer instructions for setting permissions, especially for older TFS versions. This enhances user understanding and reduces potential confusion during setup.
@MrHinsh MrHinsh self-assigned this Sep 13, 2024
…h and commit details

♻️ (EndpointRegistrationExtensions): set endpoint name during options instance creation
✨ (IEndpointOptions): add Name property to IEndpointOptions interface

The documentation is updated to reflect the latest branch, commit, and version details, ensuring accuracy. The code is refactored to set the endpoint name during the creation of the options instance, improving clarity and maintainability. Additionally, a new `Name` property is added to the `IEndpointOptions` interface to support this change.
@MrHinsh MrHinsh changed the title Niggles v16 (Docs) Niggles v16 (Docs) + Bugs Sep 13, 2024
@MrHinsh MrHinsh merged commit 0caa44d into main Sep 13, 2024
10 checks passed
@MrHinsh MrHinsh deleted the topic/niggles-v16-docs branch September 13, 2024 14:23
@fgudelj1
Copy link

HI all,

when we tried to run 16.0.3 we have experienced the following error - 16.0.2. works as expected :

Unhandled Exception: System.IO.FileLoadException: Could not load file or assembly 'file:///C:\Tools\MigrationTools\MigrationTools.Clients.TfsObjectModel.dll' or one of its dependencies. Operation is not supported. (Exception from HRESULT: 0x80131515) ---> System.NotSupportedException: An attempt was made to load an assembly from a network location which would have caused the assembly to be sandboxed in previous versions of the .NET Framework. This release of the .NET Framework does not enable CAS policy by default, so this load may be dangerous. If this load is not intended to sandbox the assembly, please enable the loadFromRemoteSources switch. See
http://go.microsoft.com/fwlink/?LinkId=155569
for more information.
--- End of inner exception stack trace ---
at System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
at System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, Evidence assemblySecurity, RuntimeAssembly reqAssembly, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
at System.Reflection.RuntimeAssembly.InternalLoadFrom(String assemblyFile, Evidence securityEvidence, Byte[] hashValue, AssemblyHashAlgorithm hashAlgorithm, Boolean forIntrospection, Boolean suppressSecurityChecks, StackCrawlMark& stackMark)
at System.Reflection.Assembly.LoadFrom(String assemblyFile)
at VstsSyncMigrator.ConsoleApp.Program.

d__0.MoveNext() in D:\a\azure-devops-migration-tools\azure-devops-migration-tools\src\MigrationTools.ConsoleFull\Program.cs:line 32
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.GetResult()
at VstsSyncMigrator.ConsoleApp.Program.(String[] args)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation This is an item for a Documentation enhancement enhancement enhancement-modern feature
Projects
None yet
2 participants