Skip to content

new library #16

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

Open
wants to merge 57 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
57 commits
Select commit Hold shift + click to select a range
c7e9fcc
update library
niphlod Jan 20, 2025
7cce14e
update libs
potatoqualitee Jan 30, 2025
5d3f532
add x86 support from PR #11
potatoqualitee Jan 30, 2025
c8c075a
update module version for library
potatoqualitee Jan 30, 2025
b659b0d
one more step
niphlod Feb 11, 2025
4975812
updates
potatoqualitee Feb 25, 2025
3881dd9
fix
potatoqualitee Feb 25, 2025
3aa5780
DbaRenewableToken
niphlod Mar 5, 2025
995660b
Merge branch 'update/references' of https://github.com/niphlod/dbatoo…
niphlod Mar 5, 2025
cc69336
update
potatoqualitee Mar 20, 2025
e4c07f9
new lib again
potatoqualitee Mar 29, 2025
6d155cc
supposed
potatoqualitee Mar 29, 2025
b6495af
mild fix
potatoqualitee Mar 30, 2025
9efb567
upd
potatoqualitee Mar 30, 2025
4cb7fc3
remove
potatoqualitee Mar 30, 2025
17c5399
works mostly
potatoqualitee Mar 30, 2025
c81b226
works in win
potatoqualitee Mar 30, 2025
a8b27b0
refactor
potatoqualitee Mar 30, 2025
f3ed6ac
Update dbatools.csproj
potatoqualitee Mar 31, 2025
afefd88
very pretty but same issue dangit
potatoqualitee Mar 31, 2025
a2974be
try
potatoqualitee Mar 31, 2025
0360fc8
seems close, we need to load azure core and identity
potatoqualitee Mar 31, 2025
fb7b5d6
add redir
potatoqualitee Mar 31, 2025
fe9f024
progress
potatoqualitee Mar 31, 2025
2e07d03
progress
potatoqualitee Mar 31, 2025
34bb56f
Update build.ps1
potatoqualitee Mar 31, 2025
7ada02e
prog
potatoqualitee Mar 31, 2025
c788805
temp
potatoqualitee Apr 1, 2025
7379d3d
temp
potatoqualitee Apr 5, 2025
64f469b
pub
potatoqualitee Apr 5, 2025
f1effd6
ALMOST
potatoqualitee Apr 5, 2025
7df41bb
worksish
potatoqualitee Apr 5, 2025
cb48e33
WORKS!
potatoqualitee Apr 5, 2025
84f9afc
quiet
potatoqualitee Apr 5, 2025
f7e1710
del
potatoqualitee Apr 5, 2025
34b3dec
better
potatoqualitee Apr 5, 2025
f7e0a41
works on core
potatoqualitee Apr 5, 2025
fccf8ec
WORKS and faster for CORE
potatoqualitee Apr 5, 2025
61a036f
prog
potatoqualitee Apr 5, 2025
5ab920e
works on core again
potatoqualitee Apr 5, 2025
9a7faff
Update assembly-resolution.ps1
potatoqualitee Apr 5, 2025
dc06d9f
fixed this
potatoqualitee Apr 5, 2025
ed916c2
progress
potatoqualitee Apr 5, 2025
7b22cf7
fix path
potatoqualitee Apr 5, 2025
888dcce
finally
potatoqualitee Apr 5, 2025
2e30909
Update build.ps1
potatoqualitee Apr 5, 2025
4ab5862
upd
potatoqualitee Apr 5, 2025
d257dff
Update assembly-lists.ps1
potatoqualitee Apr 5, 2025
90647b6
add reg server
potatoqualitee Apr 5, 2025
5f2aaec
Update assembly-lists.ps1
potatoqualitee Apr 5, 2025
538a724
add lumenworks and bogus
potatoqualitee Apr 6, 2025
2ecb243
Update dbatools.library.psd1
potatoqualitee Apr 6, 2025
e39c7a5
newdlls
potatoqualitee Apr 6, 2025
ffbc177
Update dbatools.csproj
potatoqualitee Apr 6, 2025
14438b5
udpates
potatoqualitee Apr 6, 2025
66d6a55
add
potatoqualitee Apr 6, 2025
7e7ff33
WORKS
potatoqualitee Apr 6, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,5 @@ temp/
runtimes/
lib/
/third-party
/third-party-licenses
/third-party-licenses
/OLDLIB
3 changes: 3 additions & 0 deletions .roo/mcp.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"mcpServers": {}
}
166 changes: 0 additions & 166 deletions build/build-core.ps1

This file was deleted.

137 changes: 0 additions & 137 deletions build/build-full.ps1

This file was deleted.

Loading
Loading