mirror of
https://github.com/fsouza/fake-gcs-server.git
synced 2026-04-25 21:55:56 +03:00
[PR #501] [MERGED] .net example #664
Labels
No labels
bug
compatibility-issue
docker
documentation
enhancement
help wanted
needs information
pull-request
question
stale
unfortunate
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/fake-gcs-server#664
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:dotnet-example📝 Commits (10+)
87a7334dotnet exampleb3becb9Merge branch 'main' into dotnet-examplea7f1e0fadded dotnet example to ci78f0c91testing ci96ce1a7testing cic42437etesting ci4918257testing ci8a37319testing ci78af762restore ci after testinga38326btesting dependabot📊 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.