-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy path.output.txt
More file actions
208 lines (207 loc) · 26.5 KB
/
.output.txt
File metadata and controls
208 lines (207 loc) · 26.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
Welcome to .NET 10.0!
---------------------
SDK Version: 10.0.101
Telemetry
---------
The .NET tools collect usage data in order to help us improve your experience. It is collected by Microsoft and shared with the community. You can opt-out of telemetry by setting the DOTNET_CLI_TELEMETRY_OPTOUT environment variable to '1' or 'true' using your favorite shell.
Read more about .NET CLI Tools telemetry: https://aka.ms/dotnet-cli-telemetry
----------------
Installed an ASP.NET Core HTTPS development certificate.
To trust the certificate, run 'dotnet dev-certs https --trust'
Learn about HTTPS: https://aka.ms/dotnet-https
----------------
Write your first app: https://aka.ms/dotnet-hello-world
Find out what's new: https://aka.ms/dotnet-whats-new
Explore documentation: https://aka.ms/dotnet-docs
Report issues and find source on GitHub: https://github.com/dotnet/core
Use 'dotnet --help' to see available commands or visit: https://aka.ms/dotnet-cli
--------------------------------------------------------------------------------------
Restore succeeded with 1 warning(s) in 1.1s
/var/mnt/data/Repos/FrEee/FrEee.Core.Domain/FrEee.Core.Domain.csproj : warning NU1510: PackageReference Microsoft.CSharp will not be pruned. Consider removing this package from your dependencies, as it is likely unnecessary.
FrEee.Assets net10.0 failed with 1 error(s) and 1 warning(s) (2.1s)
/var/home/ed/.dotnet/sdk/10.0.101/Microsoft.Common.CurrentVersion.targets(1208,5): warning MSB3191: Unable to create directory "/bin/Debug/net10.0/". Read-only file system : '/bin/Debug'
/var/home/ed/.dotnet/sdk/10.0.101/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(308,5): error MSB4018:
The "GenerateDepsFile" task failed unexpectedly.
System.IO.DirectoryNotFoundException: Could not find a part of the path '/
bin/Debug/net10.0/FrEee.Assets.deps.json'.
at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, B
oolean isDirError)
at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFla
gs flags, Int32 mode, Boolean failForSymlink, Boolean& wasSymlink, Func`4
createOpenException)
at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, Fil
eMode mode, FileAccess access, FileShare share, FileOptions options, Int64
preallocationSize, UnixFileMode openPermissions, Int64& fileLength, UnixF
ileMode& filePermissions, Boolean failForSymlink, Boolean& wasSymlink, Fun
c`4 createOpenException)
at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMod
e mode, FileAccess access, FileShare share, FileOptions options, Int64 pre
allocationSize, Nullable`1 unixCreateMode)
at System.IO.File.Create(String path)
at Microsoft.NET.Build.Tasks.GenerateDepsFile.WriteDepsFile(String deps
FilePath)
at Microsoft.NET.Build.Tasks.TaskBase.Execute()
at Microsoft.Build.BackEnd.TaskExecutionHost.Execute()
at Microsoft.Build.BackEnd.TaskBuilder.ExecuteInstantiatedTask(TaskExec
utionHost taskExecutionHost, TaskLoggingContext taskLoggingContext, TaskHo
st taskHost, ItemBucket bucket, TaskExecutionMode howToExecuteTask)
FrEee.Plugins net10.0 failed with 1 error(s) and 8 warning(s) (2.2s)
/var/home/ed/.dotnet/sdk/10.0.101/Microsoft.Common.CurrentVersion.targets(1208,5): warning MSB3191: Unable to create directory "/bin/Debug/net10.0/". Read-only file system : '/bin/Debug'
/var/mnt/data/Repos/FrEee/FrEee.Plugins/PluginLibrary.cs(20,10): warning CS8618: Non-nullable property 'All' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
/var/mnt/data/Repos/FrEee/FrEee.Plugins/PluginLibrary.cs(62,3): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
/var/mnt/data/Repos/FrEee/FrEee.Plugins/PluginLibrary.cs(86,3): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
/var/mnt/data/Repos/FrEee/FrEee.Plugins/PluginLibrary.cs(101,3): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
/var/mnt/data/Repos/FrEee/FrEee.Plugins/PluginLibrary.cs(125,3): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
/var/mnt/data/Repos/FrEee/FrEee.Plugins/DI.cs(108,5): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
/var/mnt/data/Repos/FrEee/FrEee.Plugins/DI.cs(111,25): warning CS8602: Dereference of a possibly null reference.
/var/home/ed/.dotnet/sdk/10.0.101/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(308,5): error MSB4018:
The "GenerateDepsFile" task failed unexpectedly.
System.IO.DirectoryNotFoundException: Could not find a part of the path '/
bin/Debug/net10.0/FrEee.Plugins.deps.json'.
at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, B
oolean isDirError)
at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFla
gs flags, Int32 mode, Boolean failForSymlink, Boolean& wasSymlink, Func`4
createOpenException)
at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, Fil
eMode mode, FileAccess access, FileShare share, FileOptions options, Int64
preallocationSize, UnixFileMode openPermissions, Int64& fileLength, UnixF
ileMode& filePermissions, Boolean failForSymlink, Boolean& wasSymlink, Fun
c`4 createOpenException)
at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMod
e mode, FileAccess access, FileShare share, FileOptions options, Int64 pre
allocationSize, Nullable`1 unixCreateMode)
at System.IO.File.Create(String path)
at Microsoft.NET.Build.Tasks.GenerateDepsFile.WriteDepsFile(String deps
FilePath)
at Microsoft.NET.Build.Tasks.TaskBase.Execute()
at Microsoft.Build.BackEnd.TaskExecutionHost.Execute()
at Microsoft.Build.BackEnd.TaskBuilder.ExecuteInstantiatedTask(TaskExec
utionHost taskExecutionHost, TaskLoggingContext taskLoggingContext, TaskHo
st taskHost, ItemBucket bucket, TaskExecutionMode howToExecuteTask)
FrEee.Core.Utility net10.0 failed with 1 error(s) and 97 warning(s) (2.2s)
/var/home/ed/.dotnet/sdk/10.0.101/Microsoft.Common.CurrentVersion.targets(1208,5): warning MSB3191: Unable to create directory "/bin/Debug/net10.0/". Read-only file system : '/bin/Debug'
/var/mnt/data/Repos/FrEee/FrEee.Core.Utility/Extensions/EnumerableExtensions.cs(116,69): warning CS8625: Cannot convert null literal to non-nullable reference type.
/var/mnt/data/Repos/FrEee/FrEee.Core.Utility/Extensions/EnumerableExtensions.cs(129,76): warning CS8625: Cannot convert null literal to non-nullable reference type.
/var/mnt/data/Repos/FrEee/FrEee.Core.Utility/Extensions/EnumerableExtensions.cs(154,77): warning CS8625: Cannot convert null literal to non-nullable reference type.
/var/mnt/data/Repos/FrEee/FrEee.Core.Utility/Extensions/EnumerableExtensions.cs(178,79): warning CS8625: Cannot convert null literal to non-nullable reference type.
/var/mnt/data/Repos/FrEee/FrEee.Core.Utility/Extensions/EnumerableExtensions.cs(196,94): warning CS8625: Cannot convert null literal to non-nullable reference type.
/var/mnt/data/Repos/FrEee/FrEee.Core.Utility/Extensions/EnumerableExtensions.cs(201,95): warning CS8625: Cannot convert null literal to non-nullable reference type.
/var/mnt/data/Repos/FrEee/FrEee.Core.Utility/Extensions/EnumerableExtensions.cs(206,97): warning CS8625: Cannot convert null literal to non-nullable reference type.
/var/mnt/data/Repos/FrEee/FrEee.Core.Utility/Extensions/EnumerableExtensions.cs(252,79): warning CS8625: Cannot convert null literal to non-nullable reference type.
/var/mnt/data/Repos/FrEee/FrEee.Core.Utility/Extensions/EnumerableExtensions.cs(310,90): warning CS8625: Cannot convert null literal to non-nullable reference type.
/var/mnt/data/Repos/FrEee/FrEee.Core.Utility/Utility/RandomHelper.cs(22,48): warning CS8625: Cannot convert null literal to non-nullable reference type.
/var/mnt/data/Repos/FrEee/FrEee.Core.Utility/Utility/RandomHelper.cs(32,50): warning CS8625: Cannot convert null literal to non-nullable reference type.
/var/mnt/data/Repos/FrEee/FrEee.Core.Utility/Utility/RandomHelper.cs(42,54): warning CS8625: Cannot convert null literal to non-nullable reference type.
/var/mnt/data/Repos/FrEee/FrEee.Core.Utility/Utility/RandomHelper.cs(53,56): warning CS8625: Cannot convert null literal to non-nullable reference type.
/var/mnt/data/Repos/FrEee/FrEee.Core.Utility/Utility/RandomHelper.cs(64,59): warning CS8625: Cannot convert null literal to non-nullable reference type.
/var/mnt/data/Repos/FrEee/FrEee.Core.Utility/Utility/RandomHelper.cs(75,65): warning CS8625: Cannot convert null literal to non-nullable reference type.
/var/mnt/data/Repos/FrEee/FrEee.Core.Utility/Utility/RandomHelper.cs(85,65): warning CS8625: Cannot convert null literal to non-nullable reference type.
/var/mnt/data/Repos/FrEee/FrEee.Core.Utility/Utility/RandomHelper.cs(95,63): warning CS8625: Cannot convert null literal to non-nullable reference type.
/var/mnt/data/Repos/FrEee/FrEee.Core.Utility/Utility/SequenceEqualityComparer.cs(8,14): warning CS8767: Nullability of reference types in type of parameter 'x' of 'bool SequenceEqualityComparer<T>.Equals(IEnumerable<T> x, IEnumerable<T> y)' doesn't match implicitly implemented member 'bool IEqualityComparer<IEnumerable<T>>.Equals(IEnumerable<T>? x, IEnumerable<T>? y)' (possibly because of nullability attributes).
/var/mnt/data/Repos/FrEee/FrEee.Core.Utility/Utility/SequenceEqualityComparer.cs(8,14): warning CS8767: Nullability of reference types in type of parameter 'y' of 'bool SequenceEqualityComparer<T>.Equals(IEnumerable<T> x, IEnumerable<T> y)' doesn't match implicitly implemented member 'bool IEqualityComparer<IEnumerable<T>>.Equals(IEnumerable<T>? x, IEnumerable<T>? y)' (possibly because of nullability attributes).
/var/mnt/data/Repos/FrEee/FrEee.Core.Utility/Utility/SafeDictionary.cs(83,45): warning CS8714: The type 'TKey' cannot be used as type parameter 'TKey' in the generic type or method 'ConcurrentDictionary<TKey, TValue>'. Nullability of type argument 'TKey' doesn't match 'notnull' constraint.
/var/mnt/data/Repos/FrEee/FrEee.Core.Utility/Utility/Vector2.cs(63,123): warning CS8625: Cannot convert null literal to non-nullable reference type.
/var/mnt/data/Repos/FrEee/FrEee.Core.Utility/Utility/SafeType.cs(208,100): warning CS8625: Cannot convert null literal to non-nullable reference type.
/var/mnt/data/Repos/FrEee/FrEee.Core.Utility/Extensions/MathExtensions.cs(19,11): warning CS8603: Possible null reference return.
/var/mnt/data/Repos/FrEee/FrEee.Core.Utility/Serialization/Stringifiers/StringifierLibrary.cs(13,10): warning CS8618: Non-nullable property 'All' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
/var/mnt/data/Repos/FrEee/FrEee.Core.Utility/Extensions/Parser.cs(44,30): warning CS8601: Possible null reference assignment.
/var/mnt/data/Repos/FrEee/FrEee.Core.Utility/Extensions/Parser.cs(46,10): warning CS8603: Possible null reference return.
/var/mnt/data/Repos/FrEee/FrEee.Core.Utility/Extensions/StringHandlingExtensions.cs(15,11): warning CS8603: Possible null reference return.
/var/mnt/data/Repos/FrEee/FrEee.Core.Utility/Serialization/Stringifiers/Stringifier.cs(16,11): warning CS8603: Possible null reference return.
/var/mnt/data/Repos/FrEee/FrEee.Core.Utility/Extensions/TypeExtensions.cs(24,11): warning SYSLIB0050: 'FormatterServices' is obsolete: 'Formatter-based serialization is obsolete and should not be used.' (https://aka.ms/dotnet-warnings/SYSLIB0050)
/var/mnt/data/Repos/FrEee/FrEee.Core.Utility/Serialization/Stringifiers/Stringifier.cs(24,10): warning CS8603: Possible null reference return.
/var/mnt/data/Repos/FrEee/FrEee.Core.Utility/Extensions/TypeExtensions.cs(50,21): warning CS8625: Cannot convert null literal to non-nullable reference type.
/var/mnt/data/Repos/FrEee/FrEee.Core.Utility/Extensions/TypeExtensions.cs(50,44): warning CS8625: Cannot convert null literal to non-nullable reference type.
/var/mnt/data/Repos/FrEee/FrEee.Core.Utility/Extensions/TypeExtensions.cs(52,21): warning CS8625: Cannot convert null literal to non-nullable reference type.
/var/mnt/data/Repos/FrEee/FrEee.Core.Utility/Extensions/TypeExtensions.cs(52,44): warning CS8625: Cannot convert null literal to non-nullable reference type.
/var/mnt/data/Repos/FrEee/FrEee.Core.Utility/Extensions/StringHandlingExtensions.cs(50,11): warning CS8603: Possible null reference return.
/var/mnt/data/Repos/FrEee/FrEee.Core.Utility/Extensions/StringHandlingExtensions.cs(51,10): warning CS8603: Possible null reference return.
/var/mnt/data/Repos/FrEee/FrEee.Core.Utility/Extensions/EnumerableExtensions.cs(44,8): warning CS8602: Dereference of a possibly null reference.
/var/mnt/data/Repos/FrEee/FrEee.Core.Utility/Extensions/EnumerableExtensions.cs(54,11): warning CS8603: Possible null reference return.
/var/mnt/data/Repos/FrEee/FrEee.Core.Utility/Extensions/EnumerableExtensions.cs(55,10): warning CS8603: Possible null reference return.
/var/mnt/data/Repos/FrEee/FrEee.Core.Utility/Utility/SafeDictionary.cs(22,9): warning CS8618: Non-nullable property 'AutoInitArgs' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
/var/mnt/data/Repos/FrEee/FrEee.Core.Utility/Utility/SafeDictionary.cs(22,9): warning CS8618: Non-nullable field 'dict' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
/var/mnt/data/Repos/FrEee/FrEee.Core.Utility/Extensions/TypeExtensions.cs(83,23): warning CS8604: Possible null reference argument for parameter 'key' in 'IEnumerable<Type> SafeDictionary<Type, IEnumerable<Type>>.this[Type key]'.
/var/mnt/data/Repos/FrEee/FrEee.Core.Utility/Utility/Status.cs(18,16): warning CS8601: Possible null reference assignment.
/var/mnt/data/Repos/FrEee/FrEee.Core.Utility/Utility/DynamicDictionary.cs(147,15): warning CS8601: Possible null reference assignment.
/var/mnt/data/Repos/FrEee/FrEee.Core.Utility/Extensions/EnumerableExtensions.cs(66,11): warning CS8603: Possible null reference return.
/var/mnt/data/Repos/FrEee/FrEee.Core.Utility/Extensions/EnumerableExtensions.cs(67,10): warning CS8603: Possible null reference return.
/var/mnt/data/Repos/FrEee/FrEee.Core.Utility/Utility/DynamicDictionary.cs(153,23): warning CS8601: Possible null reference assignment.
/var/mnt/data/Repos/FrEee/FrEee.Core.Utility/Utility/SequenceEqualityComparer.cs(14,9): warning CS8602: Dereference of a possibly null reference.
/var/mnt/data/Repos/FrEee/FrEee.Core.Utility/Utility/Status.cs(54,20): warning CS8618: Non-nullable field 'exception' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
/var/mnt/data/Repos/FrEee/FrEee.Core.Utility/Utility/Status.cs(55,17): warning CS8618: Non-nullable field 'message' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
/var/mnt/data/Repos/FrEee/FrEee.Core.Utility/Utility/Status.cs(58,31): warning CS8618: Non-nullable event 'Changed' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
/var/mnt/data/Repos/FrEee/FrEee.Core.Utility/Utility/SafeType.cs(20,20): warning CS8604: Possible null reference argument for parameter 'a' in 'void SafeType.RegisterAssembly(Assembly a)'.
/var/mnt/data/Repos/FrEee/FrEee.Core.Utility/Utility/SafeType.cs(37,9): warning CS8618: Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
/var/mnt/data/Repos/FrEee/FrEee.Core.Utility/Extensions/EnumerableExtensions.cs(89,12): warning CS8603: Possible null reference return.
/var/mnt/data/Repos/FrEee/FrEee.Core.Utility/Extensions/EnumerableExtensions.cs(91,12): warning CS8603: Possible null reference return.
/var/mnt/data/Repos/FrEee/FrEee.Core.Utility/Utility/SafeDictionary.cs(90,12): warning CS8603: Possible null reference return.
/var/mnt/data/Repos/FrEee/FrEee.Core.Utility/Utility/SafeDictionary.cs(92,34): warning CS8600: Converting null literal or possible null value to non-nullable type.
/var/mnt/data/Repos/FrEee/FrEee.Core.Utility/Utility/SafeDictionary.cs(107,14): warning CS8603: Possible null reference return.
/var/mnt/data/Repos/FrEee/FrEee.Core.Utility/Utility/SafeDictionary.cs(111,13): warning CS8603: Possible null reference return.
/var/mnt/data/Repos/FrEee/FrEee.Core.Utility/Extensions/EnumerableExtensions.cs(119,11): warning CS8603: Possible null reference return.
/var/mnt/data/Repos/FrEee/FrEee.Core.Utility/Extensions/Parser.cs(119,36): warning CS8604: Possible null reference argument for parameter 'value' in 'string? Enum.GetName(Type enumType, object value)'.
/var/mnt/data/Repos/FrEee/FrEee.Core.Utility/Extensions/Parser.cs(120,39): warning CS8604: Possible null reference argument for parameter 'value' in 'object Enum.Parse(Type enumType, string value)'.
/var/mnt/data/Repos/FrEee/FrEee.Core.Utility/Utility/SafeDictionary.cs(190,12): warning CS8601: Possible null reference assignment.
/var/mnt/data/Repos/FrEee/FrEee.Core.Utility/Extensions/EnumerableExtensions.cs(133,15): warning CS8625: Cannot convert null literal to non-nullable reference type.
/var/mnt/data/Repos/FrEee/FrEee.Core.Utility/Extensions/EnumerableExtensions.cs(145,10): warning CS8603: Possible null reference return.
/var/mnt/data/Repos/FrEee/FrEee.Core.Utility/Utility/SafeDictionary.cs(202,36): warning CS8714: The type 'TKey' cannot be used as type parameter 'TKey' in the generic type or method 'ConcurrentDictionary<TKey, TValue>'. Nullability of type argument 'TKey' doesn't match 'notnull' constraint.
/var/mnt/data/Repos/FrEee/FrEee.Core.Utility/Extensions/EnumerableExtensions.cs(158,15): warning CS8625: Cannot convert null literal to non-nullable reference type.
/var/mnt/data/Repos/FrEee/FrEee.Core.Utility/Extensions/EnumerableExtensions.cs(169,10): warning CS8603: Possible null reference return.
/var/mnt/data/Repos/FrEee/FrEee.Core.Utility/Extensions/EnumerableExtensions.cs(182,15): warning CS8625: Cannot convert null literal to non-nullable reference type.
/var/mnt/data/Repos/FrEee/FrEee.Core.Utility/Extensions/EnumerableExtensions.cs(193,10): warning CS8603: Possible null reference return.
/var/mnt/data/Repos/FrEee/FrEee.Core.Utility/Utility/SafeType.cs(51,12): warning CS8603: Possible null reference return.
/var/mnt/data/Repos/FrEee/FrEee.Core.Utility/Utility/SafeType.cs(66,31): warning CS8604: Possible null reference argument for parameter 'key' in 'void SafeDictionary<string, Assembly>.Add(string key, Assembly value)'.
/var/mnt/data/Repos/FrEee/FrEee.Core.Utility/Extensions/EnumerableExtensions.cs(198,10): warning CS8714: The type 'T' cannot be used as type parameter 'TKey' in the generic type or method 'Enumerable.ToDictionary<TSource, TKey, TElement>(IEnumerable<TSource>, Func<TSource, TKey>, Func<TSource, TElement>)'. Nullability of type argument 'T' doesn't match 'notnull' constraint.
/var/mnt/data/Repos/FrEee/FrEee.Core.Utility/Utility/SafeType.cs(147,29): warning CS8604: Possible null reference argument for parameter 'input' in 'string Regex.Replace(string input, string replacement)'.
/var/mnt/data/Repos/FrEee/FrEee.Core.Utility/Utility/SafeType.cs(148,24): warning CS8601: Possible null reference assignment.
/var/mnt/data/Repos/FrEee/FrEee.Core.Utility/Extensions/EnumerableExtensions.cs(203,10): warning CS8714: The type 'T' cannot be used as type parameter 'TKey' in the generic type or method 'Enumerable.ToDictionary<TSource, TKey, TElement>(IEnumerable<TSource>, Func<TSource, TKey>, Func<TSource, TElement>)'. Nullability of type argument 'T' doesn't match 'notnull' constraint.
/var/mnt/data/Repos/FrEee/FrEee.Core.Utility/Extensions/TypeExtensions.cs(114,22): warning CS8604: Possible null reference argument for parameter 'key' in 'IEnumerable<Type> SafeDictionary<Type, IEnumerable<Type>>.this[Type key]'.
/var/mnt/data/Repos/FrEee/FrEee.Core.Utility/Extensions/EnumerableExtensions.cs(208,10): warning CS8714: The type 'T' cannot be used as type parameter 'TKey' in the generic type or method 'Enumerable.ToDictionary<TSource, TKey, TElement>(IEnumerable<TSource>, Func<TSource, TKey>, Func<TSource, TElement>)'. Nullability of type argument 'T' doesn't match 'notnull' constraint.
/var/mnt/data/Repos/FrEee/FrEee.Core.Utility/Extensions/EnumerableExtensions.cs(225,12): warning CS8603: Possible null reference return.
/var/mnt/data/Repos/FrEee/FrEee.Core.Utility/Extensions/EnumerableExtensions.cs(227,12): warning CS8603: Possible null reference return.
/var/mnt/data/Repos/FrEee/FrEee.Core.Utility/Utility/SafeType.cs(190,22): warning CS8604: Possible null reference argument for parameter 'input' in 'bool Regex.IsMatch(string input)'.
/var/mnt/data/Repos/FrEee/FrEee.Core.Utility/Utility/SafeType.cs(197,43): warning CS8602: Dereference of a possibly null reference.
/var/mnt/data/Repos/FrEee/FrEee.Core.Utility/Utility/SafeType.cs(203,29): warning CS8604: Possible null reference argument for parameter 'key' in 'void SafeDictionary<string, Assembly>.Add(string key, Assembly value)'.
/var/mnt/data/Repos/FrEee/FrEee.Core.Utility/Utility/SafeType.cs(199,20): warning CS0168: The variable 'ex' is declared but never used
/var/mnt/data/Repos/FrEee/FrEee.Core.Utility/Extensions/TypeExtensions.cs(164,11): warning CS8603: Possible null reference return.
/var/mnt/data/Repos/FrEee/FrEee.Core.Utility/Extensions/TypeExtensions.cs(167,11): warning CS8603: Possible null reference return.
/var/mnt/data/Repos/FrEee/FrEee.Core.Utility/Extensions/TypeExtensions.cs(168,10): warning CS8603: Possible null reference return.
/var/mnt/data/Repos/FrEee/FrEee.Core.Utility/Utility/SafeType.cs(215,76): warning CS8604: Possible null reference argument for parameter 'item' in 'bool List<string>.Contains(string item)'.
/var/mnt/data/Repos/FrEee/FrEee.Core.Utility/Utility/SafeType.cs(234,15): warning CS8604: Possible null reference argument for parameter 'item' in 'void List<string>.Add(string item)'.
/var/mnt/data/Repos/FrEee/FrEee.Core.Utility/Utility/SafeType.cs(277,24): warning CS8604: Possible null reference argument for parameter 'key' in 'Type SafeDictionary<string, Type>.this[string key]'.
/var/mnt/data/Repos/FrEee/FrEee.Core.Utility/Utility/SafeType.cs(294,27): warning CS8604: Possible null reference argument for parameter 'assemblyString' in 'Assembly Assembly.Load(string assemblyString)'.
/var/mnt/data/Repos/FrEee/FrEee.Core.Utility/Utility/SafeType.cs(304,25): warning CS8604: Possible null reference argument for parameter 'key' in 'Assembly SafeDictionary<string, Assembly>.this[string key]'.
/var/mnt/data/Repos/FrEee/FrEee.Core.Utility/Extensions/EnumerableExtensions.cs(339,26): warning CS8604: Possible null reference argument for parameter 'o1' in 'bool TypeExtensions.SafeEquals(object o1, object o2)'.
/var/mnt/data/Repos/FrEee/FrEee.Core.Utility/Extensions/EnumerableExtensions.cs(339,45): warning CS8604: Possible null reference argument for parameter 'o2' in 'bool TypeExtensions.SafeEquals(object o1, object o2)'.
/var/mnt/data/Repos/FrEee/FrEee.Core.Utility/Extensions/EnumerableExtensions.cs(356,26): warning CS8604: Possible null reference argument for parameter 'o1' in 'bool TypeExtensions.SafeEquals(object o1, object o2)'.
/var/mnt/data/Repos/FrEee/FrEee.Core.Utility/Extensions/EnumerableExtensions.cs(356,45): warning CS8604: Possible null reference argument for parameter 'o2' in 'bool TypeExtensions.SafeEquals(object o1, object o2)'.
/var/home/ed/.dotnet/sdk/10.0.101/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(308,5): error MSB4018:
The "GenerateDepsFile" task failed unexpectedly.
System.IO.DirectoryNotFoundException: Could not find a part of the path '/
bin/Debug/net10.0/FrEee.Core.Utility.deps.json'.
at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, B
oolean isDirError)
at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, Fil
eMode mode, FileAccess access, FileShare share, FileOptions options, Int64
preallocationSize, UnixFileMode openPermissions, Int64& fileLength, UnixF
ileMode& filePermissions, Boolean failForSymlink, Boolean& wasSymlink, Fun
c`4 createOpenException)
at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMod
e mode, FileAccess access, FileShare share, FileOptions options, Int64 pre
allocationSize, Nullable`1 unixCreateMode)
at System.IO.File.Create(String path)
at Microsoft.NET.Build.Tasks.GenerateDepsFile.WriteDepsFile(String deps
FilePath)
at Microsoft.NET.Build.Tasks.TaskBase.Execute()
at Microsoft.Build.BackEnd.TaskExecutionHost.Execute()
at Microsoft.Build.BackEnd.TaskBuilder.ExecuteInstantiatedTask(TaskExec
utionHost taskExecutionHost, TaskLoggingContext taskLoggingContext, TaskHo
st taskHost, ItemBucket bucket, TaskExecutionMode howToExecuteTask)
FrEee.Core.Domain net10.0 failed with 2 warning(s) (0.1s)
/var/home/ed/.dotnet/sdk/10.0.101/Microsoft.Common.CurrentVersion.targets(1208,5): warning MSB3191: Unable to create directory "/bin/Debug/net10.0/". Read-only file system : '/bin/Debug'
/var/mnt/data/Repos/FrEee/FrEee.Core.Domain/FrEee.Core.Domain.csproj : warning NU1510: PackageReference Microsoft.CSharp will not be pruned. Consider removing this package from your dependencies, as it is likely unnecessary.
FrEee.UI.Blazor net10.0 failed with 1 warning(s) (0.1s)
/var/home/ed/.dotnet/sdk/10.0.101/Microsoft.Common.CurrentVersion.targets(1208,5): warning MSB3191: Unable to create directory "/bin/Debug/net10.0/". Read-only file system : '/bin/Debug'
Build failed with 3 error(s) and 110 warning(s) in 4.0s