[PR #501] [MERGED] .net example #664

Closed
opened 2026-03-03 12:31:04 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/501
Author: @marcinbudny
Created: 5/24/2021
Status: Merged
Merged: 6/4/2021
Merged by: @fsouza

Base: mainHead: dotnet-example


📝 Commits (10+)

📊 Changes

7 files changed (+69 additions, -0 deletions)

View changed files

📝 .github/dependabot.yml (+5 -0)
📝 .github/workflows/main.yml (+6 -0)
ci/run-dotnet-example.sh (+8 -0)
examples/dotnet/.gitignore (+3 -0)
examples/dotnet/Example.csproj (+12 -0)
examples/dotnet/Program.cs (+26 -0)
examples/dotnet/docker-compose.yaml (+9 -0)

📄 Description

Added example showing how to work with the emulator from .net and C#


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/fsouza/fake-gcs-server/pull/501 **Author:** [@marcinbudny](https://github.com/marcinbudny) **Created:** 5/24/2021 **Status:** ✅ Merged **Merged:** 6/4/2021 **Merged by:** [@fsouza](https://github.com/fsouza) **Base:** `main` ← **Head:** `dotnet-example` --- ### 📝 Commits (10+) - [`87a7334`](https://github.com/fsouza/fake-gcs-server/commit/87a73345721c7c323561e578b55504bc394ff951) dotnet example - [`b3becb9`](https://github.com/fsouza/fake-gcs-server/commit/b3becb9e2cb62a8278491064e302737995003ae3) Merge branch 'main' into dotnet-example - [`a7f1e0f`](https://github.com/fsouza/fake-gcs-server/commit/a7f1e0f682b99e717487176cc65440fd905b5eff) added dotnet example to ci - [`78f0c91`](https://github.com/fsouza/fake-gcs-server/commit/78f0c911a896a837b3463af9cd870a15bf9cf93e) testing ci - [`96ce1a7`](https://github.com/fsouza/fake-gcs-server/commit/96ce1a7e7e809bd48945672b387f6a844e22adfa) testing ci - [`c42437e`](https://github.com/fsouza/fake-gcs-server/commit/c42437ed778bf0ed44a8216991e0314297fb0eb9) testing ci - [`4918257`](https://github.com/fsouza/fake-gcs-server/commit/49182574fdcefec4c0ffbb0abe32d821a13105b5) testing ci - [`8a37319`](https://github.com/fsouza/fake-gcs-server/commit/8a37319672ba63cf6e302bac439c9ceceb8dff3b) testing ci - [`78af762`](https://github.com/fsouza/fake-gcs-server/commit/78af762940fbef9f2494755e974c7161f5c3cbc2) restore ci after testing - [`a38326b`](https://github.com/fsouza/fake-gcs-server/commit/a38326bc864fd307dd5a553d2fbe385a46b596c0) testing dependabot ### 📊 Changes **7 files changed** (+69 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `.github/dependabot.yml` (+5 -0) 📝 `.github/workflows/main.yml` (+6 -0) ➕ `ci/run-dotnet-example.sh` (+8 -0) ➕ `examples/dotnet/.gitignore` (+3 -0) ➕ `examples/dotnet/Example.csproj` (+12 -0) ➕ `examples/dotnet/Program.cs` (+26 -0) ➕ `examples/dotnet/docker-compose.yaml` (+9 -0) </details> ### 📄 Description Added example showing how to work with the emulator from .net and C# --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 12:31:04 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/fake-gcs-server#664
No description provided.