Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CodedCredentialsDemo/.codedworkflows/ConnectionsFactory.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
namespace CodedCredentialsDemo
{
}
12 changes: 12 additions & 0 deletions CodedCredentialsDemo/.codedworkflows/ConnectionsManager.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
using UiPath.CodedWorkflows;
using System;

namespace CodedCredentialsDemo
{
public class ConnectionsManager
{
public ConnectionsManager(ICodedWorkflowsServiceContainer resolver)
{
}
}
}
9 changes: 9 additions & 0 deletions CodedCredentialsDemo/.objects/.metadata
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"Type": "Library",
"Id": "x97CRi6Zf0uSIugnPA6kWw",
"Created": "2026-04-30T15:52:39.9190326Z",
"Updated": "2026-04-30T15:52:39.9190326Z",
"CreatedBy": [
"UiPath.Platform, Version=24.11.1.0, Culture=neutral, PublicKeyToken=null"
]
}
1 change: 1 addition & 0 deletions CodedCredentialsDemo/.objects/.type
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Library
Loading
Loading