You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fully generated C# SDK based on [official Roboflow OpenAPI specification](https://inference.roboflow.com/openapi.json) using [AutoSDK](https://github.com/HavenDV/AutoSDK)
10
+
- Same day update to support new features
11
+
- Updated and supported automatically if there are no breaking changes
12
+
- All modern .NET features - nullability, trimming, NativeAOT, etc.
13
+
- Support .Net Framework/.Net Standard 2.0
14
+
15
+
### Usage
16
+
```csharp
17
+
usingRoboflow;
18
+
19
+
usingvarclient=newRoboflowClient(apiKey);
20
+
```
21
+
22
+
<!-- EXAMPLES:START -->
23
+
<!-- EXAMPLES:END -->
24
+
25
+
## Support
26
+
27
+
Priority place for bugs: https://github.com/tryAGI/Roboflow/issues
28
+
Priority place for ideas and general questions: https://github.com/tryAGI/Roboflow/discussions
0 commit comments