Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop #21

Merged
merged 9 commits into from
Jan 24, 2024
Merged

Develop #21

merged 9 commits into from
Jan 24, 2024

Conversation

brentmaxwell
Copy link
Owner

No description provided.

tests disabled until mocked amp is created
* beginning serious test development

* updated workflow

* device type on import DSP definitions

* disposing logic

* Update dotnet.yml to new path

* created mock for tests; added a couple tests; handled all warnings in VisualStudio;
@brentmaxwell brentmaxwell merged commit e6da44a into main Jan 24, 2024
3 checks passed
brentmaxwell added a commit that referenced this pull request Jan 25, 2024
* Unit tests (#20)

* beginning serious test development

* updated workflow

* device type on import DSP definitions

* disposing logic

* Update dotnet.yml to new path

* created mock for tests; added a couple tests; handled all warnings in VisualStudio;

* Develop (#21)

* Initial commit of dotnet library.

* updated and organized the documentation

* I think this is it, the library is basically done!

* disabled tests

tests disabled until mocked amp is created

* forgot to dispose of stuff

* renamed the project

* Unit tests (#20)

* beginning serious test development

* updated workflow

* device type on import DSP definitions

* disposing logic

* Update dotnet.yml to new path

* created mock for tests; added a couple tests; handled all warnings in VisualStudio;

* Bump Google.Protobuf from 3.25.1 to 3.25.2 in /LtDotNet (#15)

* Initial commit of dotnet library.

* updated and organized the documentation

* I think this is it, the library is basically done!

* disabled tests

tests disabled until mocked amp is created

* forgot to dispose of stuff

* Bump Google.Protobuf from 3.25.1 to 3.25.2 in /LtDotNet

Bumps [Google.Protobuf](https://github.com/protocolbuffers/protobuf) from 3.25.1 to 3.25.2.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](protocolbuffers/protobuf@v3.25.1...v3.25.2)

---
updated-dependencies:
- dependency-name: Google.Protobuf
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* renamed the project

* Unit tests (#20)

* beginning serious test development

* updated workflow

* device type on import DSP definitions

* disposing logic

* Update dotnet.yml to new path

* created mock for tests; added a couple tests; handled all warnings in VisualStudio;

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Brent Maxwell <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump Google.Protobuf.Tools from 3.25.1 to 3.25.2 in /LtDotNet (#14)

* Initial commit of dotnet library.

* updated and organized the documentation

* I think this is it, the library is basically done!

* disabled tests

tests disabled until mocked amp is created

* forgot to dispose of stuff

* Bump Google.Protobuf.Tools from 3.25.1 to 3.25.2 in /LtDotNet

Bumps [Google.Protobuf.Tools](https://github.com/protocolbuffers/protobuf) from 3.25.1 to 3.25.2.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](protocolbuffers/protobuf@v3.25.1...v3.25.2)

---
updated-dependencies:
- dependency-name: Google.Protobuf.Tools
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* renamed the project

* Unit tests (#20)

* beginning serious test development

* updated workflow

* device type on import DSP definitions

* disposing logic

* Update dotnet.yml to new path

* created mock for tests; added a couple tests; handled all warnings in VisualStudio;

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Brent Maxwell <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump NUnit from 3.13.3 to 4.0.1 in /LtDotNet (#13)

* Initial commit of dotnet library.

* updated and organized the documentation

* I think this is it, the library is basically done!

* disabled tests

tests disabled until mocked amp is created

* forgot to dispose of stuff

* Bump NUnit from 3.13.3 to 4.0.1 in /LtDotNet

Bumps [NUnit](https://github.com/nunit/nunit) from 3.13.3 to 4.0.1.
- [Release notes](https://github.com/nunit/nunit/releases)
- [Changelog](https://github.com/nunit/nunit/blob/master/CHANGES.md)
- [Commits](nunit/nunit@v3.13.3...v4.0.1)

---
updated-dependencies:
- dependency-name: NUnit
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* renamed the project

* Unit tests (#20)

* beginning serious test development

* updated workflow

* device type on import DSP definitions

* disposing logic

* Update dotnet.yml to new path

* created mock for tests; added a couple tests; handled all warnings in VisualStudio;

* removed stray dependency

* fixed some depreciated methods

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Brent Maxwell <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump NUnit.Analyzers from 3.3.0 to 3.10.0 in /LtDotNet (#16)

* Initial commit of dotnet library.

* updated and organized the documentation

* I think this is it, the library is basically done!

* disabled tests

tests disabled until mocked amp is created

* forgot to dispose of stuff

* Bump NUnit.Analyzers from 3.3.0 to 3.10.0 in /LtDotNet

Bumps [NUnit.Analyzers](https://github.com/nunit/nunit.analyzers) from 3.3.0 to 3.10.0.
- [Release notes](https://github.com/nunit/nunit.analyzers/releases)
- [Changelog](https://github.com/nunit/nunit.analyzers/blob/master/CHANGES.txt)
- [Commits](nunit/nunit.analyzers@3.3.0...3.10.0)

---
updated-dependencies:
- dependency-name: NUnit.Analyzers
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* renamed the project

* Unit tests (#20)

* beginning serious test development

* updated workflow

* device type on import DSP definitions

* disposing logic

* Update dotnet.yml to new path

* created mock for tests; added a couple tests; handled all warnings in VisualStudio;

* removed stray dependency

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Brent Maxwell <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump NUnit3TestAdapter from 4.2.1 to 4.5.0 in /LtDotNet (#12)

* Initial commit of dotnet library.

* updated and organized the documentation

* I think this is it, the library is basically done!

* disabled tests

tests disabled until mocked amp is created

* forgot to dispose of stuff

* Bump NUnit3TestAdapter from 4.2.1 to 4.5.0 in /LtDotNet

Bumps [NUnit3TestAdapter](https://github.com/nunit/nunit3-vs-adapter) from 4.2.1 to 4.5.0.
- [Release notes](https://github.com/nunit/nunit3-vs-adapter/releases)
- [Commits](nunit/nunit3-vs-adapter@V4.2.1...V4.5.0)

---
updated-dependencies:
- dependency-name: NUnit3TestAdapter
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* renamed the project

* Unit tests (#20)

* beginning serious test development

* updated workflow

* device type on import DSP definitions

* disposing logic

* Update dotnet.yml to new path

* created mock for tests; added a couple tests; handled all warnings in VisualStudio;

* removed stray dependency

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Brent Maxwell <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Codeql (#25)

* Create codeql.yml (#22)

* Delete .github/workflows/codeql.yml (#23)

* Create codeql.yml (#24)

* Codeql (#26)

* Create codeql.yml (#22)

* Delete .github/workflows/codeql.yml (#23)

* Create codeql.yml (#24)

* Create Protocol.md

* Update Protocol.md

* Update README.md

* Update Protocol.md

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant