{"id":24479416,"url":"https://github.com/marcusbooyah/bitdrift-dotnet","last_synced_at":"2026-05-15T22:36:03.751Z","repository":{"id":232308010,"uuid":"783917071","full_name":"marcusbooyah/bitdrift-dotnet","owner":"marcusbooyah","description":".NET bindings for bitdrift","archived":false,"fork":false,"pushed_at":"2024-09-12T22:07:24.000Z","size":6301,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-21T10:15:55.121Z","etag":null,"topics":["bitdrift","dotnet","logging","maui","maui-blazor","observability"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/marcusbooyah.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-04-08T20:39:51.000Z","updated_at":"2024-09-12T22:07:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"663efab8-c9e2-4cfe-a7f7-b53fff570e4a","html_url":"https://github.com/marcusbooyah/bitdrift-dotnet","commit_stats":null,"previous_names":["marcusbooyah/bitdrift-dotnet"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcusbooyah%2Fbitdrift-dotnet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcusbooyah%2Fbitdrift-dotnet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcusbooyah%2Fbitdrift-dotnet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcusbooyah%2Fbitdrift-dotnet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marcusbooyah","download_url":"https://codeload.github.com/marcusbooyah/bitdrift-dotnet/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243615630,"owners_count":20319733,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bitdrift","dotnet","logging","maui","maui-blazor","observability"],"created_at":"2025-01-21T10:16:01.757Z","updated_at":"2026-05-15T22:35:58.728Z","avatar_url":"https://github.com/marcusbooyah.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bitdrift-dotnet\n\n## Getting started\n\n```csharp\nusing BitDrift;\n\nCapture.Configure(\n    apiKey: \"YOUR_API_KEY\",\n    sessionStrategy: SessionStrategy.Fixed);\n\nCapture.LogInformation(\"Hello, world!\");\n```\n\nYou can also use it with ILogger\n\n```csharp\nusing BitDrift;\n\n// startup\nbuilder.Logging.AddBitDrift(\n    apiKey:          \"YOUR_API_KEY\",\n    sessionStrategy: SessionStrategy.Fixed);\n\n// use injected ILogger\nLogger.LogInformation(\"Hello, world!\");\n```\n\n## Environment setup\n\nInstall prerequisites:\n\n- [.NET 8.0 SDK](https://dotnet.microsoft.com/download)\n- [.NET MAUI workload](https://github.com/dotnet/core/blob/main/release-notes/6.0/install-maui.md#cli-installation) (via Visual Studio or CLI ```dotnet workload install maui```)\n- [Android SDK](https://developer.android.com/tools)\n- [Android Studio](https://developer.android.com/studio)\n- [Objective-Sharpie](https://aka.ms/objective-sharpie)\n- [Visual Studio](https://visualstudio.microsoft.com/downloads/) or [Visual Studio Code](https://code.visualstudio.com/download)\n- [Xcode](https://developer.apple.com/xcode/)\n- [Xcode Command Line Tools](https://developer.apple.com/download/all/?q=command%20line%20tools) (```xcode-select --install```)\n\n\u003e [!NOTE]\n\u003e \n\u003e It's possible to install the [Android SDK](https://developer.android.com/tools) and/or the [Xcode Command Line Tools](https://developer.apple.com/download/all/?q=command%20line%20tools) in a standalone manner. However, installation of the [Xcode Command Line Tools](https://developer.apple.com/download/all/?q=command%20line%20tools) is typically handled via [Xcode](https://developer.apple.com/xcode/). Likewise, [Android SDK](https://developer.android.com/tools) installation is also typically handled via [Android Studio](https://developer.android.com/studio) and/or the [.NET MAUI VS Code Extension](https://aka.ms/mauidevkit-marketplace) as-per the [.NET MAUI Getting Started](https://learn.microsoft.com/dotnet/maui/get-started/installation?view=net-maui-8.0\u0026tabs=visual-studio-code#install-visual-studio-code-and-the-net-maui-extension) documentation.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcusbooyah%2Fbitdrift-dotnet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarcusbooyah%2Fbitdrift-dotnet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcusbooyah%2Fbitdrift-dotnet/lists"}