Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FIT-Connect-SDK - .NET
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FIT-Connect
FIT-Connect-SDK - .NET
Merge requests
!5
Feature/560 schema data validation
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Feature/560 schema data validation
feature/560-schema-data-validation
into
main
Overview
0
Commits
1
Pipelines
0
Changes
7
Merged
Klaus Fischer
requested to merge
feature/560-schema-data-validation
into
main
2 years ago
Overview
0
Commits
1
Pipelines
0
Changes
7
Expand
Prüfung der MetaDaten
planning#560 (closed)
0
0
Merge request reports
Viewing commit
7b4e2c7b
Show latest version
7 files
+
61
−
32
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
7
Search (e.g. *.vue) (Ctrl+P)
7b4e2c7b
Problems with Callback validation HMAC
· 7b4e2c7b
Klaus Fischer
authored
2 years ago
BasicUnitTest/
Fluent
SenderTests.cs
→
BasicUnitTest/SenderTests.cs
+
1
−
1
Options
@@ -9,7 +9,7 @@ using NUnit.Framework;
@@ -9,7 +9,7 @@ using NUnit.Framework;
namespace
FluentApiTest
;
namespace
FluentApiTest
;
public
class
Fluent
SenderTests
{
public
class
SenderTests
{
private
IContainer
_container
=
null
!;
private
IContainer
_container
=
null
!;
protected
string
clientId
=
null
!;
protected
string
clientId
=
null
!;
protected
string
clientSecret
=
null
!;
protected
string
clientSecret
=
null
!;
Loading