-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathOpenFeature.slnx
More file actions
70 lines (70 loc) · 2.94 KB
/
Copy pathOpenFeature.slnx
File metadata and controls
70 lines (70 loc) · 2.94 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<Solution>
<Folder Name="/.root/">
<File Path=".editorconfig" />
<File Path=".gitignore" />
<File Path=".gitmodules" />
<File Path=".release-please-manifest.json" />
<File Path="CHANGELOG.md" />
<File Path=".github/CODEOWNERS" />
<File Path="CONTRIBUTING.md" />
<File Path="global.json" />
<File Path="LICENSE" />
<File Path="README.md" />
<File Path="release-please-config.json" />
<File Path="renovate.json" />
<File Path="version.txt" />
</Folder>
<Folder Name="/.root/.github/" />
<Folder Name="/.root/.github/ISSUE_TEMPLATE/">
<File Path=".github/ISSUE_TEMPLATE/bug.yaml" />
<File Path=".github/ISSUE_TEMPLATE/documentation.yaml" />
<File Path=".github/ISSUE_TEMPLATE/feature.yaml" />
</Folder>
<Folder Name="/.root/.github/workflows/">
<File Path=".github/workflows/ci.yml" />
<File Path=".github/workflows/code-coverage.yml" />
<File Path=".github/workflows/codeql-analysis.yml" />
<File Path=".github/workflows/dotnet-format.yml" />
<File Path=".github/workflows/e2e.yml" />
<File Path=".github/workflows/lint-pr.yml" />
<File Path=".github/workflows/release.yml" />
</Folder>
<Folder Name="/.root/.vscode/">
<File Path=".vscode/launch.json" />
<File Path=".vscode/tasks.json" />
</Folder>
<Folder Name="/.root/build/">
<File Path="build/Common.prod.props" />
<File Path="build/Common.props" />
<File Path="build/Common.samples.props" />
<File Path="build/Common.tests.props" />
<File Path="build/openfeature-icon.png" />
<File Path="build/xunit.runner.json" />
</Folder>
<Folder Name="/samples/">
<File Path="samples/Directory.Build.props" />
</Folder>
<Folder Name="/samples/aspnetcore/">
<Project Path="samples/AspNetCore/Samples.AspNetCore.csproj" />
</Folder>
<Folder Name="/samples/console/">
<File Path="samples/Console/app.cs" />
</Folder>
<Folder Name="/src/">
<Project Path="src/OpenFeature.Hosting/OpenFeature.Hosting.csproj" />
<Project Path="src/OpenFeature.Providers.MultiProvider/OpenFeature.Providers.MultiProvider.csproj" />
<Project Path="src/OpenFeature/OpenFeature.csproj" />
<File Path="src/Directory.Build.props" />
<File Path="src/Directory.Build.targets" />
</Folder>
<Folder Name="/test/">
<Project Path="test/OpenFeature.AotCompatibility/OpenFeature.AotCompatibility.csproj" />
<Project Path="test/OpenFeature.Benchmarks/OpenFeature.Benchmarks.csproj" />
<Project Path="test/OpenFeature.E2ETests/OpenFeature.E2ETests.csproj" />
<Project Path="test/OpenFeature.Hosting.Tests/OpenFeature.Hosting.Tests.csproj" />
<Project Path="test/OpenFeature.IntegrationTests/OpenFeature.IntegrationTests.csproj" />
<Project Path="test/OpenFeature.Providers.MultiProvider.Tests/OpenFeature.Providers.MultiProvider.Tests.csproj" />
<Project Path="test/OpenFeature.Tests/OpenFeature.Tests.csproj" />
<File Path="test/Directory.Build.props" />
</Folder>
</Solution>