[MONGOCRYPT-195] Remove pdb from C# binding Created: 24/Oct/19 Updated: 28/Oct/23 Resolved: 30/Oct/19 |
|
| Status: | Closed |
| Project: | Libmongocrypt |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Task | Priority: | Major - P3 |
| Reporter: | Vincent Kam (Inactive) | Assignee: | Dmitry Lukyanov (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Description |
|
The C# binding bundles `mongocrypt.pdb` when creating a release because the .NET driver also used to include pdb files with the zip file released on GitHub. (e.g. `MongoDB.Bson.dll` would be distributed with `MongoDB.Bson.pdb`). As the .NET driver has stopped releasing on GitHub, and no other drivers seem to release `mongocrypt.pdb` alongside `mongocrypt.dll` for dll, it seems to make sense for the C# bindings to no longer include `mongocrypt.pdb` when releasing. |
| Comments |
| Comment by Vincent Kam (Inactive) [ 30/Oct/19 ] |
| Comment by Githook User [ 28/Oct/19 ] |
|
Author: {'username': 'vincentkam', 'email': 'vincent.kam@10gen.com', 'name': 'vincentkam'}Message: |