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
dotnet API for running utPLSQL v3+ unit tests from .net applications
1
+
# utPLSQL .NET API
2
+
.NET API for running utPLSQL v3+ unit tests from .NET applications
3
+
4
+
## Releases
5
+
Releases are published to nuGet: https://www.nuget.org/packages/utPLSQL.Api/
6
+
7
+
## Issues
8
+
9
+
Please file your bug reports, enhancement requests, questions and other support requests within [Github's issue tracker](https://help.github.com/articles/about-issues/).
*[Submit new issue](https://github.com/utPLSQL/utPLSQL-dotnet-api/issues/new)
15
+
16
+
## How to Contribute
17
+
18
+
1. Describe your idea by [submitting an issue](https://github.com/utPLSQL/utPLSQL-dotnet-api/issues/new)
19
+
2.[Fork the utPLSQL-PLSQL-Developer respository](https://github.com/utPLSQL/utPLSQL-dotnet-api/fork)
20
+
3.[Create a branch](https://help.github.com/articles/creating-and-deleting-branches-within-your-repository/), commit and publish your changes and enhancements
21
+
4.[Create a pull request](https://help.github.com/articles/creating-a-pull-request/)
22
+
23
+
## How to Build
24
+
25
+
1. Open the utPLSQL.Api.sln solution in Visual Studio
26
+
2. Build the solution
27
+
28
+
## License
29
+
30
+
utPLSQL .NET API is licensed under the Apache License, Version 2.0.
31
+
You may obtain a copy of the License at <http://www.apache.org/licenses/LICENSE-2.0>.
0 commit comments