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

v16 Niggles - #4! Validation #2343

Merged
merged 15 commits into from
Sep 10, 2024
Merged

v16 Niggles - #4! Validation #2343

merged 15 commits into from
Sep 10, 2024

Conversation

MrHinsh
Copy link
Member

@MrHinsh MrHinsh commented Sep 9, 2024

Add validation for:

  • Endpoints
    • TfsEndpoint
    • etc...
  • Processors
    • TfsWorkItemMigrationProcessor
  • Tools
    • TfsNodeStructureTool
    • etc...

…ghts response

 public class AppInsightsResponse
 {
     public List<Table> Tables { get; set; }
 }

 public class Table
 {
     public string Name { get; set; }
     public List<Column> Columns { get; set; }
     public List<List<object>> Rows { get; set; }
 }

 public class Column
 {
     public string Name { get; set; }
     public string Type { get; set; }
 }
@MrHinsh MrHinsh self-assigned this Sep 10, 2024
@MrHinsh MrHinsh merged commit e6f3ac0 into main Sep 10, 2024
14 checks passed
@MrHinsh MrHinsh deleted the topic/niggles-v16-4-validation branch September 10, 2024 10:23
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
Development

Successfully merging this pull request may close these issues.

1 participant